Increase max video receive resolution for group calls
This commit is contained in:
parent
5c3b866883
commit
b885ced90d
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ export const REQUESTED_VIDEO_WIDTH = 960;
|
|||
export const REQUESTED_VIDEO_HEIGHT = 720;
|
||||
export const REQUESTED_VIDEO_FRAMERATE = 30;
|
||||
|
||||
export const MAX_FRAME_WIDTH = 1920;
|
||||
export const MAX_FRAME_HEIGHT = 1080;
|
||||
export const MAX_FRAME_WIDTH = 2880;
|
||||
export const MAX_FRAME_HEIGHT = 1800;
|
||||
export const FRAME_BUFFER_SIZE = MAX_FRAME_WIDTH * MAX_FRAME_HEIGHT * 4;
|
||||
|
|
Loading…
Add table
Reference in a new issue