DisconnectReason

public enum DisconnectReason

The enumeration of reasons for a call being disconnected.

Since

1.2.0

Deprecated

  • One of the other phones of the authenticated user has declined the call. This is only applicable when the Direction of the Call is incoming. This event is not applicable for Phone.CallingType.WebexCalling or Phone.CallingType.CUCM calls.

    Declaration

    Swift

    case otherDeclined
  • This event is fired when the resources of the call object gets cleared after disconnection.

    Since

    3.0.0

    Declaration

    Swift

    case callEnded
  • Unknown error

    Declaration

    Swift

    case error(Error)