Уведомите Meet о том, что медиафайл не готов к воспроизведению из-за буферизации, предыдущего переключения мультимедиа, поиска или обычной перегрузки сети.
Сообщите Meet о том, что пользователь приостановил или возобновил воспроизведение мультимедиа, чтобы Meet мог отразить это действие для других пользователей.
[null,null,["Последнее обновление: 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. |"]]