You've already forked matrix-react-sdk
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:
@@ -29,11 +29,11 @@ import { MatrixClientPeg } from '../../../MatrixClientPeg';
|
||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||
import { Action } from '../../../dispatcher/actions';
|
||||
|
||||
const PIP_VIEW_WIDTH = 320;
|
||||
const PIP_VIEW_HEIGHT = 180;
|
||||
const PIP_VIEW_WIDTH = 336;
|
||||
const PIP_VIEW_HEIGHT = 232;
|
||||
|
||||
const DEFAULT_X_OFFSET = 64;
|
||||
const DEFAULT_Y_OFFSET = 64;
|
||||
const DEFAULT_X_OFFSET = 16;
|
||||
const DEFAULT_Y_OFFSET = 48;
|
||||
|
||||
const SHOW_CALL_IN_STATES = [
|
||||
CallState.Connected,
|
||||
|
||||
Reference in New Issue
Block a user