Update to RingRTC v2.29.0
This commit is contained in:
parent
3bafe5d822
commit
42cd8ce792
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue