How to programmatically disable video or trigger driving mode when speed/driving is detected in Zoom Android Meeting SDK?

,

I am developing an Android automotive app using the Zoom Meeting SDK and Zoom REST APIs to fetch upcoming meetings and allow users to join them directly from their vehicles.

Goal: For driver safety, we need to disable incoming/outgoing video or force driving mode whenever the vehicle is in motion.

Problem: While the SDK includes a built-in Safe Driving Mode (audio-only with mute/unmute), I haven’t found a way to activate it programmatically or force it as the default joining mode based on the vehicle’s driving state.

Question: Is there a way to disable the video or toggle the driving mode when vehicle motion is detected?

Thanks