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 more

    Declaration

    Swift

    public enum StreamingReason
  • Undocumented

    See more

    Declaration

    Swift

    public enum InactiveReason
  • Undocumented

    See more

    Declaration

    Swift

    public enum PauseReason