✨(frontend) add admin controls for real-time source publication limits
Introduce new admin panel actions allowing room owners to restrict participant source publication (video/audio/screenshare) with immediate real-time updates across all participants. Provides granular room-wide media control for admins to manage bandwidth, focus attention, or handle disruptive situations by selectively enabling or disabling specific media types instantly.
This commit is contained in:
committed by
aleb_the_flash
parent
740355d494
commit
f28da45b4c
@@ -381,6 +381,22 @@
|
||||
"description": "Personen die niet zijn uitgenodigd voor de vergadering moeten vragen om deel te nemen."
|
||||
}
|
||||
}
|
||||
},
|
||||
"moderation": {
|
||||
"title": "Moderatie van de vergadering",
|
||||
"description": "Deze instellingen beperken de acties die deelnemers tijdens de vergadering kunnen uitvoeren.",
|
||||
"microphone": {
|
||||
"label": "Microfoon inschakelen",
|
||||
"description": ""
|
||||
},
|
||||
"camera": {
|
||||
"label": "Video inschakelen",
|
||||
"description": ""
|
||||
},
|
||||
"screenshare": {
|
||||
"label": "Hun scherm delen",
|
||||
"description": "Als u deze optie uitschakelt, kunnen deelnemers hun scherm niet meer delen en wordt elke lopende schermdeling onmiddellijk gestopt."
|
||||
}
|
||||
}
|
||||
},
|
||||
"rating": {
|
||||
|
||||
Reference in New Issue
Block a user