feat: show on stage function

This commit is contained in:
Bettenbuk Zoltan
2019-06-19 15:32:09 +02:00
committed by Zoltan Bettenbuk
parent 4c3ed190f3
commit ee2036a2a7
12 changed files with 101 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ import { hideRemoteVideoMenu } from '../../actions';
import KickButton from './KickButton';
import MuteButton from './MuteButton';
import PinButton from './PinButton';
import styles from './styles';
/**
@@ -94,6 +95,7 @@ class RemoteVideoMenu extends Component<Props> {
</View>
<MuteButton { ...buttonProps } />
<KickButton { ...buttonProps } />
<PinButton { ...buttonProps } />
</BottomSheet>
);
}