Update to RingRTC v2.29.0

This commit is contained in:
Jim Gustafson 2023-07-13 11:30:46 -07:00 committed by GitHub
parent 3bafe5d822
commit 42cd8ce792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -4,8 +4,8 @@
// See `TICK_INTERVAL` in group_call.rs in RingRTC
export const AUDIO_LEVEL_INTERVAL_MS = 200;
export const REQUESTED_VIDEO_WIDTH = 640;
export const REQUESTED_VIDEO_HEIGHT = 480;
export const REQUESTED_VIDEO_WIDTH = 960;
export const REQUESTED_VIDEO_HEIGHT = 720;
export const REQUESTED_VIDEO_FRAMERATE = 30;
export const MAX_FRAME_WIDTH = 1920;