CallEndReason

public enum CallEndReason

Enum representing a reason why the call ended

  • Call was answered by another device

    Declaration

    Swift

    case otherDeviceDidAnswer
  • Call was declined by another device

    Declaration

    Swift

    case otherDeviceDidDecline
  • Call was ended by the other party

    Declaration

    Swift

    case endedByRemote
  • Call was left unanswered (e.g. timed-out; straight to voicemail)

    Declaration

    Swift

    case unanswered
  • The end of the call was initiated by the user

    Declaration

    Swift

    case userInitiated