Podpis metody MediaApiCommunicationProtocol.connectActiveConference
Łączy się z aktywną konferencją z daną ofertą SDP.
Podpis
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
Szczegóły
Parametry
Nazwa |
Typ |
Opcjonalny |
Opis |
sdpOffer
|
string
|
Nie
|
Oferta SDP dotycząca połączenia z aktywną konferencją. |
Zwroty
Promise<MediaApiCommunicationResponse>
Obietnica, która prowadzi do odpowiedzi na komunikat.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-06 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]