共用方式為


AcsCallParticipantAddedEventData interface

Microsoft.Communication.CallParticipantAdded 事件的 EventGridEvent 的 Data 屬性的架構。

Extends

繼承的屬性

correlationId

調用事件的關聯ID

displayName

參與者的顯示名稱。

group

組元數據

isRoomsCall

呼叫事件是否為會議室呼叫。

isTwoParty

在調用事件中是兩方。

participantId

參與者的ID。

room

組元數據

serverCallId

伺服器的 callId

startedBy

發起呼叫的呼叫參與者。

user

呼叫參與者的使用者。

userAgent

參與者的使用者代理。

繼承的屬性詳細資料

correlationId

調用事件的關聯ID

correlationId: string

屬性值

string

繼承自AcsCallParticipantEventData.correlationId

displayName

參與者的顯示名稱。

displayName: string

屬性值

string

繼承自AcsCallParticipantEventData.displayName

group

組元數據

group?: AcsCallGroup

屬性值

繼承自AcsCallParticipantEventData.group

isRoomsCall

呼叫事件是否為會議室呼叫。

isRoomsCall?: boolean

屬性值

boolean

繼承自AcsCallParticipantEventData.isRoomsCall

isTwoParty

在調用事件中是兩方。

isTwoParty?: boolean

屬性值

boolean

繼承自AcsCallParticipantEventData.isTwoParty

participantId

參與者的ID。

participantId: string

屬性值

string

繼承自AcsCallParticipantEventData.participantId

room

組元數據

room?: AcsCallRoom

屬性值

繼承自AcsCallParticipantEventData.room

serverCallId

伺服器的 callId

serverCallId: string

屬性值

string

繼承自AcsCallParticipantEventData.serverCallId

startedBy

發起呼叫的呼叫參與者。

startedBy: AcsCallParticipant

屬性值

繼承自AcsCallParticipantEventData.startedBy

user

呼叫參與者的使用者。

user: AcsCallParticipant

屬性值

繼承自AcsCallParticipantEventData.user

userAgent

參與者的使用者代理。

userAgent: string

屬性值

string

繼承自AcsCallParticipantEventData.userAgent