Token Config
data class TokenConfig(val sipToken: String, val sipCallerIDName: String?, val sipCallerIDNumber: String?, val fcmToken: String?, val ringtone: Any?, val ringBackTone: Int?, val logLevel: LogLevel = LogLevel.NONE, val autoReconnect: Boolean = true) : TelnyxConfig
Represents a SIP user for login - Token based
Constructors
Properties
Link copied to clipboard
whether or not to reattempt (3 times) the login in the instance of a failure to connect and register to the gateway with a valid token
Link copied to clipboard
The integer raw value of the audio file to use as a ringback tone
Link copied to clipboard
The user's chosen Caller ID Name
Link copied to clipboard
The user's Caller ID Number