mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:27:47 +00:00
Updated participants list to: - show Moderator label - show correct status icons (red for force muted) - show participants in the right order Updated moderation to: - show moderation menu at all times - make moderation options functional Updated notifications: - fixed raise hand to show name - display moderator rights granted Updated mute/ stop video for all dialogs to include moderation toggles Added ask to unmute button Fix comments on ask to unmute Co-authored-by: robertpin <robert.pin9@gmail.com>
19 lines
561 B
JavaScript
19 lines
561 B
JavaScript
// @flow
|
|
|
|
import '../base/devices/reducer';
|
|
import '../e2ee/reducer';
|
|
import '../feedback/reducer';
|
|
import '../local-recording/reducer';
|
|
import '../no-audio-signal/reducer';
|
|
import '../noise-detection/reducer';
|
|
import '../participants-pane/reducer';
|
|
import '../power-monitor/reducer';
|
|
import '../prejoin/reducer';
|
|
import '../remote-control/reducer';
|
|
import '../screen-share/reducer';
|
|
import '../screenshot-capture/reducer';
|
|
import '../shared-video/reducer';
|
|
import '../talk-while-muted/reducer';
|
|
import '../virtual-background/reducer';
|
|
import './reducers.any';
|