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
|
@ -4,6 +4,7 @@
|
|||
import React, { useState, useMemo, useEffect } from 'react';
|
||||
import Measure from 'react-measure';
|
||||
import { takeWhile, chunk, maxBy, flatten } from 'lodash';
|
||||
import type { VideoFrameSource } from 'ringrtc';
|
||||
import { GroupCallRemoteParticipant } from './GroupCallRemoteParticipant';
|
||||
import {
|
||||
GroupCallOverflowArea,
|
||||
|
@ -12,7 +13,6 @@ import {
|
|||
import {
|
||||
GroupCallRemoteParticipantType,
|
||||
GroupCallVideoRequest,
|
||||
VideoFrameSource,
|
||||
} from '../types/Calling';
|
||||
import { useGetCallingFrameBuffer } from '../calling/useGetCallingFrameBuffer';
|
||||
import { LocalizerType } from '../types/Util';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue