Let’s say, we have scheduled a meeting from API and in the response we got start_url. So to start the meeting at the mobile client-side, using SDK, how can I parse the start_url to extract the meeting information?
Please anyone help to share any code snipt or api, which parse the start_url ?
Hi @fitlifeafrica,
When a meeting is created via API, the API response will return the meeting details. The start_url itself that is returned as a field in the API response will include the meeting ID as well, which can be parsed from the url. You could then call any of our meeting-related endpoints — such as GET Meeting to get meeting details.
Let me know if this helps,
Will