ChannelState

public enum ChannelState : String

Represents the multiple states that a Channel can be in throughout it’s lifecycle.

  • Undocumented

    Declaration

    Swift

    case closed = "closed"
  • Undocumented

    Declaration

    Swift

    case errored = "errored"
  • Undocumented

    Declaration

    Swift

    case joined = "joined"
  • Undocumented

    Declaration

    Swift

    case joining = "joining"
  • Undocumented

    Declaration

    Swift

    case leaving = "leaving"