mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
@@ -8,8 +8,8 @@ import VideoLayout from '../../../../../modules/UI/videolayout/VideoLayout';
|
||||
import { getConferenceNameForTitle } from '../../../base/conference/functions';
|
||||
import { connect, disconnect } from '../../../base/connection/actions.web';
|
||||
import { isMobileBrowser } from '../../../base/environment/utils';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { setColorAlpha } from '../../../base/util';
|
||||
import { translate } from '../../../base/i18n/functions';
|
||||
import { setColorAlpha } from '../../../base/util/helpers';
|
||||
import Chat from '../../../chat/components/web/Chat';
|
||||
import MainFilmstrip from '../../../filmstrip/components/web/MainFilmstrip';
|
||||
import ScreenshareFilmstrip from '../../../filmstrip/components/web/ScreenshareFilmstrip';
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { translate } from '../../../base/i18n/functions';
|
||||
|
||||
declare var config: Object;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import { IconUsers } from '../../../base/icons/svg';
|
||||
import Label from '../../../base/label/components/web/Label';
|
||||
import { COLORS } from '../../../base/label/constants';
|
||||
import { getParticipantCount } from '../../../base/participants/functions';
|
||||
import { SpeakerStats } from '../../../speaker-stats';
|
||||
import SpeakerStats from '../../../speaker-stats/components/web/SpeakerStats';
|
||||
import { isSpeakerStatsDisabled } from '../../../speaker-stats/functions';
|
||||
import { iAmVisitor } from '../../../visitors/functions';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user