openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Hide public rooms from list endpoint #215

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

Currently, public rooms are listed on every users' dashboard. Although we want every user be able to join a public room, we don't want them to see it in their personal list of rooms.

We want rooms to be private by default (even better make it configurable via settings)

Finally, the Jitsi parameter to start with audio muted does not work.

Proposal

Moustique82 commented 1 year ago

link with issu 208 https://github.com/openfun/jitsi-magnify/issues/208