共用方式為


AvatarWebRTCConnectionResult class

定義虛擬人偶 WebRTC 連線結果。

Extends

建構函式

AvatarWebRTCConnectionResult(RTCSessionDescriptionInit, string, ResultReason, string, PropertyCollection)

建立並初始化這個類別的實例。

屬性

errorDetails

如果合成失敗,請提供發生錯誤的詳細資料。

properties

結果中公開的屬性集。

reason

指定結果的狀態。

resultId

指定結果識別碼。

SDPAnswer

指定 WebRTC 連線的 SDP (會話描述通訊協定) 回應。

建構函式詳細資料

AvatarWebRTCConnectionResult(RTCSessionDescriptionInit, string, ResultReason, string, PropertyCollection)

建立並初始化這個類別的實例。

new AvatarWebRTCConnectionResult(SDPAnswer?: RTCSessionDescriptionInit, resultId?: string, reason?: ResultReason, errorDetails?: string, properties?: PropertyCollection)

參數

SDPAnswer

RTCSessionDescriptionInit

WebRTC 連線的 SDP 答案。

resultId

string

結果識別碼。

reason
ResultReason

原因。

errorDetails

string

如果有,錯誤詳細資料。

properties
PropertyCollection

如果提供其他屬性,則為 。

屬性詳細資料

errorDetails

如果合成失敗,請提供發生錯誤的詳細資料。

string errorDetails

屬性值

string

錯誤的簡短描述。

properties

結果中公開的屬性集。

PropertyCollection properties

屬性值

結果中公開的屬性集。

reason

指定結果的狀態。

ResultReason reason

屬性值

指定結果的狀態。

resultId

指定結果識別碼。

string resultId

屬性值

string

指定結果識別碼。

SDPAnswer

指定 WebRTC 連線的 SDP (會話描述通訊協定) 回應。

RTCSessionDescriptionInit SDPAnswer

屬性值

RTCSessionDescriptionInit

指定 WebRTC 連線的 SDP 回應。