VoipParticipant

fun VoipParticipant(    identifier: String,     fqdn: String? = null,     alias: String? = null,     firstName: String? = null,     lastName: String? = null,     displayName: String? = null,     type: Int = UNKNOWN)

Parameters

identifier

is the identifier of The user voipParticipant in the call

firstName

is the firstname of The user voipParticipant in the call

lastName

is the lastname of the user voipParticipant in the call

type

the type of the voipParticipant describe in STWVCall.STWVCallParticipantType