SendBird Calls v1.6.0 (JavaScript) has been released! (2021-02-17)

https://github.com/sendbird/sendbird-calls-javascript/releases/tag/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