Releases: sendbird/sendbird-calls-ios
Releases · sendbird/sendbird-calls-ios
1.10.1
1.10.0
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
- Added a new interface to delete a room.
- Added
room.delete
.
- Added
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.0
For 1.9.0, a feature to delete a room in Group call is released.
Here is what's been updated:
- Added
didDelete
inRoomDelegate
which is invoked when the room has been deleted by the Platform API.