AcsCallParticipantAddedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.CallParticipantAdded event.
- Extends
Inherited Properties
correlation |
The correlation ID of the 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 group metadata |
server |
The callId 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 correlation ID of the calling event
correlationId: string
Property Value
string
Inherited From AcsCallParticipantEventData.correlationId
displayName
The display name of the participant.
displayName: string
Property Value
string
Inherited From AcsCallParticipantEventData.displayName
group
The group metadata
group?: AcsCallGroup
Property Value
Inherited From AcsCallParticipantEventData.group
isRoomsCall
Is the calling event a room call.
isRoomsCall?: boolean
Property Value
boolean
Inherited From AcsCallParticipantEventData.isRoomsCall
isTwoParty
Is two-party in calling event.
isTwoParty?: boolean
Property Value
boolean
Inherited From AcsCallParticipantEventData.isTwoParty
participantId
The Id of the participant.
participantId: string
Property Value
string
Inherited From AcsCallParticipantEventData.participantId
room
The group metadata
room?: AcsCallRoom
Property Value
Inherited From AcsCallParticipantEventData.room
serverCallId
The callId of the server
serverCallId: string
Property Value
string
Inherited From AcsCallParticipantEventData.serverCallId
startedBy
The call participant who initiated the call.
startedBy: AcsCallParticipant
Property Value
Inherited From AcsCallParticipantEventData.startedBy
user
The user of the call participant.
user: AcsCallParticipant
Property Value
Inherited From AcsCallParticipantEventData.user
userAgent
The user agent of the participant.
userAgent: string
Property Value
string
Inherited From AcsCallParticipantEventData.userAgent