AcsCallParticipantEventData interface
Schema of common properties of participant events
- Extends
Properties
display |
The display name of the participant. |
participant |
The Id of the participant. |
user | The user of the call participant. |
user |
The user agent of the participant. |
Inherited Properties
correlation |
The correlation ID of the calling event |
group | The group metadata |
is |
Is the calling event a room call. |
is |
Is two-party in calling event. |
room | The group metadata |
server |
The callId of the server |
started |
The call participant who initiated the call. |
Property Details
displayName
The display name of the participant.
displayName: string
Property Value
string
participantId
The Id of the participant.
participantId: string
Property Value
string
user
userAgent
The user agent of the participant.
userAgent: string
Property Value
string
Inherited Property Details
correlationId
The correlation ID of the calling event
correlationId: string
Property Value
string
Inherited From AcsCallingEvent.correlationId
group
isRoomsCall
Is the calling event a room call.
isRoomsCall?: boolean
Property Value
boolean
Inherited From AcsCallingEvent.isRoomsCall
isTwoParty
Is two-party in calling event.
isTwoParty?: boolean
Property Value
boolean
Inherited From AcsCallingEvent.isTwoParty
room
serverCallId
The callId of the server
serverCallId: string
Property Value
string
Inherited From AcsCallingEvent.serverCallId
startedBy
The call participant who initiated the call.
startedBy: AcsCallParticipant
Property Value
Inherited From AcsCallingEvent.startedBy