UserConfiguration

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

accountId

Client's account id

userId

User's unique identifier used to identify the callee when placing a call.

msisdn

User's phone number.

jwtToken

JSON Web Token that works as an authenticator token on server side.

deviceId

Unique identifier provided by FirebaseInstanceId.

displayName

To be used to send to callee as the user name.

Constructors

Link copied to clipboard
constructor(accountId: String = "", userId: String = "", msisdn: String = "", jwtToken: String = "", deviceId: String = "", displayName: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard