Remove unused callState
prop from <CallingLobby>
This commit is contained in:
parent
a7c87dd119
commit
48e8cd0138
2 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@ import {
|
|||
SetLocalPreviewType,
|
||||
SetLocalVideoType,
|
||||
} from '../state/ducks/calling';
|
||||
import { CallState } from '../types/Calling';
|
||||
import {
|
||||
CallingButton,
|
||||
CallingButtonType,
|
||||
|
@ -17,7 +16,6 @@ import { LocalizerType } from '../types/Util';
|
|||
export type PropsType = {
|
||||
availableCameras: Array<MediaDeviceInfo>;
|
||||
callDetails: CallDetailsType;
|
||||
callState?: CallState;
|
||||
hasLocalAudio: boolean;
|
||||
hasLocalVideo: boolean;
|
||||
i18n: LocalizerType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue