تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`RemotePlayerChangedEvent` signals changes in the remote player's state, providing details about the specific field that was modified."],["This event includes the event type, the name of the changed field (`field`), and the new value of that field (`value`)."],["Developers can use this event to track and respond to real-time changes in the remote player, such as playback status or volume adjustments."]]],["The `RemotePlayerChangedEvent` class handles events when remote player fields change. It's instantiated with `type` (event type), `field` (name of the changed field), and `value` (the new field value). The class properties, `field` and `value`, store the name of the modified field and its corresponding updated value, respectively. The `type` parameter is required when constructing the class.\n"]]