Firma del metodo MeetAddonScreenshare.exposeToMeetWhenScreensharing
Consente a un sito di terze parti di impostare i contenuti e il componente aggiuntivo corrispondente quando
passaggio dalla condivisione schermo al componente aggiuntivo Meet.
Firma
exposeToMeetWhenScreensharing(
clientScreenshareInfo: AddonScreenshareInfo,
): void;
Dettagli
Parametri
Resi
void
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 2024-10-15 UTC.
[null,null,["Ultimo aggiornamento 2024-10-15 UTC."],[[["Allows a third-party website to seamlessly integrate its content and add-on into a Google Meet call when transitioning from screen sharing."],["This functionality is achieved using the `exposeToMeetWhenScreensharing` method and requires providing screen sharing information using the `AddonScreenshareInfo` object."],["The method does not return any value (void)."]]],["This API function, `exposeToMeetWhenScreensharing`, allows a third-party site to configure content and add-ons during the transition from screen sharing to the Meet add-on. It takes a mandatory `clientScreenshareInfo` parameter of type `AddonScreenshareInfo`. This parameter carries the necessary information for the transition. The function does not return any value (void). It is a required functionality, as indicated by the \"No\" in the \"Optional\" field.\n"]]