Package google.apps.script.type.meet
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
MeetAddOnManifest
File manifest del componente aggiuntivo di Meet.
Campi |
homepageTrigger |
HomepageExtensionPoint
Se presente, sostituisce la configurazione di addOns.common.homepageTrigger .
|
web |
Web
Dettagli dei componenti aggiuntivi che migliorano il client web di Meet.
|
supportsCollaboration |
bool
Indica se il componente aggiuntivo supporta la collaborazione o l'invito di altre persone all'esperienza del componente aggiuntivo.
|
termsUri |
string
Un link ai termini di servizio del componente aggiuntivo, se presenti.
|
Web
Dettagli dei componenti aggiuntivi che migliorano il client web di Meet.
Campi |
sidePanelUri (deprecated) |
string
L'URI per l'iframe del riquadro laterale.
|
sidePanelUrl |
string
L'URL dell'iframe del riquadro laterale.
|
mainStageUri (deprecated) |
string
L'URI per l'iframe "main stage".
|
supportsScreenSharing |
bool
Indica se il componente aggiuntivo supporta la condivisione schermo della fase principale.
|
supportsCollaboration (deprecated) |
bool
Indica se il componente aggiuntivo supporta la collaborazione o l'invito di altre persone all'esperienza del componente aggiuntivo. Questo campo è stato ritirato. Utilizza il campo di primo livello in MeetAddOnManifest.
|
supportsPopOut |
bool
Indica se il componente aggiuntivo supporta l'apertura di una finestra popup in un'esperienza PiP del browser.
|
hostOrigins[] (deprecated) |
string
Nome precedente non più supportato. Origini da aggiungere alla proprietà frame-src dell'iframe contenente il sito di terze parti. Utilizza invece addOnOrigins.
|
addOnOrigins[] |
string
Origini da aggiungere alla proprietà frame-src dell'iframe contenente il sito di terze parti.
|
openState |
State
Lo stato iniziale quando il componente aggiuntivo viene aperto.
|
supportsCollaborationHostControls |
bool
Se il componente aggiuntivo per la collaborazione supporta i controlli dell'organizzatore.
|
logoUrl |
string
L'URL del logo da visualizzare per il componente aggiuntivo. Se non specificato, il logo predefinito è quello nella sezione comune del file manifest.
|
darkModeLogoUrl |
string
Una versione in modalità Buio di logoUrl.
|
displayFlow (deprecated) |
DisplayFlow
Il flusso di visualizzazione che verrà seguito dal componente aggiuntivo al momento dell'avvio.
|
DisplayFlow
Enum per specificare il flusso di visualizzazione che verrà seguito dal componente aggiuntivo al momento dell'avvio
Enum |
DISPLAY_FLOW_UNSPECIFIED |
Il flusso di visualizzazione non è stato specificato. |
FOCUS |
Il componente aggiuntivo deve essere avviato nel flusso di visualizzazione "in primo piano". |
AUGMENT |
Il componente aggiuntivo deve essere avviato nel flusso di visualizzazione "aumenta". |
Stato
Enum per specificare lo stato di apertura iniziale del componente aggiuntivo.
Enum |
STATE_UNSPECIFIED |
Lo stato iniziale non è stato specificato con il componente aggiuntivo. |
SIDE_PANEL_ONLY |
Il componente aggiuntivo si apre con solo il riquadro laterale attivo. |
MAIN_STAGE_ONLY |
Il componente aggiuntivo si apre con solo la fase principale attiva. |
SIDE_PANEL_AND_MAIN_STAGE |
Il componente aggiuntivo si apre con il riquadro laterale e la schermata principale attivi. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-04-18 UTC.
[null,null,["Ultimo aggiornamento 2025-04-18 UTC."],[],[],null,["# Package google.apps.script.type.meet\n\nIndex\n-----\n\n- [MeetAddOnManifest](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.MeetAddOnManifest) (message)\n- [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) (message)\n- [Web.DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) (enum)\n- [Web.State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) (enum)\n\nMeetAddOnManifest\n-----------------\n\nMeet add-on manifest.\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `homepageTrigger` | [HomepageExtensionPoint](/workspace/add-ons/reference/rpc/google.apps.script.type#google.apps.script.type.HomepageExtensionPoint) If present, this overrides the configuration from `addOns.common.homepageTrigger`. |\n| `web` | [Web](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web) Details for addons that enhance the Meet web client. |\n| `supportsCollaboration` | `bool` Whether the addon supports collaboration or inviting others into the addon experience. |\n| `termsUri` | `string` A link to the terms of service for the add-on, if any should be shown. |\n\nWeb\n---\n\nDetails for addons that enhance the Meet web client.\n\n| Fields ||\n|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sidePanelUri` **(deprecated)** | `string` | This item is deprecated! The URI for the side panel iframe. |\n| `sidePanelUrl` | `string` The URL for the side panel iframe. |\n| `mainStageUri` **(deprecated)** | `string` | This item is deprecated! The URI for the \"main stage\" iframe. |\n| `supportsScreenSharing` | `bool` Whether the addon supports screen sharing the main stage. |\n| `supportsCollaboration` **(deprecated)** | `bool` | This item is deprecated! Whether the addon supports collaboration or inviting others into the addon experience. This field is deprecated now, please use the top level field in MeetAddOnManifest. |\n| `supportsPopOut` | `bool` Whether the addon supports popping out to a browser PiP experience. |\n| `hostOrigins[]` **(deprecated)** | `string` | This item is deprecated! Deprecated, legacy name. Origins that should be added to the frame-src property of the iframe containing the third party site. Use addOnOrigins instead. |\n| `addOnOrigins[]` | `string` Origins that should be added to the frame-src property of the iframe containing the third party site. |\n| `openState` | [State](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.State) The initial state when the addon is opened. |\n| `supportsCollaborationHostControls` | `bool` Whether the collaboration add-on supports host controls. |\n| `logoUrl` | `string` The URL of the logo to be displayed for the addon. If not specified, the logo defaults to the logo in the common section of the manifest. |\n| `darkModeLogoUrl` | `string` A dark mode version of the logoUrl. |\n| `displayFlow` **(deprecated)** | [DisplayFlow](/workspace/add-ons/reference/rpc/google.apps.script.type/meet#google.apps.script.type.meet.Web.DisplayFlow) | This item is deprecated! The display flow the add-on will follow when launched. |\n\nDisplayFlow\n-----------\n\nEnum for specifying the display flow the add-on will follow when launched\n\n| Enums ||\n|----------------------------|-----------------------------------------------------|\n| `DISPLAY_FLOW_UNSPECIFIED` | Display flow has not been specified. |\n| `FOCUS` | Add-on should launch in the \"focus\" display flow. |\n| `AUGMENT` | Add-on should launch in the \"augment\" display flow. |\n\nState\n-----\n\nEnum for specifying initial addon opening state.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Initial state has not been specified with the addon. |\n| `SIDE_PANEL_ONLY` | The addon opens with only the side panel active. |\n| `MAIN_STAGE_ONLY` | The addon opens with only the main stage active. |\n| `SIDE_PANEL_AND_MAIN_STAGE` | The addon opens with both the side panel and the main stage active. |"]]