Releases: team-telnyx/telnyx-webrtc-android
v1.2.3
What's Changed
- Is/feature/disable push by @isaacakakpo1 in #319
- Is/bug fix/call state fix for caller by @isaacakakpo1 in #308
- Native Crash on Android When ending a Call not yet Ringing/(Ending calls in quick succession) by @isaacakakpo1 in #313
- [WEBRTC-680] Run client ready method in coroutine scope by @Oliver-Zimmerman in #54
- [WEBRTC-681] Fix Login message parameters for Push Notifications by @Oliver-Zimmerman in #55
- [WEBRTC-695] Gateway timer bug :: needs to be nulled after cancel by @Oliver-Zimmerman in #57
- [WEBRTC-690][ENGDESK-11170] Push Notification investigation enhancements + IceCandidate Bug Fix by @Oliver-Zimmerman in #58
- [WEBRTC-690] Metadata used for Push Notifications by @Oliver-Zimmerman in #59
- [WEBRTC-697] JaCoCo fix and coverage increase by @Oliver-Zimmerman in #60
- [WEBRTC-704] Handle more gateway responses by @Oliver-Zimmerman in #61
- [WEBRTC-711] Fix REGISTRATION issue from ld6/sy1 in Telnyx WebRTC SDK by @Oliver-Zimmerman in #62
- [WEBRTC-716] Github actions slackbot release by @Oliver-Zimmerman in #64
- [WEBRTC-716] Dependabot, Kover and Detekt integration by @Oliver-Zimmerman in #65
- Bump actions/download-artifact from 1 to 2.0.10 by @dependabot in #66
- Bump actions/checkout from 1 to 2.4.0 by @dependabot in #67
- Bump actions/upload-artifact from 1 to 2.2.4 by @dependabot in #68
- Bump work-testing from 2.6.0-rc01 to 2.7.1 by @dependabot in #69
- Bump actions/setup-java from 1 to 2.3.1 by @dependabot in #70
- Bump heinrichreimer/github-changelog-generator-action from 2.1.1 to 2.3 by @dependabot in #71
- Bump jupiter_version from 5.7.0 to 5.8.1 by @dependabot in #72
- Bump mockk from 1.10.4 to 1.12.1 by @dependabot in #73
- Bump robolectric from 4.5.1 to 4.7.2 by @dependabot in #74
- Bump kotlin_version from 1.4.31 to 1.6.0 by @dependabot in #75
- Bump fragment-testing from 1.3.6 to 1.4.0 by @dependabot in #76
- Bump mockito-core from 3.8.0 to 4.1.0 by @dependabot in #77
- Bump mockwebserver from 4.9.0 to 4.9.3 by @dependabot in #78
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 by @dependabot in #79
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 by @dependabot in #80
- [WEBRTC-716] Bump compile and target levels by @Oliver-Zimmerman in #81
- [WEBRTC-716] Compile and version bump by @Oliver-Zimmerman in #82
- Bump actions/setup-java from 2.3.1 to 2.4.0 by @dependabot in #84
- Bump mockito-inline from 3.8.0 to 4.1.0 by @dependabot in #85
- Bump mockk-android from 1.10.4 to 1.12.1 by @dependabot in #86
- [WEBRTC-732] Test coverage increase by @Oliver-Zimmerman in #83
- [WEBRTC-743] Update README docs by @Oliver-Zimmerman in #96
- [WEBRTC-745] dependency version bumps by @Oliver-Zimmerman in #102
- [WEBRTC-749] Dependency bumps (actions / gradle) by @Oliver-Zimmerman in #107
- [WEBRTC-752] Client notification fix by @Oliver-Zimmerman in #108
- [WEBRTC-755] Jitpack release fix, JAVA version bump by @Oliver-Zimmerman in #121
- [WEBRTC-755] Temp detekt rule bump for release by @Oliver-Zimmerman in #122
- [WEBRTC-755] Fix publish configurations by @Oliver-Zimmerman in #123
- [WEBRTC-756] Reference Jetpack Compose Sample by @Oliver-Zimmerman in #124
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call by @Oliver-Zimmerman in #128
- [WEBRTC-1522] Fix WebRTC Call related tests by @Oliver-Zimmerman in #134
- [WEBRTC-1618] Generate random UUID when params are missing by @Oliver-Zimmerman in #146
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). by @Oliver-Zimmerman in #165
- [WEBRTC-686] Add wsMessages tab to sample app by @renjuramachandran88 in #164
- fix(WEBRTC-2081): Release MediaPlayer when stopped by @Oliver-Zimmerman in #189
- chore(WEBRTC-2078): dependabot bumps by @Oliver-Zimmerman in #190
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions by @Oliver-Zimmerman in #200
- feat(WEBRTC-2102): implement reconnect functionality with attach flow by @Oliver-Zimmerman in #205
- chore(WEBRTC-2141): dependency bumps by @Oliver-Zimmerman in #212
- Original/n1pingpong by @RakshakGaind0910 in #244
- changes done by @RakshakGaind0910 in #248
- Added stable library for lifecycle view model by @enzoqtvf in #252
- Disconnect callback issue fixed by @RakshakGaind0910 in #274
- change webrtc library. by @RakshakGaind0910 in #276
- Add dedicated function for disconnect callback by @RakshakGaind0910 in #279
New Contributors
- @dependabot made their first contribution in #66
- @renjuramachandran88 made their first contribution in #164
- @RakshakGaind0910 made their first contribution in #244
- @enzoqtvf made their first contribution in #252
- @isaacakakpo1 made their first contribution in #308
Full Changelog: v1.2.3...v.1.2.3
v1.2.22-alpha
Native Crash Fix For CallEnd
Call state for Caller Fix
- Call state for Caller is "Connecting" for an active call fix.
- Ringing state is published for an outbound call.
Release v1.2.20-alpha
Changelog
v1.2.20-alpha (2023-03-06)
Improve error handling for socket disconnections by adding onSocketDisconnect function
v1.2.19-alpha (2023-02-24)
Merged pull requests:
- change webrtc library. #276 (RakshakGaind0910)
v1.2.18-alpha (2023-02-15)
Merged pull requests:
- Disconnect callback issue fixed #274 (RakshakGaind0910)
v1.2.17-alpha (2022-12-06)
Fixed bugs:
Closed issues:
- Some question about receiving a call #240
Merged pull requests:
- Added stable library for lifecycle view model #252 (enzoqtvf)
- changes done #248 (RakshakGaind0910)
- Original/n1pingpong #244 (RakshakGaind0910)
- chore(WEBRTC-2141): dependency bumps #212 (Oliver-Zimmerman)
v1.2.16-alpha (2022-08-29)
Fixed bugs:
- [Bug] Short Bug Description #186
Closed issues:
- Calling Issue #206
Merged pull requests:
- feat(WEBRTC-2102): implement reconnect functionality with attach flow #205 (Oliver-Zimmerman)
v1.2.15-alpha (2022-08-02)
Fixed bugs:
Merged pull requests:
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions #200 (Oliver-Zimmerman)
- chore(WEBRTC-2078): dependabot bumps #190 (Oliver-Zimmerman)
- fix(WEBRTC-2081): Release MediaPlayer when stopped #189 (Oliver-Zimmerman)
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). #165 (Oliver-Zimmerman)
- [WEBRTC-686] Add wsMessages tab to sample app #164 (renjuramachandran88)
v1.2.14-alpha (2022-03-25)
Fixed bugs:
- [Bug] Short Bug Description #138
- [Bug] Short Bug Description #133
- [Bug] The called party has no sound #127
Merged pull requests:
- [WEBRTC-1618] Generate random UUID when params are missing #146 (Oliver-Zimmerman)
- [WEBRTC-1522] Fix WebRTC Call related tests #134 (Oliver-Zimmerman)
v1.2.13-alpha (2022-01-24)
Closed issues:
- When calling Android 9 and below, the receiver has no sound #125
Merged pull requests:
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call #128 (Oliver-Zimmerman)
- [WEBRTC-756] Reference Jetpack Compose Sample #124 (Oliver-Zimmerman)
v1.2.12-alpha (2022-01-03)
Closed issues:
- Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63
Merged pull requests:
- [WEBRTC-755] Fix publish configurations #123 (Oliver-Zimmerman)
- [WEBRTC-755] Temp detekt rule bump for release #122 (Oliver-Zimmerman)
- [WEBRTC-755] Jitpack release fix, JAVA version bump #121 (Oliver-Zimmerman)
- [WEBRTC-752] Client notification fix #108 (Oliver-Zimmerman)
- [WEBRTC-749] Dependency bumps (actions / gradle) #107 (Oliver-Zimmerman)
- [WEBRTC-745] dependency version bumps #102 (Oliver-Zimmerman)
- [WEBRTC-743] Update README docs #96 (Oliver-Zimmerman)
- Bump mockk-android from 1.10.4 to 1.12.1 #86 (dependabot[bot])
- Bump mockito-inline from 3.8.0 to 4.1.0 #85 (dependabot[bot])
- Bump actions/setup-java from 2.3.1 to 2.4.0 #84 (dependabot[bot])
- [WEBRTC-732] Test coverage increase #83 (Oliver-Zimmerman)
- [WEBRTC-716] Compile and version bump #82 (Oliver-Zimmerman)
- [WEBRTC-716] Bump compile and target levels #81 (Oliver-Zimmerman)
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 #80 (dependabot[bot])
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 #79 (dependabot[bot])
- Bump mockwebserver from 4.9.0 to 4.9.3 #78 (dependabot[bot])
- Bump mockito-core from 3.8.0 to 4.1.0 #77 (dependabot[bot])
- Bump fragment-testing from 1.3.6 to 1.4.0 #76 (dependabot[bot])
- Bump kotlin_version from 1.4.31 to 1.6.0 #75 ([dependabot[bot]](https://github.com/app...
Release v1.2.19-alpha
Changelog
v1.2.19-alpha (2023-03-02)
Removed WebRTC library org.webrtc:google-webrtc
Added WebRTC Library io.getstream:stream-webrtc-android
v1.2.18-alpha (2023-02-15)
Merged pull requests:
- Disconnect callback issue fixed #274 (RakshakGaind0910)
v1.2.17-alpha (2022-12-06)
Fixed bugs:
Closed issues:
- Some question about receiving a call #240
Merged pull requests:
- Added stable library for lifecycle view model #252 (enzoqtvf)
- changes done #248 (RakshakGaind0910)
- Original/n1pingpong #244 (RakshakGaind0910)
- chore(WEBRTC-2141): dependency bumps #212 (Oliver-Zimmerman)
v1.2.16-alpha (2022-08-29)
Fixed bugs:
- [Bug] Short Bug Description #186
Closed issues:
- Calling Issue #206
Merged pull requests:
- feat(WEBRTC-2102): implement reconnect functionality with attach flow #205 (Oliver-Zimmerman)
v1.2.15-alpha (2022-08-02)
Fixed bugs:
Merged pull requests:
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions #200 (Oliver-Zimmerman)
- chore(WEBRTC-2078): dependabot bumps #190 (Oliver-Zimmerman)
- fix(WEBRTC-2081): Release MediaPlayer when stopped #189 (Oliver-Zimmerman)
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). #165 (Oliver-Zimmerman)
- [WEBRTC-686] Add wsMessages tab to sample app #164 (renjuramachandran88)
v1.2.14-alpha (2022-03-25)
Fixed bugs:
- [Bug] Short Bug Description #138
- [Bug] Short Bug Description #133
- [Bug] The called party has no sound #127
Merged pull requests:
- [WEBRTC-1618] Generate random UUID when params are missing #146 (Oliver-Zimmerman)
- [WEBRTC-1522] Fix WebRTC Call related tests #134 (Oliver-Zimmerman)
v1.2.13-alpha (2022-01-24)
Closed issues:
- When calling Android 9 and below, the receiver has no sound #125
Merged pull requests:
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call #128 (Oliver-Zimmerman)
- [WEBRTC-756] Reference Jetpack Compose Sample #124 (Oliver-Zimmerman)
v1.2.12-alpha (2022-01-03)
Closed issues:
- Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63
Merged pull requests:
- [WEBRTC-755] Fix publish configurations #123 (Oliver-Zimmerman)
- [WEBRTC-755] Temp detekt rule bump for release #122 (Oliver-Zimmerman)
- [WEBRTC-755] Jitpack release fix, JAVA version bump #121 (Oliver-Zimmerman)
- [WEBRTC-752] Client notification fix #108 (Oliver-Zimmerman)
- [WEBRTC-749] Dependency bumps (actions / gradle) #107 (Oliver-Zimmerman)
- [WEBRTC-745] dependency version bumps #102 (Oliver-Zimmerman)
- [WEBRTC-743] Update README docs #96 (Oliver-Zimmerman)
- Bump mockk-android from 1.10.4 to 1.12.1 #86 (dependabot[bot])
- Bump mockito-inline from 3.8.0 to 4.1.0 #85 (dependabot[bot])
- Bump actions/setup-java from 2.3.1 to 2.4.0 #84 (dependabot[bot])
- [WEBRTC-732] Test coverage increase #83 (Oliver-Zimmerman)
- [WEBRTC-716] Compile and version bump #82 (Oliver-Zimmerman)
- [WEBRTC-716] Bump compile and target levels #81 (Oliver-Zimmerman)
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 #80 (dependabot[bot])
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 #79 (dependabot[bot])
- Bump mockwebserver from 4.9.0 to 4.9.3 #78 (dependabot[bot])
- Bump mockito-core from 3.8.0 to 4.1.0 #77 (dependabot[bot])
- Bump fragment-testing from 1.3.6 to 1.4.0 #76 (dependabot[bot])
- Bump kotlin_version from 1.4.31 to 1.6.0 #75 (dependabot[bot])
- Bump robolectric from 4.5.1 to 4.7.2 #74 (dependabot[bot])
- Bump mockk from 1.10.4 to 1.12.1 #73 (dependabot[bot])
- Bump jupiter_version from 5.7.0 to 5.8.1 #72 ([dependabot[bot]](https://github.com/apps/de...
Release v1.2.18-alpha
Changelog
v1.2.17-alpha (2022-12-06)
Fixed bugs:
Closed issues:
- Some question about receiving a call #240
Merged pull requests:
- Added stable library for lifecycle view model #252 (enzoqtvf)
- changes done #248 (RakshakGaind0910)
- Original/n1pingpong #244 (RakshakGaind0910)
- chore(WEBRTC-2141): dependency bumps #212 (Oliver-Zimmerman)
v1.2.16-alpha (2022-08-29)
Fixed bugs:
- [Bug] Short Bug Description #186
Closed issues:
- Calling Issue #206
Merged pull requests:
- feat(WEBRTC-2102): implement reconnect functionality with attach flow #205 (Oliver-Zimmerman)
v1.2.15-alpha (2022-08-02)
Fixed bugs:
Merged pull requests:
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions #200 (Oliver-Zimmerman)
- chore(WEBRTC-2078): dependabot bumps #190 (Oliver-Zimmerman)
- fix(WEBRTC-2081): Release MediaPlayer when stopped #189 (Oliver-Zimmerman)
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). #165 (Oliver-Zimmerman)
- [WEBRTC-686] Add wsMessages tab to sample app #164 (renjuramachandran88)
v1.2.14-alpha (2022-03-25)
Fixed bugs:
- [Bug] Short Bug Description #138
- [Bug] Short Bug Description #133
- [Bug] The called party has no sound #127
Merged pull requests:
- [WEBRTC-1618] Generate random UUID when params are missing #146 (Oliver-Zimmerman)
- [WEBRTC-1522] Fix WebRTC Call related tests #134 (Oliver-Zimmerman)
v1.2.13-alpha (2022-01-24)
Closed issues:
- When calling Android 9 and below, the receiver has no sound #125
Merged pull requests:
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call #128 (Oliver-Zimmerman)
- [WEBRTC-756] Reference Jetpack Compose Sample #124 (Oliver-Zimmerman)
v1.2.12-alpha (2022-01-03)
Closed issues:
- Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63
Merged pull requests:
- [WEBRTC-755] Fix publish configurations #123 (Oliver-Zimmerman)
- [WEBRTC-755] Temp detekt rule bump for release #122 (Oliver-Zimmerman)
- [WEBRTC-755] Jitpack release fix, JAVA version bump #121 (Oliver-Zimmerman)
- [WEBRTC-752] Client notification fix #108 (Oliver-Zimmerman)
- [WEBRTC-749] Dependency bumps (actions / gradle) #107 (Oliver-Zimmerman)
- [WEBRTC-745] dependency version bumps #102 (Oliver-Zimmerman)
- [WEBRTC-743] Update README docs #96 (Oliver-Zimmerman)
- Bump mockk-android from 1.10.4 to 1.12.1 #86 (dependabot[bot])
- Bump mockito-inline from 3.8.0 to 4.1.0 #85 (dependabot[bot])
- Bump actions/setup-java from 2.3.1 to 2.4.0 #84 (dependabot[bot])
- [WEBRTC-732] Test coverage increase #83 (Oliver-Zimmerman)
- [WEBRTC-716] Compile and version bump #82 (Oliver-Zimmerman)
- [WEBRTC-716] Bump compile and target levels #81 (Oliver-Zimmerman)
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 #80 (dependabot[bot])
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 #79 (dependabot[bot])
- Bump mockwebserver from 4.9.0 to 4.9.3 #78 (dependabot[bot])
- Bump mockito-core from 3.8.0 to 4.1.0 #77 (dependabot[bot])
- Bump fragment-testing from 1.3.6 to 1.4.0 #76 (dependabot[bot])
- Bump kotlin_version from 1.4.31 to 1.6.0 #75 (dependabot[bot])
- Bump robolectric from 4.5.1 to 4.7.2 #74 (dependabot[bot])
- Bump mockk from 1.10.4 to 1.12.1 #73 (dependabot[bot])
- Bump jupiter_version from 5.7.0 to 5.8.1 #72 (dependabot[bot])
- Bump heinrichreimer/github-changelog-generator-action from 2.1.1 to 2.3 #71 (dependabot[bot])
- Bump actions/setup-java from 1 to 2.3.1 #70 (dependabot[bot])
- Bump work-testing from 2.6.0-rc01 to 2.7.1 #69 (dependabot[bot])
- Bump actions/upload-artifact from 1 to 2.2.4 [#68](https://github.com/team-te...
Release v1.2.17-alpha
Changelog
v1.2.17-alpha
Fixed bugs:
Closed issues:
- Some question about receiving a call #240
v1.2.16-alpha (2022-08-29)
Fixed bugs:
- [Bug] Short Bug Description #186
Closed issues:
- Calling Issue #206
Merged pull requests:
- feat(WEBRTC-2102): implement reconnect functionality with attach flow #205 (Oliver-Zimmerman)
v1.2.15-alpha (2022-08-02)
Fixed bugs:
Merged pull requests:
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions #200 (Oliver-Zimmerman)
- chore(WEBRTC-2078): dependabot bumps #190 (Oliver-Zimmerman)
- fix(WEBRTC-2081): Release MediaPlayer when stopped #189 (Oliver-Zimmerman)
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). #165 (Oliver-Zimmerman)
- [WEBRTC-686] Add wsMessages tab to sample app #164 (renjuramachandran88)
v1.2.14-alpha (2022-03-25)
Fixed bugs:
- [Bug] Short Bug Description #138
- [Bug] Short Bug Description #133
- [Bug] The called party has no sound #127
Merged pull requests:
- [WEBRTC-1618] Generate random UUID when params are missing #146 (Oliver-Zimmerman)
- [WEBRTC-1522] Fix WebRTC Call related tests #134 (Oliver-Zimmerman)
v1.2.13-alpha (2022-01-24)
Closed issues:
- When calling Android 9 and below, the receiver has no sound #125
Merged pull requests:
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call #128 (Oliver-Zimmerman)
- [WEBRTC-756] Reference Jetpack Compose Sample #124 (Oliver-Zimmerman)
v1.2.12-alpha (2022-01-03)
Closed issues:
- Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63
Merged pull requests:
- [WEBRTC-755] Fix publish configurations #123 (Oliver-Zimmerman)
- [WEBRTC-755] Temp detekt rule bump for release #122 (Oliver-Zimmerman)
- [WEBRTC-755] Jitpack release fix, JAVA version bump #121 (Oliver-Zimmerman)
- [WEBRTC-752] Client notification fix #108 (Oliver-Zimmerman)
- [WEBRTC-749] Dependency bumps (actions / gradle) #107 (Oliver-Zimmerman)
- [WEBRTC-745] dependency version bumps #102 (Oliver-Zimmerman)
- [WEBRTC-743] Update README docs #96 (Oliver-Zimmerman)
- Bump mockk-android from 1.10.4 to 1.12.1 #86 (dependabot[bot])
- Bump mockito-inline from 3.8.0 to 4.1.0 #85 (dependabot[bot])
- Bump actions/setup-java from 2.3.1 to 2.4.0 #84 (dependabot[bot])
- [WEBRTC-732] Test coverage increase #83 (Oliver-Zimmerman)
- [WEBRTC-716] Compile and version bump #82 (Oliver-Zimmerman)
- [WEBRTC-716] Bump compile and target levels #81 (Oliver-Zimmerman)
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 #80 (dependabot[bot])
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 #79 (dependabot[bot])
- Bump mockwebserver from 4.9.0 to 4.9.3 #78 (dependabot[bot])
- Bump mockito-core from 3.8.0 to 4.1.0 #77 (dependabot[bot])
- Bump fragment-testing from 1.3.6 to 1.4.0 #76 (dependabot[bot])
- Bump kotlin_version from 1.4.31 to 1.6.0 #75 (dependabot[bot])
- Bump robolectric from 4.5.1 to 4.7.2 #74 (dependabot[bot])
- Bump mockk from 1.10.4 to 1.12.1 #73 (dependabot[bot])
- Bump jupiter_version from 5.7.0 to 5.8.1 #72 (dependabot[bot])
- Bump heinrichreimer/github-changelog-generator-action from 2.1.1 to 2.3 #71 (dependabot[bot])
- Bump actions/setup-java from 1 to 2.3.1 #70 (dependabot[bot])
- Bump work-testing from 2.6.0-rc01 to 2.7.1 #69 (dependabot[bot])
- Bump actions/upload-artifact from 1 to 2.2.4 #68 (dependabot[bot])
- Bump actions/checkout from 1 to 2.4.0 #67 (dependabot[bot])
- Bump actions/download-artifact from 1 to 2.0.10 #66 (dependabot[bot])
- [WEBRTC-716] Dependabot, Kover and Detekt integration #65 (Oliver-Zimmerman)
[v1.2.11-alpha](https://github.com/team-telnyx/telnyx-webrtc-andro...
Release v1.2.16-alpha
Changelog
Unreleased
Fixed bugs:
- [Bug] Short Bug Description #186
Closed issues:
- Calling Issue #206
v1.2.15-alpha (2022-08-02)
Fixed bugs:
Merged pull requests:
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions #200 (Oliver-Zimmerman)
- chore(WEBRTC-2078): dependabot bumps #190 (Oliver-Zimmerman)
- fix(WEBRTC-2081): Release MediaPlayer when stopped #189 (Oliver-Zimmerman)
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). #165 (Oliver-Zimmerman)
- [WEBRTC-686] Add wsMessages tab to sample app #164 (renjuramachandran88)
v1.2.14-alpha (2022-03-25)
Fixed bugs:
- [Bug] Short Bug Description #138
- [Bug] Short Bug Description #133
- [Bug] The called party has no sound #127
Merged pull requests:
- [WEBRTC-1618] Generate random UUID when params are missing #146 (Oliver-Zimmerman)
- [WEBRTC-1522] Fix WebRTC Call related tests #134 (Oliver-Zimmerman)
v1.2.13-alpha (2022-01-24)
Closed issues:
- When calling Android 9 and below, the receiver has no sound #125
Merged pull requests:
- [WEBRTC-1417] Dispose of PeerConnection and factory after a call #128 (Oliver-Zimmerman)
- [WEBRTC-756] Reference Jetpack Compose Sample #124 (Oliver-Zimmerman)
v1.2.12-alpha (2022-01-03)
Closed issues:
- Socket is closed: null java.net.SocketTimeoutException: failed to connect to rtc.telnyx.com #63
Merged pull requests:
- [WEBRTC-755] Fix publish configurations #123 (Oliver-Zimmerman)
- [WEBRTC-755] Temp detekt rule bump for release #122 (Oliver-Zimmerman)
- [WEBRTC-755] Jitpack release fix, JAVA version bump #121 (Oliver-Zimmerman)
- [WEBRTC-752] Client notification fix #108 (Oliver-Zimmerman)
- [WEBRTC-749] Dependency bumps (actions / gradle) #107 (Oliver-Zimmerman)
- [WEBRTC-745] dependency version bumps #102 (Oliver-Zimmerman)
- [WEBRTC-743] Update README docs #96 (Oliver-Zimmerman)
- Bump mockk-android from 1.10.4 to 1.12.1 #86 (dependabot[bot])
- Bump mockito-inline from 3.8.0 to 4.1.0 #85 (dependabot[bot])
- Bump actions/setup-java from 2.3.1 to 2.4.0 #84 (dependabot[bot])
- [WEBRTC-732] Test coverage increase #83 (Oliver-Zimmerman)
- [WEBRTC-716] Compile and version bump #82 (Oliver-Zimmerman)
- [WEBRTC-716] Bump compile and target levels #81 (Oliver-Zimmerman)
- Bump firebase-inappmessaging-display from 19.0.3 to 20.1.1 #80 (dependabot[bot])
- Bump kotlin-android-extensions-runtime from 1.5.10 to 1.6.0 #79 (dependabot[bot])
- Bump mockwebserver from 4.9.0 to 4.9.3 #78 (dependabot[bot])
- Bump mockito-core from 3.8.0 to 4.1.0 #77 (dependabot[bot])
- Bump fragment-testing from 1.3.6 to 1.4.0 #76 (dependabot[bot])
- Bump kotlin_version from 1.4.31 to 1.6.0 #75 (dependabot[bot])
- Bump robolectric from 4.5.1 to 4.7.2 #74 (dependabot[bot])
- Bump mockk from 1.10.4 to 1.12.1 #73 (dependabot[bot])
- Bump jupiter_version from 5.7.0 to 5.8.1 #72 (dependabot[bot])
- Bump heinrichreimer/github-changelog-generator-action from 2.1.1 to 2.3 #71 (dependabot[bot])
- Bump actions/setup-java from 1 to 2.3.1 #70 (dependabot[bot])
- Bump work-testing from 2.6.0-rc01 to 2.7.1 #69 (dependabot[bot])
- Bump actions/upload-artifact from 1 to 2.2.4 #68 (dependabot[bot])
- Bump actions/checkout from 1 to 2.4.0 #67 (dependabot[bot])
- Bump actions/download-artifact from 1 to 2.0.10 #66 (dependabot[bot])
- [WEBRTC-716] Dependabot, Kover and Detekt integration #65 (Oliver-Zimmerman)
v1.2.11-alpha (2021-11-16)
Merged pull requests:
- [WEBRTC-716] Github actions slackbot release #64 (Oliver-Zimmerman)
v1.2.10-alpha (2021-11-09)
Merged pull requests:
- [WEBRTC-711] Fix REGISTRATION issue from ld6/sy1 in Telnyx WebRTC SDK #62 (Oliver-Zimmerman)
[1.2.9-alpha](https...
Release v1.2.15-alpha
What's Changed
- [WEBRTC-1777] - Dependabot PR Cleanup (Video/Voice). by @Oliver-Zimmerman in #165
- [WEBRTC-686] Add wsMessages tab to sample app by @renjuramachandran88 in #164
- fix(WEBRTC-2081): Release MediaPlayer when stopped by @Oliver-Zimmerman in #189
- chore(WEBRTC-2078): dependabot bumps by @Oliver-Zimmerman in #190
- chore(WEBRTC-2083): Fix duplicate lint library and SDK versions by @Oliver-Zimmerman in #200
New Contributors
- @renjuramachandran88 made their first contribution in #164
Full Changelog: v1.2.14-alpha...v1.2.15-alpha
Release v1.2.14-alpha
What's Changed
- [WEBRTC-1522] Fix WebRTC Call related tests by @Oliver-Zimmerman in #134
- [WEBRTC-1618] Generate random UUID when params are missing by @Oliver-Zimmerman in #146
Full Changelog: v1.2.13-alpha...v1.2.14-alpha