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-02-04(UTC)
[null,null,["최종 업데이트: 2025-02-04(UTC)"],[[["`AddonScreenshareInfo` interface provides data for transitioning from screen sharing to an in-meeting add-on."],["It includes URLs for the main stage and side panel that the add-on should open, belonging to the add-on's domain."],["The Google Cloud project number of the add-on is provided to facilitate starting the add-on."],["Additional data can be included to help the add-on initialize itself for a smooth transition."],["The `startActivityOnOpen` property determines if an activity should start upon opening the add-on and is required to be true if a main stage URL is provided."]]],["The `AddonScreenshareInfo` interface defines data needed to transition from screen sharing to an in-meeting add-on. It includes `cloudProjectNumber` for the add-on's Google Cloud project, `mainStageUrl` and `sidePanelUrl` for the add-on's interface, and `additionalData` for initialization. `startActivityOnOpen` dictates whether an activity should start upon opening the add-on, requiring `true` if a main stage URL is given. All URLs must match the domains in the add-on's manifest.\n"]]