Informez Meet que le contenu multimédia n'est pas prêt à être lu en raison d'une mise en mémoire tampon, d'un commutateur multimédia précédent, d'une recherche ou d'une congestion normale du réseau.
Informez Meet que l'utilisateur a interrompu ou réactivé la lecture des contenus multimédias, afin que Meet puisse dupliquer cette action pour les autres utilisateurs.
Informez Meet que l'utilisateur a recherché le point de lecture du contenu multimédia, afin que Meet puisse dupliquer cette action pour les autres utilisateurs.
Informez Meet que l'utilisateur a changé de contenu afin que Meet puisse le transmettre aux autres utilisateurs.
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 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[],[],null,["# Interface CoWatchingClient\n\n| **Early Access Program:** This feature was only available in limited preview, through an Early Access Program. This program is now closed to new signups.\n\nClient-constructed CoWatching experience with hooks for hosts to manage the\nstate.\n\nSignature\n---------\n\n interface CoWatchingClient\n\nMethod signatures\n-----------------\n\n| Name | Description |\n|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| [`notifyBuffering(mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifybuffering.md) | Notify Meet that the media isn't ready to be played due to buffering, a prior media switch, seeking, or normal network congestion. |\n| [`notifyPauseState(paused, mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifypausestate.md) | Notify Meet that the user has paused or unpaused the playback of media, so Meet can mirror that action for other users. |\n| [`notifyPlayoutRate(rate, mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifyplayoutrate.md) | Notify Meet that the user updated the playout rate of the media to a new value (for example, 1.25x). |\n| [`notifyReady(mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifyready.md) | Notify Meet that the buffering is complete and the media is now ready to play, starting at the supplied timestamp. |\n| [`notifySeekToTimestamp(mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifyseektotimestamp.md) | Notify Meet that the user has sought the playback point of the media, so Meet can mirror that action for other users. |\n| [`notifySwitchedToMedia(mediaTitle, mediaId, mediaPlayoutPosition)`](./live_sharing_sdk.cowatchingclient.notifyswitchedtomedia.md) | Notify Meet that the user has switched media so Meet can pass that along to other users. |"]]