方法签名 MediaApiCommunicationProtocol.connectActiveConference
使用指定的 SDP 报价连接到正在进行的会议。
签名
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
详细信息
参数
名称 |
类型 |
可选 |
说明 |
sdpOffer
|
string
|
否 |
用于连接到有效会议的 SDP 报价。 |
返回
Promise<MediaApiCommunicationResponse>
一个解析为通信响应的 Promise。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-06。
[null,null,["最后更新时间 (UTC):2025-02-06。"],[[["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."]]],[]]