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 5.4.1 #375

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Use Voice Android SDK 5.4.1 #375

merged 1 commit into from
Sep 3, 2020

Conversation

kbagchiGWC
Copy link
Contributor

5.4.1

September 1st, 2020

Bug Fixes

  • Fixed a bug when attempting to execute work on the worker thread from a custom audio device.

Maintenance

  • Upgraded to Android Gradle Plugin 4.0.0 and Gradle 6.1.1
  • Starting with Voice Adroid SDK 5.4.1, the SDK is no longer binary compatible with applications that target Java 7. In order to use this and future releases, developers must upgrade their applications to target Java 8. Follow the snippet below for reference:
android {
    compileOptions {
        sourceCompatibility 1.8
        targetCompatibility 1.8
    }
}

Library Size Report

ABI App Size Increase
universal 15.3MB
armeabi-v7a 3.4MB
arm64-v8a 3.9MB
x86 4.1MB
x86_64 4.2MB

Things to Note

  • 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.
  • 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.

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 Alton09 September 3, 2020 18:17
@kbagchiGWC kbagchiGWC merged commit 8b60d02 into master Sep 3, 2020
@kbagchiGWC kbagchiGWC deleted the task/Consume_5.4.1 branch September 3, 2020 18:20
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