This structure is used to transmit messages related to rooms to the clients.
ClientRoomState:
Indicates the client's room status. ClientRoomState can take different values when the room is created, joined, left, or when an error occurs.
ClientRoomState
public ClientRoomMessage(ClientRoomState clientRoomState)
Constructive method. This method initializes the ClientRoomMessage structure and populates the ClientRoomState field with the specified value.
ClientRoomMessage
Last updated 2 years ago