Safari WebRTC AutoGainControl Support

I'm currently working on a webRTC app and I noticed that there's no support for the Media Track autoGainControl property in Safari, per the Mozilla docs: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/autoGainControl#browser_compatibility

I don't have much Safari-specific experience so I'm a little confused. What's the reason behind this? Is there some built-in AGC on Apple hardware? Or is this just a completely absent feature in the Safari browser?

It has not been implemented yet. Tracked by this bug: <https://bugs.webkit.org/show_bug.cgi?id=204444>

Safari WebRTC AutoGainControl Support
 
 
Q