AcsCallParticipantAddedEventData interface

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

Extends

繼承的屬性

correlationId

調用事件的 correlationId

displayName

參與者的顯示名稱。

group

組元數據

isRoomsCall

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

isTwoParty

在調用事件中是兩方。

participantId

參與者的ID。

room

聊天室元數據

serverCallId

伺服器的 call id

startedBy

發起呼叫的呼叫參與者。

user

通話參與者的使用者

userAgent

參與者的使用者代理。

繼承的屬性詳細資料

correlationId

調用事件的 correlationId

correlationId: string

屬性值

string

繼承自AcsCallParticipantEvent.correlationId

displayName

參與者的顯示名稱。

displayName?: string

屬性值

string

繼承自AcsCallParticipantEvent.displayName

group

組元數據

group?: AcsCallGroup

屬性值

繼承自AcsCallParticipantEvent.group

isRoomsCall

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

isRoomsCall?: boolean

屬性值

boolean

繼承自AcsCallParticipantEvent.isRoomsCall

isTwoParty

在調用事件中是兩方。

isTwoParty?: boolean

屬性值

boolean

繼承自AcsCallParticipantEvent.isTwoParty

participantId

參與者的ID。

participantId?: string

屬性值

string

繼承自AcsCallParticipantEvent.participantId

room

聊天室元數據

room?: AcsCallRoom

屬性值

繼承自AcsCallParticipantEvent.room

serverCallId

伺服器的 call id

serverCallId: string

屬性值

string

繼承自AcsCallParticipantEvent.serverCallId

startedBy

發起呼叫的呼叫參與者。

startedBy: AcsCallParticipant

屬性值

繼承自AcsCallParticipantEvent.startedBy

user

通話參與者的使用者

user?: AcsCallParticipant

屬性值

繼承自AcsCallParticipantEvent.user

userAgent

參與者的使用者代理。

userAgent?: string

屬性值

string

繼承自AcsCallParticipantEvent.userAgent