AddonSession 인터페이스
AddonSession 인터페이스 Meet과 상호작용하는 데 사용됩니다.
서명
interface AddonSession
메서드 서명
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-11(UTC)
[null,null,["최종 업데이트: 2024-09-11(UTC)"],[[["The `AddonSession` interface enables interaction with Google Meet."],["It provides methods for creating clients to access different functionalities like CoDoing, CoWatching, MainStage, and SidePanel."],["These clients facilitate communication and data exchange within a Google Meet session."]]],["The `AddonSession` interface facilitates interaction with Meet by providing methods to create different client types. These methods include: `createCoDoingClient` to instantiate a `CoDoingClient`, `createCoWatchingClient` to instantiate a `CoWatchingClient`, `createMainStageClient` to create a `MainStageClient`, and `createSidePanelClient` to create a `SidePanelClient`. Each client enables specific functionalities within the Meet environment.\n"]]