Create a remote room.
The key-value data object to assign to this room.
Get the data value for the given key.
An arbitrary bridge-specific key.
Stored data for this key. May be undefined.
Get the room ID.
The room ID
Serialize all the data about this room, excluding the room ID.
The serialised data
Set an arbitrary bridge-specific data value for this room.
The key to store the data value under.
The data value. This value should be serializable via JSON.stringify(data).
JSON.stringify(data)
Generated using TypeDoc
Create a remote room.