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
21.83k stars 6.53k forks source link

The ability to join as a visitor without capturing video and audio(like startWithVideoMuted for visitors) #14681

Closed Anfieldd closed 3 weeks ago

Anfieldd commented 3 weeks ago

Hi guys, I'm facing a problem when I join a conference as a visitor with enabled audio and video, the following happens:

  1. app initializes, local tracks are created
  2. then we see that I should be a visitor and execute dispatch(redirect()) which destroyed local tracks(but not stop, they're still active)
  3. then I joined as a visitor but my camera is still working(mic too) and glowing green Screenshot 2024-04-25 at 11 31 50

Perhaps you can add startWithAudioMuted and startWithVideoMuted for visitors to the config or destroy the tracks and not capture audio and video?

saghul commented 3 weeks ago

What version of Jitsi Meet are you using?

Anfieldd commented 3 weeks ago

2.0.9164 release with some new commits for visitors. Can you please check it on meet.jit.si? Because I don't know how I can join the meeting as a visitor in meet.jit.si

saghul commented 3 weeks ago

Ping @damencho

damencho commented 3 weeks ago

@Anfieldd you can enter with 2 participants, send one of them as visitor and then anter with 3rd which will be a visitor. Do you repro with that on meet?

Anfieldd commented 3 weeks ago

ou can enter with 2 participants, send one of them as visitor and then anter with 3rd which will be a visitor. Do you repro with that on meet?

Thank you, it's not reproduced in meet.jit.si. I'll try to update my project to the latest version)

damencho commented 3 weeks ago

Please, when you have questions or problems use the community forum before opening new issues, thank you.