feat(rn) add mute everyone / (else) capabilities

This commit is contained in:
tmoldovan8x8
2020-11-10 16:49:38 +02:00
committed by GitHub
parent 721848da3f
commit 71fb5aef6c
13 changed files with 274 additions and 147 deletions

View File

@@ -9,10 +9,11 @@ import { Popover } from '../../../base/popover';
import { connect } from '../../../base/redux';
import { isRemoteTrackMuted } from '../../../base/tracks';
import MuteEveryoneElseButton from './MuteEveryoneElseButton';
import {
GrantModeratorButton,
MuteButton,
MuteEveryoneElseButton,
KickButton,
PrivateMessageMenuButton,
RemoteControlButton,