Update to RingRTC v2.23.0
This commit is contained in:
parent
235a188291
commit
01eb3b73b4
22 changed files with 33 additions and 29 deletions
|
@ -13,7 +13,7 @@ import type {
|
|||
UserId,
|
||||
VideoFrameSource,
|
||||
VideoRequest,
|
||||
} from 'ringrtc';
|
||||
} from '@signalapp/ringrtc';
|
||||
import {
|
||||
Call,
|
||||
CallEndedReason,
|
||||
|
@ -34,7 +34,7 @@ import {
|
|||
RingRTC,
|
||||
RingUpdate,
|
||||
BandwidthMode,
|
||||
} from 'ringrtc';
|
||||
} from '@signalapp/ringrtc';
|
||||
import { uniqBy, noop } from 'lodash';
|
||||
|
||||
import type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue