メソッド シグネチャ MediaApiCommunicationProtocol.connectActiveConference
指定された SDP オファーを使用してアクティブな会議に接続します。
署名
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
詳細
パラメータ
名前 |
Type |
省略可能 |
説明 |
sdpOffer
|
string
|
×
|
アクティブな会議に接続するための SDP オファー。 |
戻り値
Promise<MediaApiCommunicationResponse>
通信レスポンスに解決するプロミス。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-06 UTC。
[null,null,["最終更新日 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."]]],[]]