Skip to content
holema edited this page Dec 5, 2023 · 6 revisions

Q: How do I transfer a conference to another user within the participant panel?

A: To transfer a conference to another user, follow these steps:

  • Participant Panel Access: Access the participant panel within the conference platform.
  • Verify Moderator Status: Ensure that the user you wish to transfer the conference to has been promoted to a moderator within the conference.
  • Account on Jitsi-Admin Platform: The new owner or recipient of the conference must possess an account on the Jitsi-Admin platform.
  • Transfer Process: Once the above prerequisites are met, locate and select the "Transfer Conference" button within the participant panel.
  • Release Conference: Upon clicking the "Transfer Conference" button, the conference will be transferd to the new owner

image

Frequently Asked Questions (FAQ)


Q: I clicked on the "Add new room" button, but the room isn't saved correctly, and the background grid appears half-sized. What should I do?

Solution:

  • Check the .env.local file and verify the settings, especially the Swiftmailer configuration. Ensure the Transport settings are correctly defined, and the encryption method is valid. Log errors can be found in the logfile, so review this file for any related issues.

Q: I'm encountering a "TOO_MANY_REDIRECTS" error. How can I resolve this?

Solution:

  1. Confirm that the database schema is up to date.
  2. Check the environment variable strict_allow_user_creation and ensure it's set to 1.

Q: After clicking "start in browser" in Jitsi-admin, I'm seeing an ERR_BLOCKED_BY_RESPONSE message. What should I do?

Solution:

  • If your browser displays this error, it indicates enhanced security. In the jitsi-admin > v0.72.0, the Jitsi-iframe API is used. Add the jitsi-admin as a frame-ancestor in your nginx configuration. Refer to this guide for instructions on fixing this issue. Alternatively, you can disable the iframe function.

Visual Guide:

Browser Error

![Settings Button](https://user-images.githubusercontent.com/22790152/159731229-98a91c1b-05c8-4406-bb4e-d69cf80c857c.png"Settings Button")

![Edit Server Settings](https://user-images.githubusercontent.com/22790152/159731131-f329dd35-57c4-41de-be08-b87d790a8efa.png"Edit Server Settings")

Test Page

Checkbox Activation