State
public enum State : String
The enumeration of the status of the person in the membership.
Since
1.2.0-
The person is idle w/o any call.
Declaration
Swift
case idle -
The person has been notified about the call.
Declaration
Swift
case notified -
The person has joined the call.
Declaration
Swift
case joined -
The person has left the call.
Declaration
Swift
case left -
The person has declined the call.
Declaration
Swift
case declined -
The person is waiting in the lobby about the call.
Since
2.4.0Declaration
Swift
case waiting
View on GitHub