i'm very new on Android development.
i have a kotlin meeting app with meetingCode and meetingtoken String to initiate a meeting.
I want to recieve this Strings value from browser link contains meetingCode and meetingtoken parameter.
I want to know how can we use intent in this scenerio to start the meeting using this parameters?
For example something on website and other on kotlin app to recieve the strings based on link
href="intent:#Intent;action=com.appopenfromweb.example;category=android.intent.category.DEFAULT;category=android.intent.category.BROWSABLE;S.msg_from_browser=Launched%20from%20Browser;end">Click this link to launch you app from web
So When anyone clicks on the link the meeting will start in App