deleteMeta
deleteMeta
- deleteMeta(
keys):Promise<void>
Deletes the specified keys from the metadata for this RoomSession.
Parameters
keys
The keys to remove.
Returns
Promise<void>
Example
In this example, we set metadata for a room as soon as it starts.
After 5 seconds, we remove the metadata for that room. Once the room’s metadata is set or removed,
we log the metadata for that room. This example assumes that there is a RoomSession
already active and that members are joining the room.