Enumerations
The following enumerations are available globally.
-
Enum representing the available regions for Telnyx WebRTC connections.
See moreDeclaration
Swift
public enum Region : String, Codable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum PushEnvironment : String -
See moreTxErroris the error type returned by Telnyx WebRTC SDK. It encompasses a few different types of errors, each with their own associated reasons.Declaration
Swift
public enum TxError : Errorextension TxError: LocalizedError -
Undocumented
See moreDeclaration
Swift
public enum WebRTCEnvironment -
Available Log levels:
none: Print no messageserror: Message of levelerrorwarning: Message of levelwarningsuccess: Message of levelsuccessinfo: Message of levelinfoverto: Message of levelvertomessages.all: Will print all level of messages
Declaration
Swift
public enum LogLevel : Int -
Quality rating for a WebRTC call based on MOS score
See moreDeclaration
Swift
public enum CallQuality : String -
See moreCallStaterepresents the state of the callDeclaration
Swift
public enum CallState : Equatable
Enumerations Reference