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.3.0 #296

Merged
merged 1 commit into from
Jul 29, 2019

Conversation

kbagchiGWC
Copy link
Contributor

4.3.0

July 29th, 2019

Enhancements

  • CLIENT-6428 The SDK Android Gradle Plugin was updated from 3.3.2 to 3.4.2 and the Gradle version
    was updated from 4.10.3 to 5.1.1.
  • CLIENT-6331 OpenSLES is now disabled by default for
    both incoming and outgoing calls unless explicitly enabled. To enable OpenSLES, execute the
    following before invoking Voice.connect(...) or CallInvite.accept(...):
    tvo.webrtc.voiceengine.WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(false).

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 aaalaniz July 29, 2019 21:52
@kbagchiGWC kbagchiGWC merged commit a689e0b into twilio:master Jul 29, 2019
@kbagchiGWC kbagchiGWC deleted the use_voice_android_sdk_4.3 branch July 29, 2019 22:37
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