Skip to content

1.6.0

Compare
Choose a tag to compare
@git-babel git-babel released this 22 Apr 08:06
· 52 commits to master since this release

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
  • Bug fix
    • Fixed an unexpected exception.
  • Improved stability.