User Configuration
constructor(accountId: String = "", userId: String = "", msisdn: String = "", jwtToken: String = "", deviceId: String = "", displayName: String = "")
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.