ParticipantsUpdated interface

當參與者有更新時的事件。

Extends

Omit<RestParticipantsUpdated, "callConnectionId" | "serverCallId" | "correlationId" | "participants" | "resultInformation">

屬性

callConnectionId

呼叫連線標識碼。

correlationId

要呼叫相互關聯之事件的相互關聯標識碼。 也稱為 ChainId,用於 Skype 鏈結標識符。

kind

此事件的種類。

participants

通話中的參與者清單。

resultInformation

包含來自 NGC 服務的結果 SIP 程式代碼/子程式代碼和訊息。

serverCallId

伺服器呼叫標識碼。

繼承的屬性

sequenceNumber

事件的序號

屬性詳細資料

callConnectionId

呼叫連線標識碼。

callConnectionId: string

屬性值

string

correlationId

要呼叫相互關聯之事件的相互關聯標識碼。 也稱為 ChainId,用於 Skype 鏈結標識符。

correlationId: string

屬性值

string

kind

此事件的種類。

kind: "ParticipantsUpdated"

屬性值

"ParticipantsUpdated"

participants

通話中的參與者清單。

participants: CallParticipant[]

屬性值

resultInformation

包含來自 NGC 服務的結果 SIP 程式代碼/子程式代碼和訊息。

resultInformation?: ResultInformation

屬性值

serverCallId

伺服器呼叫標識碼。

serverCallId: string

屬性值

string

繼承的屬性詳細資料

sequenceNumber

事件的序號

sequenceNumber?: number

屬性值

number

繼承自 Omit.sequenceNumber