Jitsi Video Calling
Saim Hafeez
Last Update a year ago
This plugin integrates the Jitsi iFrame API, allowing seamless embedding of secure and feature-rich video meetings into any Bubble application. Leveraging Jitsi as a Service (JaaS) on the 8x8.vc platform, the plugin provides globally distributed, highly available video conferencing capabilities, ensuring privacy and scalability. Ideal for hosting professional meetings, webinars, or collaborative sessions directly within your app.
Instructions
1. Create your account at https://jaas.8x8.vc
2. Go to the API Key Section, Copy and Paste the APP ID in the Plugin's Settings.
3. Now Add the Jitsi Meet element in your page, and You will have an action called "Start Meeting", pass the requried parameters to it, it also requires a JWT Token.
Note: Before launching any meeting, Add the "Generate JWT | Jitsi" Action and pass in the required parameters.
4. you can generate a Private Key from the API Key Section, It will be downloaded in your device, Open the Private key with a txt editor, it will look like this.
-----BEGIN PRIVATE KEY-----
abcd efgh ijlm
-----END PRIVATE KEY-----
Copy the Private Key only and make sure there are no spaces, (Like abcdefghijlm) and paste it in the privateKey.
The kid is the id of the generated API Key, See below.

5. That's all, you can pass the generated JWT token to the "Start Meeting" Action now.
