The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
### 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 (Apr 21, 2023)
* Improved connection quality delegate in Direct Calls.
### 1.10.5 (Apr 12, 2023)
- Added a feature to detect connection qualities in ongoing Direct Calls.
- Added `ConnectionQualityDelegate`
- Added `ConnectionMetrics`
### 1.10.4 (Mar 22, 2023 UTC)
* Fixed a "virtual filesystem overlay file not found" bug on Xcode.
### 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 (Feb 17, 2023 UTC)
* Fix a bug in Direct Call where the audio output would automatically changes back to earpiece after the call connects.
### 1.10.1 (Feb 14, 2023 UTC)
* Added room delegates methods to detect local participant's connection with the server.
* Added `RoomDelegate.didLocalParticipantDisconnect`
* Added `RoomDelegate.didLocalParticipantReconnect`
### 1.10.0 (Jan 31, 2023 UTC)
* Added a feature to invite users to enter a room.
* Added `room.sendInvitation(inviteeId:completionHandler:)`.
* Added `RoomInvitation` class to manage invitation.
* Added `roomInvitation.accept`, `roomInvitation.decline`, `roomInvitation.cancel`.
* Added `RoomDelegate.onInvitationAccepted`, `RoomDelegate.onInvitationDeclined`, `RoomDelegate.onInvitationCanceled`.
* Added a new interface to delete a room.
* Added `room.delete`.
### 1.9.7 (Nov 14, 2022 UTC)
* Fixed an error where audio recording would stop when the audio is put on mute.
### 1.9.6 (Oct 13, 2022 UTC)
* Improve stability.