[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Method signature CoDoingClient.broadcastStateUpdate\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\nBroadcasts state to all other current participants, and is the default state for\nany participant until some other state is broadcast.\n\n**Note:** This shared state is eventually consistent across participants.\nFor predictable behavior, this binary state should be complete, not partial, as\nthe Meet add-ons SDK doesn't provide guarantees around the delivery of\nindividual messages -- only eventual consistency.\n\n**Note:** In a race condition where two participants call this method\nsimultaneously, the Meet add-ons SDK selects a canonical winning update. The\nlosing update might or might not be applied to participants, but the winning\nupdate is always applied later.\n\nSignature\n---------\n\n broadcastStateUpdate(newState: CoDoingState): void;\n\nDetails\n-------\n\n| Optional | No |\n|----------|----|\n\nParameters\n----------\n\n| Name | Type | Optional | Description |\n|------------|----------------------------------------------------|----------|-------------|\n| `newState` | [CoDoingState](./live_sharing_sdk.codoingstate.md) | No | |\n\nReturns\n-------\n\n`void`"]]