decodedhealth / flutter_zoom_plugin

Flutter plugin for zoom
Apache License 2.0
125 stars 83 forks source link

How to parse url to join the meeting #59

Open JAGANPS opened 3 years ago

JAGANPS commented 3 years ago

Is your feature request related to a problem? Please describe. I am getting join url which has meeting ID ,password and token which only registered users can join the meeting ,now how to parse this and join the meeting for now I am navigating it original zoom app to join the meeting without any issue but I need to join with in the application how can I process it .

Describe the solution you'd like How to parse zoom meeting url with token to join the meeting without any interruption.