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
Create
: Represents that the presenter has created a room.Join
: Represents that the presenter has joined a room.Exit
: It represents the presenter leaving a room.
Last updated