jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.27k stars 6.76k forks source link

Screensaver with a time and music before the start #15289

Closed jefry7 closed 1 week ago

jefry7 commented 1 week ago

What problem are you trying to solve?

check the equipment

What solution would you like to see?

is it possible to make a screensaver with a timer and music before the start of the conference so that participants have the opportunity to check the equipment?

Is there an alternative?

demonstration of a separate page with a website that shows the time and timer

saghul commented 1 week ago

The pre-join screen already accomplishes that. We have no plans to add music or a screen saver, but you could that in an iframe of your own when integrating Jitsi Meet.

jefry7 commented 1 week ago

This solves only part of the problem. I meant the problems with the broadcast. Ports are closed, or something else like that

jefry7 commented 1 week ago

This is often done in webinars

saghul commented 1 week ago

If configured a pre-join test can run while the user is waiting. That would detect network problems.

jefry7 commented 1 week ago

Can I have a little more detail? where is it configured?

saghul commented 1 week ago

See https://github.com/jitsi/jitsi-meet/blob/86d1bd3c7804aa894ecf111a0ae68143fe227281/config.js#L764 You need to configure a TURN server there.