Host in Browser

Hey @kevinatzoom,

Sorry for the confusion. You can start a meeting as a host using the Web SDK, and yes you need to know the meetingID. One solution could be to always use the personal meeting ID so you know what meeting it is. Once your user logs in, you canGet that user and grab their personal meeting id.

Or you can create the meeting manually or using our Create Meeting Endpoint, then use the List Meeting Endpoint to find the meeting id (also the meeting number) and integrate that to start your meeting via the Web SDK.

Does this clear things up?

Thanks,
Tommy