Import AudioDevice and VideoFrameSource directly from RingRTC

This commit is contained in:
Evan Hahn 2021-09-28 11:37:03 -05:00 committed by GitHub
parent ed222fee9a
commit e32503eed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 21 additions and 42 deletions

View file

@ -3,13 +3,10 @@
import React from 'react';
import { minBy, debounce, noop } from 'lodash';
import type { VideoFrameSource } from 'ringrtc';
import { CallingPipRemoteVideo } from './CallingPipRemoteVideo';
import { LocalizerType } from '../types/Util';
import {
ActiveCallType,
GroupCallVideoRequest,
VideoFrameSource,
} from '../types/Calling';
import type { ActiveCallType, GroupCallVideoRequest } from '../types/Calling';
import {
HangUpType,
SetLocalPreviewType,