Releases: sendbird/sendbird-calls-ios
Releases · sendbird/sendbird-calls-ios
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.
1.7.1
1.7.0
- Added capability to query rooms.
- Added
RoomListQuery
. - Added
RoomListQueryParams
. - Added
createRoomListQuery(with:)
inSendBirdCall
.
- Added
- Added
SendBirdRange
. - Added
embed(in:)
toSendBirdVideoView
. - Xcode 12 is now required to build SendBirdCalls.
- Improved stability.
1.6.2
1.6.1
1.6.0
- Sendbird Calls now supports making group calls in a room.
- Added
Room
.- Added
createRoom(with:completionHandler:)
inSendBirdCall
. - Added
fetchRoom(by:completionHandler:)
inSendBirdCall
. - Added
getCachedRoom(by:completionHandler:)
inSendBirdCall
. - Added
RoomType
. - Added
RoomParams
. - Added
State
inRoom
. - Added
EnterParams
inRoom
. - Added
RoomDelegate
.
- Added
- Added
Participant
,LocalParticipant
andRemoteParticipant
.- Added
Participant.State
.
- Added
- Added
- Improved stability.