Issue with property autoAdjustSpeakerVolume Zoom Video SDK IOS

Our team is using the Zoom Video iOS SDK (v2.4.12). Before joining a session, we set:

ZoomVideoSDKSessionContext().audioOption?.autoAdjustSpeakerVolume = true

However, when we start a session with the device volume set very low (0–5%), Zoom does not automatically raise the speaker volume so participants can hear one another. Based on the property’s description, we assumed that setting it to true would auto-adjust the volume in this scenario.

Is that assumption incorrect? Our goal is to ensure participants can hear each other even if their device volume was accidentally left too low. Could you clarify what autoAdjustSpeakerVolume actually does, and recommend the correct approach for achieving this?