Adds a custom field to the room. Note: This key can not already exist or it will throw an error. Note: The key must not contain a period in it, an error will be thrown.
the name of the custom field
the value of this custom field
Adds a user to the room.
the user which is to be added to the room
Get a list of users being added to the room.
Gets the resulting room that has been extended at the point of calling this. Note: modifying the returned value will have no effect.
Get a list of usernames of users being added to the room.
Generated using TypeDoc
Adds a custom field to the room. Note: This key can not already exist or it will throw an error. Note: The key must not contain a period in it, an error will be thrown.