Skip to main content
Version: 0.3.x

Release Notes - Android

v0.3.0​

Release Date: 1st April 2025

Change Log:​

  • New Getter in Meeting Class:

    • getConnectionState(): Retrieves the current state of the meeting connection.

    Docs: Meeting Class - properties

  • New Methods in Meeting Class:

    • pauseAllStreams(): Pauses all media streams (audio, video, and screen share) or a specific stream type if provided.
    • resumeAllStreams(): Resumes all paused media streams (audio, video, and screen share) or a specific stream type if provided.

    Docs: Meeting Class - Methods

  • New/Updated Event Listeners in MeetingEventListener:

    • onExternalCallRinging: Triggered when an external call is ringing.
    • onExternalCallStarted: Triggered when an external call is answered.
    • onExternalCallHangup: Triggered when an external call ends.
    • onMeetingStateChanged: Triggered when there is a change in the state of the meeting.
    • onPausedAllStreams: Triggered when media streams is paused.
    • onResumedAllStreams: Triggered when media streams is resumed.

    Docs: MeetingEventListener - Events

  • Enhanced Meeting Connection Flow:

    • Introduced a RECONNECTING state that activates if the network connection is lost during a meeting. The SDK will automatically attempt to rejoin, improving reliability.

    • Removed the FAILED, CLOSING, and CLOSED states. All disconnection scenarios are now handled under the DISCONNECTED state for a more streamlined experience.


v0.2.0​

Release Date : 22nd Jan 2025

Change Log :

  • Deprecated Modes: Replaced CONFERENCE with SEND_AND_RECV and VIEWER with SIGNALLING_ONLY.
  • New Mode: Added RECV_ONLY for live streaming, allowing participants to receive media only.
  • Role Switching: Enabled seamless role switching between SEND_AND_RECV (host) and RECV_ONLY (audience) using changeMode() of Meeting Class.

Docs: Quick Start for Interactive Live Streaming


v0.2.0 & v0.3.0​

Release Date : 29th June 2022

Change log :

  1. Updated internal dependency.

Got a Question? Ask us on discord