VoiceContact

constructor(contactId: String, displayName: String?, avatarUrl: String? = null, phoneNumber: String? = null)

Parameters

contactId

Callee's user id and account id.

displayName

Callee's human readable name.

avatarUrl

Callee's avatar picture url (optional).

phoneNumber

Callee's phone number (optional).