Informe ao Meet que a mídia não está pronta para reprodução devido a armazenamento em buffer, transferência de mídia anterior, busca ou congestionamento de rede normal.
Notifica o Meet de que o armazenamento em buffer foi concluído e a mídia está pronta para ser reproduzida, começando no carimbo de data/hora fornecido.
[null,null,["Última atualização 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. |"]]