Methodensignatur MediaApiCommunicationProtocol.connectActiveConference
Stellt mit dem angegebenen SDP-Angebot eine Verbindung zur aktiven Konferenz her.
Unterschrift
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
Details
Parameter
Name |
Typ |
Optional |
Beschreibung |
sdpOffer
|
string
|
Nein
|
Das SDP bietet eine Verbindung zur aktiven Konferenz an. |
Ausgabe
Promise<MediaApiCommunicationResponse>
Ein Versprechen, das auf die Kommunikationsantwort verweist.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-06 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]