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,8 +4,9 @@
|
|||
import React, { ReactNode, useEffect, useState, useCallback } from 'react';
|
||||
import { noop } from 'lodash';
|
||||
import classNames from 'classnames';
|
||||
import type { AudioDevice } from 'ringrtc';
|
||||
|
||||
import { AudioDevice, MediaDeviceSettings } from '../types/Calling';
|
||||
import type { MediaDeviceSettings } from '../types/Calling';
|
||||
import {
|
||||
ZoomFactorType,
|
||||
ThemeSettingType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue