User Configuration
data class UserConfiguration @JvmOverloads constructor(var accountId: String = "", var userId: String = "", var msisdn: String = "", var jwtToken: String = "", var deviceId: String = "", var displayName: String = "")
Configuration class used to activate the Voice SDK.
Parameters
account Id
Client's account id
user Id
User's unique identifier used to identify the callee when placing a call.
msisdn
User's phone number.
jwt Token
JSON Web Token that works as an authenticator token on server side.
device Id
Unique identifier provided by FirebaseInstanceId.
display Name
To be used to send to callee as the user name.