How to set auto connect InternetAudio on android

Description
I saw this code [[[MobileRTC sharedRTC] getMeetingSettings] setAutoConnectInternetAudio:connected]; on ios SDK. How should I set it on Android SDK. I did see this kinda code on Android SDK.

Hi @qiankunli, thanks for using our SDK.

In order to connect to audio programmatically through the Android SDK, you would need to call connectAudioWithVoIP after joining the meeting.

Thanks!

@jon.lieblich [[[MobileRTC sharedRTC] getMeetingSettings] setAutoConnectInternetAudio:connected] not working. User still have to connect the internet Audio manually. What should I do? Thanks.

Hi @qiankunli,

It sounds like you are now experiencing an issue with the iOS SDK, correct? Please see my colleague’s recent response on this subject here.

Thanks!

I know how to do it now.

MobileRTCMeetingJoinParam * joinParam = [[MobileRTCMeetingJoinParam alloc]init];
joinParam.noAudio = NO; // this is how to solve this issue

Thanks @jon.zoom

Glad to hear it’s working!

Please don’t hesitate to reach back out if you encounter any other issues. :slightly_smiling_face: