How to add audio automatically

Every time you join a meeting, you need to click join audio. How to set the audio of the computer automatically when you start a meeting or join a meeting room.

Hi zhang_meifu,

Thanks for the post. We provided different ways of joining audio(VoIP, call-out, dial-in) so by default it is not selected, if you would like to connect to VoIP as default, you may use the following interface:https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_audio_setting.html#a0b27375758220943e9a0ce568906bf10

Hope this helps. Thanks!

Thank you very much.I’ve already pressed this setting. As a result, I still need to click the next button to connect to the voice. It’s not added automatically. You can test it.

I set it up like this

Hi zhang_meifu,

Thanks for the reply. Did you call this interface before the meeting or after the meeting starts? The interface - (ZoomSDKError)enableAutoJoinVoip:(BOOL)enable; will only have effects if you call it before the meeting starts.

Hope this helps. Thanks!