RoomId

data class RoomId(val id: String)

The id of the room.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String