AddonScreenshareInfo 인터페이스
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
사용자가 화면 공유에서 회의 내 부가기능 환경으로 전환할 때 사용해야 하는 부가기능에 관한 정보입니다.
서명
interface AddonScreenshareInfo
속성 서명
이름 |
설명 |
additionalData |
부가기능이 자체 초기화에 사용할 수 있는 서드 파티에서 제공한 데이터 |
cloudProjectNumber |
Meet에서 화면 공유에서 Meet 부가기능으로 전환할 때 시작해야 하는 부가기능의 Google Cloud 프로젝트 번호입니다. |
mainStageUrl |
부가기능이 시작된 후 메인 스테이지가 열리는 URL입니다. 부가기능 매니페스트에 지정된 URL과 동일한 도메인에 속해야 합니다. |
sidePanelUrl |
부가기능이 시작된 후 측면 패널이 열리는 URL입니다. 부가기능 매니페스트에 지정된 URL과 동일한 도메인에 속해야 합니다. |
startActivityOnOpen |
부가기능이 열릴 때 활동을 시작할지 여부입니다. 메인 스테이지 URL이 제공된 경우 true여야 합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# Interface AddonScreenshareInfo\n\nInformation about the add-on that should be used when a user transitions from\nscreen sharing to an in-meeting add-on experience.\n\nSignature\n---------\n\n interface AddonScreenshareInfo\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [`additionalData`](./screenshare_api.addonscreenshareinfo.additionaldata.md) | Data supplied by the third-party that the add-on can use to initialize itself |\n| [`cloudProjectNumber`](./screenshare_api.addonscreenshareinfo.cloudprojectnumber.md) | The Google Cloud project number of the add-on that Meet should start when transitioning from screen sharing to the Meet add-on. |\n| [`mainStageUrl`](./screenshare_api.addonscreenshareinfo.mainstageurl.md) | The URL that the main stage opens after the add-on starts. Must belong to the same domain as the URLs specified in the add-on manifest. |\n| [`sidePanelUrl`](./screenshare_api.addonscreenshareinfo.sidepanelurl.md) | The URL that the side panel opens after the add-on starts. Must belong to the same domain as the URLs specified in the add-on manifest. |\n| [`startActivityOnOpen`](./screenshare_api.addonscreenshareinfo.startactivityonopen.md) | Whether to start an activity when the add-on is opened. If a mainstage URL is provided, must be true. |"]]