Skip to content

Releases: ConnectyCube/connectycube-android-sdk-releases

2.0.0

30 Dec 19:46
Compare
Choose a tag to compare
  • Auth:
    • the function signIn was deprecated, use the createSession(user) instead;
    • the function signOut was deprecated, use the destroySession instead;
    • the authSecret was deprecated and will be removed

2.0.0-beta05

16 Jan 16:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with android video/audio calls when up to 4 opponents on call

2.0.0-beta04

21 Sep 13:52
Compare
Choose a tag to compare

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

09 Jan 18:18
Compare
Choose a tag to compare

Minor bug fixes and improvements, update ktor v. 2.0.1

1.9.3

28 Sep 13:01
Compare
Choose a tag to compare

Video module

Fixed

  • compatibility with JS-SDK and Flutter-SDK;

2.0.0-beta02

08 Feb 12:52
Compare
Choose a tag to compare

Minor bug fixes and improvements

2.0.0-beta01

21 Jul 09:56
Compare
Choose a tag to compare

SDK V2

ConnectyCube Android documentation https://developers.connectycube.com/android

1.9.2

27 Apr 14:30
Compare
Choose a tag to compare

Video Conference module

New

  • WsVideoRoomAuthException for handling video room unauthorized errors

Push module

Fixed

  • subscribeToPushesAutomatic localization

1.9.1

10 Apr 11:37
Compare
Choose a tag to compare

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

30 Mar 09:03
Compare
Choose a tag to compare

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