[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eMediaStatusMessage\u003c/code\u003e is used to send a \u003ccode\u003eMediaStatus\u003c/code\u003e object over the media channel for backward compatibility.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a request ID, an array of \u003ccode\u003eMediaStatus\u003c/code\u003e objects (usually with only one element), and a message type.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can create a new \u003ccode\u003eMediaStatusMessage\u003c/code\u003e using the constructor \u003ccode\u003enew MediaStatusMessage()\u003c/code\u003e.\u003c/p\u003e\n"]]],["`MediaStatusMessage` wraps a `MediaStatus` object for transmission via the media channel, primarily for backward compatibility. It contains `requestId`, which correlates to a specific request. The `status` property is a non-empty array of `MediaStatus` objects, though typically it holds only one. Lastly, `type` specifies the `MessageType`. The class uses a constructor `MediaStatusMessage()`. These are the properties associated with the given class.\n"],null,[]]