quick log for playwright problem
This commit is contained in:
@@ -5,6 +5,8 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|||||||
Please see LICENSE in the repository root for full details.
|
Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { logger } from "matrix-js-sdk/lib/logger";
|
||||||
|
|
||||||
import { type UrlParams } from "../UrlParams.ts";
|
import { type UrlParams } from "../UrlParams.ts";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -21,6 +23,10 @@ export function calculateInitialMuteState(
|
|||||||
): { audioEnabled: boolean; videoEnabled: boolean } {
|
): { audioEnabled: boolean; videoEnabled: boolean } {
|
||||||
const { skipLobby, callIntent } = urlParams;
|
const { skipLobby, callIntent } = urlParams;
|
||||||
|
|
||||||
|
logger.debug(
|
||||||
|
`calculateInitialMuteState: skipLobby=${skipLobby}, callIntent=${callIntent}, hostname=${hostname}, isDevBuild=${isDevBuild}`,
|
||||||
|
);
|
||||||
|
|
||||||
const isTrustedHost =
|
const isTrustedHost =
|
||||||
packageType == "embedded" ||
|
packageType == "embedded" ||
|
||||||
// Trust local hosts in dev mode to make local testing easier
|
// Trust local hosts in dev mode to make local testing easier
|
||||||
|
|||||||
Reference in New Issue
Block a user