Credential Config
data class CredentialConfig(val sipUser: String, val sipPassword: String, val sipCallerIDName: String?, val sipCallerIDNumber: String?, val fcmToken: String?, val ringtone: Any?, val ringBackTone: Int?, val logLevel: LogLevel = LogLevel.NONE, val autoReconnect: Boolean = false) : TelnyxConfig
Represents a SIP user for login - Credential 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 valid credentials
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
Link copied to clipboard
The SIP password of the user logging in