1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

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,