joinRoom

suspend fun joinRoom(token: String, options: RoomOptions, listener: RealtimeSdkListener)

Join a room using the specified room token and options.

Parameters

token

The authentication token associated with the room.

options

The options RoomOptions used when joining the room.

listener

The RealtimeSdkListener for SDK events.