State
public enum State : String, Codable
An enum that provides information about the states of a host.
Since
1.0.0-
Indicates that the host entered the live event.
Since
1.0.0Declaration
Swift
case entered
-
Indicates that the host is connected to Sendbird server and media streaming of the host has started.
Since
1.0.0Declaration
Swift
case connected
-
Indicates that the host is disconnected from Sendbird server and media streaming of the host has ended.
Since
1.0.0Declaration
Swift
case disconnected
-
Indicates that the host left the live event.
Since
1.0.0Declaration
Swift
case exited