Update to RingRTC v2.23.0

This commit is contained in:
Jim Gustafson
2023-01-09 10:38:57 -08:00
committed by GitHub
parent 235a188291
commit 01eb3b73b4
22 changed files with 33 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ import React, {
} from 'react';
import classNames from 'classnames';
import { noop } from 'lodash';
import type { VideoFrameSource } from 'ringrtc';
import type { VideoFrameSource } from '@signalapp/ringrtc';
import type { GroupCallRemoteParticipantType } from '../types/Calling';
import type { LocalizerType } from '../types/Util';
import { AvatarColors } from '../types/Colors';