Share via


AcsCallParticipantAddedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.CallParticipantAdded event.

Extends

Inherited Properties

correlationId

The correlationId of calling event

displayName

The display name of the participant.

group

The group metadata

isRoomsCall

Is the calling event a room call.

isTwoParty

Is two-party in calling event.

participantId

The id of the participant.

room

The room metadata

serverCallId

The call id of the server

startedBy

The call participant who initiated the call.

user

The user of the call participant

userAgent

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

The group metadata

group?: AcsCallGroup

Property Value

Inherited From AcsCallParticipantEvent.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

The room metadata

room?: AcsCallRoom

Property Value

Inherited From AcsCallParticipantEvent.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