openfun / jitsi-magnify

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

✨(frontend) allow public or private room #191

Closed PanchoutNathan closed 1 year ago

PanchoutNathan commented 1 year ago

Purpose

Currently, when we create a room, this room is automatically private. We must be able to have the choice to make this room public or private.

Proposal

We add a switch to the room settings page.

Moustique82 commented 1 year ago

By default a room should be public

PanchoutNathan commented 1 year ago

By default a room should be public

it will be done in another PR