[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-05 UTC."],[[["`MediaStatusMessage` is used to send a `MediaStatus` object over the media channel for backward compatibility."],["It contains a request ID, an array of `MediaStatus` objects (usually with only one element), and a message type."],["Developers can create a new `MediaStatusMessage` using the constructor `new MediaStatusMessage()`."]]],["`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"]]