Join zoom meetings from the platform

Description
I have configured a JWT app to create the meetings on zoom from my Ruby on Rails platform and have the meeting_id along with a password embedded invite link. I want the ability for the participants to join the meeting with the invite link and have the meeting on my platform.

I tried to add the iframe but it is redirecting me to the new tab on the browser. I have checked the zoom web SDK but was not able to figure how can I configure it using Ruby on Rails.

Can anyone help me with Ruby on Rails way of doing this?

Hey @aditya.tiwari,

You can use the Web SDK for this, but you will need an HTML and JS page.

We do however have an example of how to generate a Web SDK signature in Ruby.

Thanks,
Tommy