mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-11 03:52:32 +00:00
@@ -3,9 +3,9 @@
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { translate } from '../../base/i18n';
|
||||
import { getParticipantById } from '../../base/participants';
|
||||
import { getLocalVideoTrack } from '../../base/tracks';
|
||||
import { translate } from '../../base/i18n/functions';
|
||||
import { getParticipantById } from '../../base/participants/functions';
|
||||
import { getLocalVideoTrack } from '../../base/tracks/functions.any';
|
||||
import Dialog from '../../base/ui/components/web/Dialog';
|
||||
import { deny, grant } from '../actions';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user