Editor URL
https://bubble.io/page?id=chakor-demo-4&test_plugin=1737213184991x622990228070072300_current&tab=Design&name=jitsi&type=pageBasic Setup
1. Create your account at
https://jaas.8x8.vc2. 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.
5. That's all, you can pass the generated JWT token to the "Start Meeting" Action now.