Skip to content

v0.14.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 20 Dec 00:54
· 5 commits to main since this release

Added

  • Added support for sending dial-out DTMF tones via CallClient.send_dtmf().

  • Added support for SIP refer with CallClient.sip_refer().

  • Added support for SIP call transfers with CallClient.sip_call_transfer().

  • Added support for receiving ICE configuration from the SFU.

Changed

  • The field participantId from DialoutEvent and DialinEvent has been renamed to sessionId.

Fixed

  • Improved meeting move robustness by increasing the number of retries, to account for situations where the backend takes longer to complete the move.