Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum PushEnvironment : String
  • TxError is the error type returned by Telnyx WebRTC SDK. It encompasses a few different types of errors, each with their own associated reasons.

    See more

    Declaration

    Swift

    public enum TxError : Error
    extension TxError: LocalizedError
  • Undocumented

    See more

    Declaration

    Swift

    public enum WebRTCEnvironment
  • Available Log levels:

    • none: Print no messages
    • error: Message of level error
    • warning: Message of level warning
    • success: Message of level success
    • info: Message of level info
    • verto: Message of level verto messages.
    • all: Will print all level of messages
    See more

    Declaration

    Swift

    public enum LogLevel : Int
  • CallState represents the state of the call

    See more

    Declaration

    Swift

    public enum CallState