Skip to content

Support for E2EE and other major fixes.

Compare
Choose a tag to compare
@udayg24 udayg24 released this 12 Apr 03:52
· 1 commit to main since this release
  • End-to-End Encryption (E2EE) Support
    Added support for E2EE to ensure secure media transmission between participants.

  • New Methods in Meeting Class

    • pauseAllStreams(kind: String)
    • resumeAllStreams(kind: String)
  • New Event Listeners

    • onPausedAllStreams
    • onResumedAllStreams
  • External Call Handling Updates

    • Removed: onExternalCallStarted
    • Added: onExternalCallRinging, onExternalCallAnswered, onExternalCallRejected, onExternalCallHangup
  • Streamlined Connection Flow

    • Removed states: CLOSING, CLOSED, CANCELLED
    • All disconnection scenarios now use: DISCONNECTED