State
public enum State
Represents the state of a session
-
Undocumented
Declaration
Swift
case streaming -
Session stream is acvive
Declaration
Swift
case inactive -
Session stream is not started or already stopped
Declaration
Swift
case pause -
Session is active but stream is paused
See moreDeclaration
Swift
public enum StreamingReason -
Undocumented
See moreDeclaration
Swift
public enum InactiveReason -
Undocumented
See moreDeclaration
Swift
public enum PauseReason
State Enumeration Reference