join Room
suspend fun joinRoom(token: String, options: RoomOptions, listener: RealtimeSdkListener)
Content copied to clipboard
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.