Zoom SDK
Hello,
we are having issue in zoom iOS sdk initialization when we set language as arabic. It is working totally fine for English language.
Error it gives:-
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'
*** First throw call stack:
on line:-
( let sdkInitializedSuccessfully = MobileRTC.shared().initialize(context))
Here is initialization:-
let context = MobileRTCSDKInitContext()
context.domain = "zoom.us"
context.enableLog = true
let sdkInitializedSuccessfully = MobileRTC.shared().initialize(context)
Can anyone help us with that?
