Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Der Status wird an alle anderen aktuellen Teilnehmer gesendet und ist der Standardstatus für alle Teilnehmer, bis ein anderer Status gesendet wird.
Hinweis:Dieser gemeinsame Zustand ist für alle Teilnehmer schlussendlich konsistent.
Für ein vorhersehbares Verhalten sollte dieser binäre Status vollständig und nicht teilweise sein, da das Meet Add-ons SDK keine Garantien für die Zustellung einzelner Nachrichten bietet, sondern nur für die endgültige Konsistenz.
Hinweis:Bei einer Race-Bedingung, bei der zwei Teilnehmer diese Methode gleichzeitig aufrufen, wählt das Meet-Add-on-SDK ein kanonisches Gewinner-Update aus. Das unterlegene Update wird möglicherweise auf die Teilnehmer angewendet, das Gewinner-Update jedoch immer.
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[],[],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`"]]