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