AcsCallParticipantAddedEventData interface

Microsoft.Communication.CallParticipantAdded イベントの EventGridEvent の Data プロパティのスキーマ。

Extends

継承されたプロパティ

correlationId

呼び出し元イベントの correlationId

displayName

参加者の表示名。

group

グループメタデータ

isRoomsCall

通話イベントはルーム通話ですか。

isTwoParty

呼び出しイベントで2者です。

participantId

参加者の ID。

room

ルームのメタデータ

serverCallId

サーバーの呼び出し 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

呼び出しイベントで2者です。

isTwoParty?: boolean

プロパティ値

boolean

AcsCallParticipantEvent.isTwoPartyから継承

participantId

参加者の ID。

participantId?: string

プロパティ値

string

AcsCallParticipantEvent.participantIdから継承

room

ルームのメタデータ

room?: AcsCallRoom

プロパティ値

AcsCallParticipantEvent.roomから継承

serverCallId

サーバーの呼び出し ID

serverCallId: string

プロパティ値

string

AcsCallParticipantEvent.serverCallIdから継承されます

startedBy

通話を開始した通話参加者。

startedBy: AcsCallParticipant

プロパティ値

AcsCallParticipantEvent.startedByから継承されます

user

通話参加者のユーザー

user?: AcsCallParticipant

プロパティ値

AcsCallParticipantEvent.userから継承されます

userAgent

参加者のユーザーエージェント。

userAgent?: string

プロパティ値

string

AcsCallParticipantEvent.userAgentから継承