Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Voice Android SDK 4.0.0 #289

Merged
merged 3 commits into from
Jun 29, 2019
Merged

Use Voice Android SDK 4.0.0 #289

merged 3 commits into from
Jun 29, 2019

Conversation

kbagchiGWC
Copy link
Contributor

4.0.0

June 28th, 2019

Enhancements

  • Added new state Reconnecting to Call.State and new callbacks onReconnecting, onReconnected to Call.Listener. When the Call experiences a network interruption in signaling or media, the call will transition to Reconnecting and Call.Listener will notify the developer of this new state via onReconnecting. If the connection is successfully restored, Call.Listener will notify the developer via onReconnected. However, if the connection could not be reestablished Call.Listener will notify the developer via onDisconnected.

Known Issues

  • CLIENT-4943 Restrictive networks may fail unless ICE servers are provided via ConnectOptions.Builder.iceOptions(...) or AcceptOptions.Builder.iceOptions(...). ICE servers can be obtained from Twilio Network Travarsal Service.
  • CLIENT-5242 Occasional native crash in AsyncTask of registration/unregistration and event
    publishing. The crash has only been observed on API 18 devices and results from a
    thread safety bug in Android. Similar crashes
    have been reported in the popular networking library OkHttp
    #1520
    #1338. If this bug is impacting your applications,
    please open an issue on our quickstart and
    we will investigate potential fixes.

Library Size Report

ABI App Size Increase
universal 14.7MB
armeabi-v7a 3.3MB
arm64-v8a 3.8MB
x86 3.9MB
x86_64 4MB

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

@kbagchiGWC kbagchiGWC requested a review from idelgado June 28, 2019 23:03
@kbagchiGWC kbagchiGWC merged commit 5f192e4 into master Jun 29, 2019
@kbagchiGWC kbagchiGWC deleted the use_4_x branch June 29, 2019 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants