State
public enum State : String, Codable
An enum that provides information about the states of a live event.
Since
1.0.0-
Indicates a live event is created and host can enter.
Since
1.0.0Declaration
Swift
case created
-
Indicates a live event is ready to get started and participants can enter and chat.
Since
1.0.0Declaration
Swift
case ready
-
Indicates a live event is ongoing and participants can recieve media streaming of host.
Since
1.0.0Declaration
Swift
case ongoing
-
Indicates a live event is ongoing and participants can recieve media streaming of host.
Since
1.0.0Declaration
Swift
case ended