Releases: sendbird/sendbird-calls-javascript
Releases · sendbird/sendbird-calls-javascript
1.6.1
1.6.1 (May 21, 2021 UTC)
- Bug fix
- Fixed the error and undefined behavior in recording feature.
- Now,
DirectCall.startRecording()
produces.webm
file in Chrome and Firefox,.mp4
file in Safari.
- Now,
- Fixed the noise when calling
addDirectCallSound()
. - Fixed the bug that sometimes the error message of
authenticate()
is blank.
- Fixed the error and undefined behavior in recording feature.
1.6.0
1.6.0 (April 22, 2021 UTC)
- Added support for group call.
- Below class is added in
SendBirdCall
Room
- Below methods are added in
SendBirdCall
createRoom(params: RoomParams): Promise<Room>
getCachedRoomById(roomId: string): Room
fetchRoomById(roomId: string): Promise<Room>
- Below interfaces are added in
SendBirdCall
RoomParams
EnterParams
Participant
LocalParticipant
RemoteParticipant
- Below enums are added in
SendBirdCall
RoomType
ParticipantState
- Below class is added in
- Bug fix
- Fixed an unexpected exception.
- Improved stability.
1.5.4
1.6.0-beta
1.6.0-beta (Feb 17, 2021 UTC)
Sendbird Calls SDK version 1.6.0 supports the early access program for group calling. New concepts introduced in this version center around rooms and participants.
- Added group call feature.
- Below methods are added in
SendBirdCall
createRoom(): Promise<Room>
getCachedRoomById(roomId: string): Room
fetchRoomById(roomId: string): Promise<Room>
- Below class is added in
SendBirdCall
Room
- Below interfaces are added in
SendBirdCall
EnterParams
Participant
LocalParticipant
RemoteParticipant
- Below enum is added in
SendBirdCall
ParticipantState
- Below methods are added in
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.4.0 (Nov 3, 2020 UTC)
- Added remote recording progress event.
- Below properties are added in
DirectCall
:onRemoteRecordingStatusChanged: ((call: DirectCall) => void) | null
localRecordingStatus: RecordingStatus
remoteRecordingStatus: RecordingStatus
- Below enum is added in
SendBirdCall
:RecordingStatus
- Below properties are added in
- Improved stability