CallDiscardReason

public indirect enum CallDiscardReason : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum

Describes the reason why a call was discarded

  • The call wasn’t discarded, or the reason is unknown

    Declaration

    Swift

    case empty
  • The call was ended before the conversation started. It was cancelled by the caller or missed by the other party

    Declaration

    Swift

    case missed
  • The call was ended before the conversation started. It was declined by the other party

    Declaration

    Swift

    case declined
  • The call was ended during the conversation because the users were disconnected

    Declaration

    Swift

    case disconnected
  • The call was ended because one of the parties hung up

    Declaration

    Swift

    case hungUp