Remove unused callState
prop from <CallingLobby>
This commit is contained in:
parent
a7c87dd119
commit
48e8cd0138
2 changed files with 0 additions and 3 deletions
|
@ -83,7 +83,6 @@ export const CallManager = ({
|
|||
<CallingLobby
|
||||
availableCameras={availableCameras}
|
||||
callDetails={callDetails}
|
||||
callState={callState}
|
||||
hasLocalAudio={hasLocalAudio}
|
||||
hasLocalVideo={hasLocalVideo}
|
||||
i18n={i18n}
|
||||
|
|
|
@ -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
Reference in a new issue