feat(participants-pane): removed unused action

This commit is contained in:
Calin-Teodor 2023-02-06 15:48:22 +02:00 committed by Calinteodor
parent ae7e441e21
commit e69db9b878
1 changed files with 1 additions and 16 deletions

View File

@ -12,24 +12,9 @@ import ConnectionStatusComponent
import RemoteVideoMenu from '../video-menu/components/native/RemoteVideoMenu';
import { SET_VOLUME } from './actionTypes';
import {
ContextMenuLobbyParticipantReject
// @ts-ignore
} from './components/native';
import RoomParticipantMenu from './components/native/RoomParticipantMenu';
export * from './actions.any';
/* eslint-enable lines-around-comment */
/**
* Displays the context menu for the selected lobby participant.
*
* @param {Object} participant - The selected lobby participant.
* @returns {Function}
*/
export function showContextMenuReject(participant: Object) {
return openSheet(ContextMenuLobbyParticipantReject, { participant });
}
/**
* Displays the connection status for the local meeting participant.