메서드 서명 MediaApiCommunicationProtocol.connectActiveConference
지정된 SDP 오퍼로 활성 회의에 연결합니다.
서명
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
세부정보
매개변수
이름 |
유형 |
선택사항 |
설명 |
sdpOffer
|
string
|
아니요
|
활성 회의에 연결하기 위한 SDP 제안 |
반환 값
Promise<MediaApiCommunicationResponse>
커뮤니케이션 응답으로 확인되는 약속입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]