Voip Participant
data class VoipParticipant( val identifier: String, val fqdn: String? = null, val alias: String? = null, val firstName: String? = null, val lastName: String? = null, val displayName: String? = null, val type: Int = UNKNOWN)
Content copied to clipboard
A class to be returned by the avent related to voipParticipant States
Parameters
identifier
is the identifier of The user voipParticipant in the call
first Name
is the firstname of The user voipParticipant in the call
last Name
is the lastname of the user voipParticipant in the call
type
the type of the voipParticipant describe in STWVCall.STWVCallParticipantType