Call lobby: render local preview at camera's aspect ratio
This commit is contained in:
parent
819f5f3001
commit
c87ffcd2e9
5 changed files with 189 additions and 52 deletions
6
ts/calling/constants.ts
Normal file
6
ts/calling/constants.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export const REQUESTED_VIDEO_WIDTH = 640;
|
||||
export const REQUESTED_VIDEO_HEIGHT = 480;
|
||||
export const REQUESTED_VIDEO_FRAMERATE = 30;
|
Loading…
Add table
Add a link
Reference in a new issue