Stay organized with collections
Save and categorize content based on your preferences.
Broadcasts state to all other current participants, and is the default state for
any participant until some other state is broadcast.
Note: This shared state is eventually consistent across participants.
For predictable behavior, this binary state should be complete, not partial, as
the Meet Add-ons SDK doesn't provide guarantees around the delivery of
individual messages -- only eventual consistency.
Note: In a race condition where two participants call this method
simultaneously, the Meet Add-ons SDK selects a canonical winning update. The
losing update might or might not be applied to participants, but the winning
update is always applied later.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 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."]]],[]]