ReferenceFeatures
Volume
Volume level and mute state for the player store
Controls volume level and mute state. These capabilities have independent availability values because media can support mute without supporting volume-level changes.
Import
The audioFeatures, liveAudioFeatures, liveVideoFeatures, and videoFeatures feature bundles include this feature.
Selector
Pass selectVolume to PlayerController to subscribe to volume state. Returns undefined if the volume feature is not configured.
Check volumeAvailability before showing a volume-level control, and check mutedAvailability before showing a mute control.