AcsCallParticipantRemovedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.CallParticipantRemoved event.
- Extends
Inherited Properties
| correlation |
The correlationId of calling event |
| display |
The display name of the participant. |
| group | The group metadata |
| is |
Is the calling event a room call. |
| is |
Is two-party in calling event. |
| participant |
The id of the participant. |
| room | The room metadata |
| server |
The call id of the server |
| started |
The call participant who initiated the call. |
| user | The user of the call participant |
| user |
The user agent of the participant. |
Inherited Property Details
correlationId
The correlationId of calling event
correlationId: string
Property Value
string
Inherited From AcsCallParticipantEvent.correlationId
displayName
The display name of the participant.
displayName?: string
Property Value
string
Inherited From AcsCallParticipantEvent.displayName
group
isRoomsCall
Is the calling event a room call.
isRoomsCall?: boolean
Property Value
boolean
Inherited From AcsCallParticipantEvent.isRoomsCall
isTwoParty
Is two-party in calling event.
isTwoParty?: boolean
Property Value
boolean
Inherited From AcsCallParticipantEvent.isTwoParty
participantId
The id of the participant.
participantId?: string
Property Value
string
Inherited From AcsCallParticipantEvent.participantId
room
serverCallId
The call id of the server
serverCallId: string
Property Value
string
Inherited From AcsCallParticipantEvent.serverCallId
startedBy
The call participant who initiated the call.
startedBy: AcsCallParticipant
Property Value
Inherited From AcsCallParticipantEvent.startedBy
user
The user of the call participant
user?: AcsCallParticipant
Property Value
Inherited From AcsCallParticipantEvent.user
userAgent
The user agent of the participant.
userAgent?: string
Property Value
string
Inherited From AcsCallParticipantEvent.userAgent