UserConfiguration

constructor(accountId: String = "", userId: String = "", msisdn: String = "", jwtToken: String = "", deviceId: String = "", displayName: String = "")

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.