[[["わかりやすい","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"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eRepresents the current volume level and mute status of a media session stream.\u003c/p\u003e\n"],["\u003cp\u003eProvides a \u003ccode\u003elevel\u003c/code\u003e property (ranging from 0.0 to 1.0) to indicate the stream's volume.\u003c/p\u003e\n"],["\u003cp\u003eIncludes a \u003ccode\u003emuted\u003c/code\u003e property (boolean) to indicate whether the stream is muted.\u003c/p\u003e\n"]]],["The `Volume` class represents a media stream's volume. It has two properties: `level`, a number from 0.0 to 1.0 representing the current volume level (0.5 being half volume), and `muted`, a boolean indicating whether the stream is muted (true) or not. The class includes a constructor `new Volume()`. These properties allow for managing and representing the volume status of a media session.\n"],null,[]]