EventType

public enum EventType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case initiatedCall = "INITIATED_CALL"
  • Undocumented

    Declaration

    Swift

    case ringing = "RINGING"
  • Undocumented

    Declaration

    Swift

    case answered = "ANSWERED"
  • Undocumented

    Declaration

    Swift

    case completedCall = "COMPLETED_CALL"
  • Undocumented

    Declaration

    Swift

    case busy = "BUSY"
  • Undocumented

    Declaration

    Swift

    case failed = "FAILED"
  • Undocumented

    Declaration

    Swift

    case noAnswer = "NO_ANSWER"
  • Declaration

    Swift

    public var description: String { get }