mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 13:17:46 +00:00
fix(ts) make tsc (almost) not cry on native
Co-authored-by: Calinteodor <calin.chitu@8x8.com> Co-authored-by: Robert Pintilii <robert.pin9@gmail.com>
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
2de0520835
commit
2596c463fe
@@ -5,7 +5,7 @@ import { IconShareDesktop } from '../../../base/icons';
|
||||
import JitsiMeetJS from '../../../base/lib-jitsi-meet/_';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
|
||||
import { isScreenVideoShared } from '../../../screen-share';
|
||||
import { isScreenVideoShared } from '../../../screen-share/functions';
|
||||
import { isDesktopShareButtonDisabled } from '../../functions';
|
||||
|
||||
type Props = AbstractButtonProps & {
|
||||
|
||||
@@ -68,12 +68,14 @@ import {
|
||||
// @ts-ignore
|
||||
import { isSalesforceEnabled } from '../../../salesforce/functions';
|
||||
import {
|
||||
ShareAudioButton,
|
||||
isScreenAudioSupported,
|
||||
isScreenVideoShared,
|
||||
startScreenShareFlow
|
||||
// @ts-ignore
|
||||
} from '../../../screen-share';
|
||||
} from '../../../screen-share/actions.web';
|
||||
// @ts-ignore
|
||||
import ShareAudioButton from '../../../screen-share/components/web/ShareAudioButton';
|
||||
import {
|
||||
isScreenAudioSupported,
|
||||
isScreenVideoShared
|
||||
} from '../../../screen-share/functions';
|
||||
// @ts-ignore
|
||||
import SecurityDialogButton from '../../../security/components/security-dialog/web/SecurityDialogButton';
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user