mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-31 22:47:47 +00:00
[RN] Implement Recording on mobile
This commit is contained in:
committed by
Paweł Domas
parent
4ac367d403
commit
7164cd49e4
@@ -6,6 +6,7 @@ import { connect } from 'react-redux';
|
||||
import { BottomSheet, hideDialog } from '../../../base/dialog';
|
||||
import { AudioRouteButton } from '../../../mobile/audio-mode';
|
||||
import { PictureInPictureButton } from '../../../mobile/picture-in-picture';
|
||||
import { RecordButton } from '../../../recording';
|
||||
import { RoomLockButton } from '../../../room-lock';
|
||||
|
||||
import AudioOnlyButton from './AudioOnlyButton';
|
||||
@@ -68,6 +69,7 @@ class OverflowMenu extends Component<Props> {
|
||||
<ToggleCameraButton { ...buttonProps } />
|
||||
<AudioOnlyButton { ...buttonProps } />
|
||||
<RoomLockButton { ...buttonProps } />
|
||||
<RecordButton { ...buttonProps } />
|
||||
<PictureInPictureButton { ...buttonProps } />
|
||||
</BottomSheet>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user