Thông báo cho Meet rằng nội dung nghe nhìn chưa sẵn sàng phát do hiện tượng lưu vào bộ đệm, nút chuyển nội dung nghe nhìn trước đó, chế độ tua hoặc tình trạng nghẽn mạng thông thường.
Thông báo cho Meet rằng người dùng đã tạm dừng hoặc huỷ tạm dừng phát nội dung nghe nhìn để Meet có thể phản ánh hành động đó cho những người dùng khác.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]