Voice Contact
class VoiceContact(var contactId: String, var displayName: String?, var avatarUrl: String? = null, var phoneNumber: String? = null) : Contact
Class used to gather information about the callee when placing a call.
Parameters
contact Id
Callee's user id and account id.
display Name
Callee's human readable name.
avatar Url
Callee's avatar picture url (optional).
phone Number
Callee's phone number (optional).