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

  • public ClientRoomMessage(ClientRoomState clientRoomState)
    • Constructive method. This method initializes the ClientRoomMessage structure and populates the ClientRoomState field with the specified value.

Last updated