Tanda tangan metode MediaApiCommunicationProtocol.connectActiveConference
Terhubung ke konferensi aktif dengan penawaran SDP yang diberikan.
Tanda Tangan
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
Detail
Parameter
Nama |
Jenis |
Opsional |
Deskripsi |
sdpOffer
|
string
|
Tidak
|
Penawaran SDP untuk terhubung ke konferensi
aktif. |
Hasil
Promise<MediaApiCommunicationResponse>
Promise yang me-resolve ke respons komunikasi.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-06 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-06 UTC."],[[["This functionality allows connection to an active conference using an SDP offer."],["The `connectActiveConference` method requires a string parameter named `sdpOffer`."],["The method returns a promise that resolves to a `MediaApiCommunicationResponse`."],["This functionality is available as part of the Google Workspace Developer Preview Program, which grants early access to certain features."]]],[]]