mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 05:37:49 +00:00
fix(pre-meeting) Hide invite button for JaaS
This commit is contained in:
@@ -37,7 +37,6 @@ type Props = {
|
||||
videoTrack: ?Object
|
||||
};
|
||||
|
||||
const buttons = [ 'microphone', 'camera', 'select-background' ];
|
||||
|
||||
/**
|
||||
* This component is displayed before joining a meeting.
|
||||
@@ -62,7 +61,7 @@ class PrejoinThirdParty extends Component<Props> {
|
||||
className = { `prejoin-third-party ${className}` }
|
||||
showDeviceStatus = { deviceStatusVisible }
|
||||
skipPrejoinButton = { false }
|
||||
toolbarButtons = { buttons }
|
||||
thirdParty = { true }
|
||||
videoMuted = { !showCameraPreview }
|
||||
videoTrack = { videoTrack } />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user