Releases: sendbird/sendbird-calls-android
Releases · sendbird/sendbird-calls-android
1.10.6
1.10.6 (Mar 15, 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.5
1.10.5 (Mar 9, 2023, UTC)
- Add interface related to Bluetooth device connection
- Added directCall.fetchBluetoothDevices.
- Added localParticipant.fetchBluetoothDevices.
- Improved stability
1.10.4
1.10.4 (Feb 28, 2023 UTC)
- Improved stability
1.10.3
1.10.3 (Feb 23, 2023 UTC)
- Improved stability
1.10.2
1.10.2 (Feb 14, 2023 UTC)
- Added room event listeners to detect local participant’s connection with the server
- Added
RoomListener.onLocalParticipantDisconnected
- Added
RoomListener.onLocalParticipantReconnected
- Added
- Added
directCall.resumeVideoCapturer
1.10.1
1.10.1 (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
- Added
directCall.resumeVideoCapturer
.
1.10.0
1.10.0 (Nov 07, 2022 UTC)
- Updated webrtc version to M106
1.9.3
1.9.3 (Nov 01, 2022 UTC)
- Fixed a bug where bluetooth headphones didn't work
1.9.2
1.9.2 (Oct 14, 2022 UTC)
- Improved stability
1.9.1
1.9.1 (Aug 03, 2022 UTC)
- Fixed a bug where the packet loss rate was negative.
- Changed the
startedAt
property of DirectCall to public - Improved stability