המצב הזה משודרת לכל המשתתפים האחרים, והוא מצב ברירת המחדל של כל משתתף עד שמשדרים מצב אחר.
הערה: המצב המשותף הזה יהיה עקבי אצל כל המשתתפים בסופו של דבר.
כדי שההתנהגות תהיה צפויה, המצב הבינארי הזה צריך להיות מלא ולא חלקי, כי ה-SDK של התוספים ל-Meet לא מספק ערבויות לגבי העברת הודעות ספציפיות – רק עקביות בסופו של דבר.
הערה: בתנאים של תחרות שבהם שני משתתפים קוראים לשיטה הזו בו-זמנית, ה-SDK של התוספים ל-Meet בוחר עדכון קנוני מנצח. יכול להיות שהעדכון המפסיד יוחל על המשתתפים, ויכול להיות שלא, אבל העדכון המנצח תמיד יוחל מאוחר יותר.
[null,null,["עדכון אחרון: 2025-02-04 (שעון UTC)."],[[["The Early Access Program for this feature is closed to new signups."],["`broadcastStateUpdate` shares the state with all participants, defaulting to \"Broadcasts\"."],["Shared state is eventually consistent, but message delivery isn't guaranteed."],["Simultaneous calls to `broadcastStateUpdate` result in one canonical winning update for predictable behavior."]]],["The `broadcastStateUpdate` method, part of a closed Early Access Program, sends a `CoDoingState` update to all participants. This state is eventually consistent across all users and should be considered complete, not partial. In case of simultaneous updates, the system selects a single, canonical winning update; the losing update may or may not apply, but the winning one will. The method accepts a `CoDoingState` parameter and returns `void`. It guarantees eventual consistency of state.\n"]]