ConnectionState

@objc
public enum ConnectionState : NSInteger

Represents the current state of the meeting connection.

  • Meeting connection is in idle state

    Declaration

    Swift

    case idle
  • Meeting is trying to connect

    Declaration

    Swift

    case connecting
  • Meeting is in connected state

    Declaration

    Swift

    case connected
  • Meeting is in disconnected state

    Declaration

    Swift

    case disconnected
  • Meeting is trying to reconnect

    Declaration

    Swift

    case reconnecting
  • Undocumented

    Declaration

    Swift

    case waiting