I created a new meeting using JWT and everything is fine now when i clicked in the link from start_url it required for a login to start the meeting like the below pic
How are you retrieving the start_url? If you grab the start_url returned by the API response for our Create Meeting endpoint, this will include a user token appended to the start_url by default. This URL should allow the host to start the meeting directly.
my question is is the start_url can work without a login from the account owner or is login required to start the meetings
cause am using the start_url in a browser where am not logged-in
The start_url should not require login. Can you confirm that the start_url you’re using has the ?zak={token} parameter appended to it? If you’re missing this parameter (this is only returned by the Create Meeting API response), this could be why you’re being required to login.