تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تُرسِل الحالة إلى جميع المشاركين الحاليين الآخرين، وهي الحالة التلقائية
لأي مشارك إلى أن يتم بث حالة أخرى.
ملاحظة: تصبح هذه الحالة المشتركة متسقة في النهاية بين جميع المشاركين.
لكي يكون السلوك متوقّعًا، يجب أن تكون حالة الثنائي هذه كاملة، وليس جزئية، لأنّ حزمة SDK لإضافات Meet لا تقدّم ضمانات بشأن تسليم الرسائل الفردية، بل توفّر فقط الاتساق النهائي.
ملاحظة: في حالة تسابق اثنين من المشاركين في استدعاء هذه الطريقة
في الوقت نفسه، تختار حزمة SDK الخاصة بإضافات Meet آخر تعديل أساسي. قد يتم تطبيق التحديث المؤدي إلى خسارة الاختبار على المشاركين أو لا يتم تطبيقه، ولكن يتم تطبيق التحديث الفائز دائمًا لاحقًا.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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`"]]