Server Room State

Thanks to this enum, you can use it to specify the server's room operations in a more meaningful and readable way. For example, you can use these values during network messages or state transitions to perform corresponding operations.

Values

  1. Create: Represents that the presenter has created a room.

  2. Join: Represents that the presenter has joined a room.

  3. Exit: It represents the presenter leaving a room.

Last updated