Signature de la méthode MeetAddonScreenshare.exposeToMeetWhenScreensharing
Permet à un site tiers de définir du contenu et son module complémentaire correspondant lorsque
passer du partage d'écran au module complémentaire Meet.
Signature
exposeToMeetWhenScreensharing(
clientScreenshareInfo: AddonScreenshareInfo,
): void;
Détails
Paramètres
Renvoie
void
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/15 (UTC).
[null,null,["Dernière mise à jour le 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"]]