Import AudioDevice
and VideoFrameSource
directly from RingRTC
This commit is contained in:
parent
ed222fee9a
commit
e32503eed4
14 changed files with 21 additions and 42 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
import React, { useCallback, useEffect } from 'react';
|
||||
import { noop } from 'lodash';
|
||||
import type { VideoFrameSource } from 'ringrtc';
|
||||
import { CallNeedPermissionScreen } from './CallNeedPermissionScreen';
|
||||
import { CallScreen } from './CallScreen';
|
||||
import { CallingLobby } from './CallingLobby';
|
||||
|
@ -23,7 +24,6 @@ import {
|
|||
GroupCallJoinState,
|
||||
GroupCallVideoRequest,
|
||||
PresentedSource,
|
||||
VideoFrameSource,
|
||||
} from '../types/Calling';
|
||||
import { ConversationType } from '../state/ducks/conversations';
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue