1.8.0
For 1.8.0, a new feature is released for both Group call and Direct call features respectively.
For the Group call feature, you can now add and manage custom items to store additional information for a room.
- Here are the details of the update:
- Added
customItems
inRoom
. - Added
customItems
inRoomParams
. - Added
updateCustomItems(customItems:completionHandler)
anddeleteCustomItems(customItemKeys:completionHandler:)
inRoom
. - Added
didUpdateCustomItems(updatedKeys:)
anddidDeleteCustomItems(deletedKeys:)
inRoomDelegate
.
For the Direct call feature, you can now hold and resume calls which allows you to accept an incoming call or switch between calls.
- Added
- Here are the details of the update:
- Added
hold(completionHandler:)
andunhold(force:completionHandler)
inDirectCall
. - Added
isOnHold
inDirectCall
. - Added
holdActiveCall
inDialParams
andAcceptParams
. - Added
didUserHoldStatusChange(call:isLocalUser:isUserOnHold:)
inDirectCallDelegate
.
- Added
- Added
getOngoingCalls()
inSendBirdCall
to retrieve a list of ongoing Direct Calls in the Calls SDK. - API reference is updated for all platforms.
- Fixed an issue where some characters in
userId
were incorrectly encoded during authentication. - Added support for Swift Package Manager.
- Added support for iOS Simulator builds on Apple silicon.
- Improved stability.