1.8.0
1.8.0 (October 27, 2021 UTC)
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.
- Added custom items feature in Group Call
- Added
customItemsinRoom. - Added
customItemsinRoomParams. - Added
updateCustomItems(customItems: CustomItems): Promise<CustomItemsResult>anddeleteCustomItems(customItemKeys: string[]): Promise<CustomItemsResult>inRoom. - Added
customItemsUpdatedandcustomItemsDeletedinRoomEventMap.
- Added
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 hold and resume feature in Direct Call
- Added
hold(): Promise<void>andunhold(force: boolean): Promise<void>inDirectCall. - Added
isOnHoldinDirectCall. - Added
holdActiveCallinDialParamsandAcceptParams. - Added
onUserHoldStatusChangedinDirectCall.
- Added
- Added
getOngoingCalls()inSendBirdCallto retrieve a list of ongoing Direct Calls in the Calls SDK. - Added missing return type of push token registration APIs.
- Improved stability.