joinRoom

abstract suspend fun joinRoom(onRoomJoined: () -> Unit? = null, onRoomJoinFailed: () -> Unit? = null)