Releases: sendbird/sendbird-calls-ios
Releases · sendbird/sendbird-calls-ios
Release 1.10.11
1.10.11 (Aug 2, 2023)
- Fix an issue where Direct Call's Connection Quality would report 'Unavailable' for a few seconds after connecting the call.
1.10.10
1.10.10 (Jul 31, 2023)
- Added support for Direct Call quality monitoring in Sendbird Dashboard.
1.10.9
1.10.9 (Jun 23, 2023)
- Added
DirectCall.ringingSource
, which indicates the source of the dial event in DirectCall.
- Added
SendbirdCall.incomingCalls
, which returns a list of incoming calls to the current user.
1.10.8
1.10.8 (Jun 16, 2023)
- Added
DirectCallDelegate.didCalleeReceiveDial
to notify the caller when the callee has received the call. This delegate method will be called when the callee has received the SendBirdCallDelegate.didStartRinging
event.
1.10.7
1.10.7 (May 23, 2023)
- Added
SendBirdCall.retrieveMissedDirectCalls
to get incoming direct calls that were not received via push notifications.
- Added
SendBirdCallDelegate.didReceiveVoIPException
to handle any incorrectly received voip push notifications.
1.10.6
1.10.6 (Apr 21, 2023)
- Improved connection quality delegate in Direct Calls.
1.10.5
1.10.5 (Apr 12, 2023)
- Added a feature to detect connection qualities in ongoing Direct Calls.
- Added
ConnectionQualityDelegate
- Added
ConnectionMetrics
1.10.4
1.10.4 (Mar 22, 2023 UTC)
- Fixed a "virtual filesystem overlay file not found" bug on Xcode.
1.10.3
1.10.3 (Mar 10, 2023 UTC)
- Added a feature to kick other participants in a room with the same user id as the current user.
- Added
Room.EnterParams.kickSiblings
1.10.2
1.10.2 (Feb 17, 2023 UTC)
- Fix a bug in Direct Call where the audio output would automatically changes back to earpiece after the call connects.