How to generate "join" URL given ID and password?

Hey @david3,

You can do this programmatically if you own the meetingID:

  1. Create a JWT App
  2. Use the JWT Token to call the get meeting endpoint, passing in the meetingID
  3. A join_url with the encrypted password is returned

Thanks,
Tommy