Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
Known Issue: Zoom is aware of Scheduling issues related to Microsoft Azure, but is not directly impacted and your previously scheduled meetings and webinars are still available:
Join a Meeting here: https://zoom.us/join
Steps to join or launch a new meeting:
1) Login to your Zoom Account
2a) From the Zoom client, Select Profile, then Meetings or Webinars
2b) From the Web, Select 'Meetings' to see your scheduled events
3) Locate upcoming meeting, select 'Start", copy and provide the meeting ID to meeting participants, or schedule a new meeting.
Please refer to the Zoom Status Page for the latest information.
2021-11-12 02:20 AM
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?
2021-11-23 07:42 AM
Hey @Qatar, when converting all the text to “Arabic” (using a localizable file) you can download the SDK from the Zoom Marketplace, the folder will contain a sample application called MobileRTCSample.
Within that application, there are a file called localizable.strings in the en.lproj folder. In that file, you can change the English strings to other strings.
I'd also suggest posting this within our Dev forum at https://devforum.zoom.us/
Hope this helps!
2021-11-29 07:21 AM
Hey @Qatar, just checking in on my reply! Were you able to post that over in the Dev Forum? If so, great!
You can share the solution our Dev Team provides you on this discussion as well for other community members having a similar issue. Thanks!