cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective 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.

How to open up a zoom meeting url in device's browser in xamarin.forms?

henry94
Newcomer
Newcomer

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?

 

1 REPLY 1

Bort
Zoom Employee
Zoom Employee

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/