Skip to content

1.6.0-beta

Compare
Choose a tag to compare
@sf-nathan-park sf-nathan-park released this 17 Feb 08:11
· 62 commits to master since this release

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.

  • New methods to existing classes
    • Added createRoom() in SendBirdCall
    • Added fetchRoomById() in SendBirdCall
    • Added getCachedRoomById() in SendBirdCall
  • New classes
    • Added Room
      • Added EnterParams
      • Added RoomListener
      • Added RoomState
      • Added RoomHandler
    • Added Participant
      • Added LocalParticipant
      • Added RemoteParticipant
      • Added ParticipantState