Fix const values

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-05-03 18:33:24 +02:00
parent 941a6e1c1b
commit 889b90fbc3
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -29,11 +29,11 @@ import { MatrixClientPeg } from '../../../MatrixClientPeg';
import {replaceableComponent} from "../../../utils/replaceableComponent"; import {replaceableComponent} from "../../../utils/replaceableComponent";
import { Action } from '../../../dispatcher/actions'; import { Action } from '../../../dispatcher/actions';
const PIP_VIEW_WIDTH = 320; const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 180; const PIP_VIEW_HEIGHT = 232;
const DEFAULT_X_OFFSET = 64; const DEFAULT_X_OFFSET = 16;
const DEFAULT_Y_OFFSET = 64; const DEFAULT_Y_OFFSET = 48;
const SHOW_CALL_IN_STATES = [ const SHOW_CALL_IN_STATES = [
CallState.Connected, CallState.Connected,