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 CompanionEffective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.
Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.
2022-07-30 08:31 AM
I want to open up zoom meeting url from my app in device's browser, i.e. Safari in iOS and Google chrome in Android.
Here is the url of zoom meeting: https://us04web.zoom.us/j/9218226818?pwd=ZmdXcjJ3Z2RqcUE4UzBmVnhwWUNsdz09gfl
I have successfully opened up this url in browser using Xamarin.Essential:
public async void Button_Clicked(System.Object sender, System.EventArgs e)
{
var zoomMeetUrl = "https://us04web.zoom.us/j/7850637100?
pwd=bnJwWC8xOHZod2VyMzZlMFAzUkJ5QT09";
await Browser.OpenAsync(zoomMeetUrl, BrowserLaunchMode.SystemPreferred);
}
But in iOS when I click on Launch meeting button in browser it gives this error message:
Safari cannot Open the Page because the Address Is Invalid
Does anyone know, how to fix this problem?
2022-08-10 08:55 AM - edited 2022-08-10 08:55 AM
Hi @henry94
This question would be better suited for the Zoom Developer's Forum, a dedicated forum for API, SDK, and other developer's questions. That forum can be found here: https://devforum.zoom.us/