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 3.0.0-beta8 #255

Merged
merged 4 commits into from
Mar 27, 2019

Conversation

kbagchiGWC
Copy link
Contributor

https://www.twilio.com/docs/voice/voip-sdk/android/3x-changelog#300-beta8

3.0.0-beta8

March 27th, 2019

API Changes

  • Attempts to connect a call via Voice.connect(...) or CallInvite.accept(...) that fail prior to reaching the connected state will always raise an onConnectFailure(...) with an error code. However, if Call.disconnect() is called while an attempt to connect or accept a call is made, the onDisconnected(...) will be raised with no error.

Updates

  • CLIENT-5808 CLIENT-5809 Updated the API documentation for CallInvite.accept.
  • CLIENT-5811 Updated the API documentation for Call.

Bug Fixes

  • CLIENT-5813 Network loss scenarios that resulted in a call failure now raise the onConnectFailure(...) callback. Previously these scenarios erroneously raised onDisconnected(...).
  • CLIENT-5754 A call that fails as a result of not establishing a media connection prior to being connected now raises the onConnectFailure(...) callback. Previously this scenario erroneously raised onDisconnected(...).
  • CLIENT-5821 The packets_lost_fraction value reported to Insights is correctly computed and within the expect range of 0 to 100.
  • CLIENT-5835 Events were erroneously reported to Insights when the ConnectOptions.enableInsights property was set to false.

Known Issues

  • CLIENT-5576 LTE to WiFI handover may cause one way audio.
  • CLIENT-5075 The SDK cannot be added alongside the Programmable Video SDK.
  • 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

@kbagchiGWC kbagchiGWC merged commit 7fe2e33 into twilio:3.x Mar 27, 2019
@kbagchiGWC kbagchiGWC deleted the use_voice_android_sdk_beta8 branch March 27, 2019 19:19
aaalaniz pushed a commit that referenced this pull request Apr 26, 2019
* Use 3.0.0-preview1 (#192)

* Use 3.0.0-preview2 (#193)

* Use preview3. (#196)

* Migration guide (#197)

* Using 3.0.0-preview4. (#205)

Use preview4

* Use preview5. (#206)

* Updated README migration section with custom parameters support entries. (#207)

* New Features section (#212)

* Describe handleMessage callback behavior differences between 2.X and 3.X (#216)

* Use preview6. (#218)

* Implement hold functionality (#220)

* Use 3.0.0-beta1 (#223)

* Use Voice SDK 3.0.0-beta2 (#228)

* Task/update proguard rules (#229)

* Add push credential docs (#232)

* Use absolute URL so the Getting Started page resolves images (#236)

* Removed extra space (#238)

* Use Voice SDK 3.0.0-beta3 (#240)

* Use beta4 (#243)

* Update to 3.0.0-beta5 (#245)

* Consume Android Voice SDK 3.0.0-beta6 (#250)

Consume Android Voice SDK 3.0.0-beta6

* Use Voice Android SDK 3.0.0-beta7 (#252)

* Use Voice Android SDK 3.0.0-beta8 (#255)

* Moved out Migration guide and new feature sections  (#257)

* Moved out new features and migration guide sections and created new Docs files

Small updates to titles and renamed 3.x to 3.0 in some cases

* Made the "x" in "2.x" and "3.x" lower case

The "x" in "2.x" and "3.x" was inconsistent - in some cases lower case and in others upper case. This commit changes the "X" to lower case

* Use Voice Android SDK 3.0.0-beta9 (#258)

* Use Voice Android SDK 3.0.0-beta10 (#259)

* Improve param docs (#261)

* Readme update with audio settings guidance (#260)

* Use Voice Android SDK 3.0.0-beta10

* Updated README with troubleshooting audio section. Upadted VoiceActivity - requestAudioFocus now takes AudioManager.OnAudioFocusChangeListener instead of null listener.

* Use Voice Android SDK 3.0.0-beta11 (#262)

* Use Voice SDK 3.0.0_beta12 (#264)

* Use Voice SDK 3.0.0_beta13 (#265)

* Use Voice Android SDK 3.0.0 GA version (#266)
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