Client Room Message
This structure is used to transmit messages related to rooms to the clients.
Members
ClientRoomState:Indicates the client's room status.
ClientRoomStatecan take different values when the room is created, joined, left, or when an error occurs.
Methods
public ClientRoomMessage(ClientRoomState clientRoomState)Constructive method. This method initializes the
ClientRoomMessagestructure and populates theClientRoomStatefield with the specified value.
Last updated