iOS-SDK setAutoConnectInternetAudio does not work

hi:
when i start a meeting with

[[[MobileRTC sharedRTC] getMeetingSettings] setAutoConnectInternetAudio:NO]

it always auto connect Audio

is it a bug?

Hi wangyx,

Thanks for using Zoom SDK and thanks for mentioning this. Our engineer has noticed this and we are investigating this issue. We will let you know if any updates.

Thanks!

Any update over this, still facing the same issue in Version: 4.6.21666.0428

Hi @vaibhav.agarwal,

Thanks for using Zoom SDK. We have tried to use the setAutoConnectInternetAudio interface with our demo app and it is working as expected. Could you have a try with our demo app and see if this issue is reproducible? If so, could you provide the steps to reproduce it?

Thanks!

Hi,

let dictionary: [AnyHashable : Any] = [
kMeetingParam_Username: self.call_configure.callerName,
kMeetingParam_NoAudio: false,
kMeetingParam_NoVideo: false
]

When I am using this line the app is crashing due to which i am not able to automatically enable audio and video

Kindly look into it and let me know

Crash Log
2020-06-19 11:04:16.024423+0530 Evolko Doctor[1508:362397] Metal API Validation Enabled
-[MTLDebugBuffer newTextureWithDescriptor:offset:bytesPerRow:]:326: failed assertion `resourceOptions (0x0) must match backing buffer resource options (0x20).’

Hi @vaibhav.agarwal,

Thanks for the reply. I have tried the same settings using our demo app and I did not experience anything unexpected.

Could you provide the full .crash log so that we could further investigate?

Thanks!