[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]