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,11 +3,9 @@
|
|||
|
||||
import React, { useRef, useState, useEffect, FC, ReactElement } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import type { VideoFrameSource } from 'ringrtc';
|
||||
import { LocalizerType } from '../types/Util';
|
||||
import {
|
||||
GroupCallRemoteParticipantType,
|
||||
VideoFrameSource,
|
||||
} from '../types/Calling';
|
||||
import type { GroupCallRemoteParticipantType } from '../types/Calling';
|
||||
import { GroupCallRemoteParticipant } from './GroupCallRemoteParticipant';
|
||||
|
||||
const OVERFLOW_SCROLLED_TO_EDGE_THRESHOLD = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue