AvatarWebRTCConnectionResult class

Menentukan hasil koneksi WebRTC avatar.

Extends

Konstruktor

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

Membuat dan menginisialisasi instans kelas ini.

Properti

errorDetails

Jika terjadi sintesis yang gagal, berikan detail kesalahan yang terjadi.

properties

Kumpulan properti yang terekspos dalam hasil.

reason

Menentukan status hasil.

resultId

Menentukan pengidentifikasi hasil.

SDPAnswer

Menentukan jawaban SDP (Session Description Protocol) dari koneksi WebRTC.

Detail Konstruktor

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

Membuat dan menginisialisasi instans kelas ini.

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

Parameter

SDPAnswer

RTCSessionDescriptionInit

Jawaban SDP dari koneksi WebRTC.

resultId

string

Id hasil.

reason
ResultReason

Alasannya.

errorDetails

string

Detail kesalahan, jika disediakan.

properties
PropertyCollection

Properti tambahan, jika disediakan.

Detail Properti

errorDetails

Jika terjadi sintesis yang gagal, berikan detail kesalahan yang terjadi.

string errorDetails

Nilai Properti

string

deskripsi singkat tentang kesalahan.

properties

Kumpulan properti yang terekspos dalam hasil.

PropertyCollection properties

Nilai Properti

Kumpulan properti yang terekspos dalam hasil.

reason

Menentukan status hasil.

ResultReason reason

Nilai Properti

Menentukan status hasil.

resultId

Menentukan pengidentifikasi hasil.

string resultId

Nilai Properti

string

Menentukan pengidentifikasi hasil.

SDPAnswer

Menentukan jawaban SDP (Session Description Protocol) dari koneksi WebRTC.

RTCSessionDescriptionInit SDPAnswer

Nilai Properti

RTCSessionDescriptionInit

Menentukan jawaban SDP koneksi WebRTC.