mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 03:42:30 +00:00
feat: show on stage function
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
4c3ed190f3
commit
ee2036a2a7
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user