enum State;
Value | Description |
---|---|
Unknown |
Indicates the current status is unknown. |
JoiningSession |
Indicates that the station is currently executing processing for joining a session. |
CreatingSession |
Indicates the station is creating the current session. |
Participating |
Indicates the station is in a state of participating in a session. |
Leaving |
Indicates that the station is currently executing processing for leaving a session. |
LeavingOnFault |
Indicates the station is currently executing processing for leaving a session due to some fault, such as a timeout. |
Enumerated type that indicates the current state of the station.
CONFIDENTIAL