fetchRoomById

fun fetchRoomById(roomId: String, handler: RoomHandler?)

Fetches a room instance from Sendbird server.

Since

1.6.0

Parameters

roomId

Room ID.

handler

A callback handler for the result.