MobileRTC.shared().initialize(context) induce write file not work

let context = MobileRTCSDKInitContext()
context.domain = “zoom.us
context.enableLog = true
context.locale = .default
context.appGroupId = “”
MobileRTC.shared().initialize(context)

I initialize MobileRTCSDKInitContext induce write file not work

debug show error : “Error Domain=NSCocoaErrorDomain Code=512 “The file “data” couldn’t be saved in the folder “Documents”.””

1 Like

Hi @veovuive1,

Thanks for using Zoom SDK. The code snippet shown in the screenshot is not related to SDK and the error code does not belong to SDK as well.

Thanks!

1 Like