Disable join audio popup in iOS SDK

Hi,
How can I disable the join audio popup (see attached) in the Zoom SDK? we simply cancel and continue but it’s confusing to our app users as none of the choices on the pop are relevant.

Thanks
James

Hi James,

Thank you very much for using Zoom SDK. Yes, you can skip this pop up if you set to auto connect to audio by default (This popup provides different ways of using audio sources). You can follow the instruction here: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/in-meeting-function/zoom-meeting-ui/meeting-setting#1-meeting-audio--video), and use the setAutoConnectInternetAudio:() method to auto connect the audio.

Thanks!

Carson,
Thanks, that’s very helpful

James