Releases: ConnectyCube/connectycube-android-sdk-releases
Releases · ConnectyCube/connectycube-android-sdk-releases
2.0.0
- Auth:
- the function
signIn
was deprecated, use thecreateSession(user)
instead; - the function
signOut
was deprecated, use thedestroySession
instead; - the authSecret was deprecated and will be removed
- the function
2.0.0-beta05
Bug Fixes
- Fixed an issue with android video/audio calls when up to 4 opponents on call
2.0.0-beta04
updated dependencies kotlin v. 1.8.21, coroutines v. 1.7.3, ktor v. 2.3.2, halcyon v. 1.0.0, etc.
implemented get users api v2
2.0.0-beta03
Minor bug fixes and improvements, update ktor v. 2.0.1
1.9.3
Video module
Fixed
- compatibility with JS-SDK and Flutter-SDK;
2.0.0-beta02
Minor bug fixes and improvements
2.0.0-beta01
SDK V2
ConnectyCube Android documentation https://developers.connectycube.com/android
1.9.2
Video Conference module
New
- WsVideoRoomAuthException for handling video room unauthorized errors
Push module
Fixed
- subscribeToPushesAutomatic localization
1.9.1
Video module
New
- RTCAudioTrack.setVolume(double volume)
Parameter | Description |
---|---|
volume | volume is a gain value in the range 0 to 10. |
Fixed
- conference server error handling timeout
- parse some conference events - onSlowLinkReceived, etc.
- proper handling of server authorization errors
1.9.0
Video Conference module
New Conference Streaming API
Streaming API allows user to watch the video/audio stream broadcasting by another user.
- ConferenceStreamClient allows create stream sessions:
function | description |
---|---|
createStreamSession | session for streaming |
createWatchingSession | session for watching |
- ConferenceStreamingSession -
function | description |
---|---|
startStreaming | start new video or audio stream |
stopStreaming | stop current stream |
addEventListener | listen session main events |
addConferenceCallbacksListener | listen conference events |
- ConferenceWatchingSession -
function | description |
---|---|
startWatching | start new video or audio stream |
stopWatching | stop current stream |
addEventListener | listen session main events |
addConferenceCallbacksListener | listen conference events |