mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
run playwright in dev mode
This commit is contained in:
@@ -19,7 +19,7 @@ export function calculateInitialMuteState(
|
||||
urlParams: Pick<UrlParams, "skipLobby" | "callIntent">,
|
||||
packageType: "full" | "embedded",
|
||||
hostname: string | undefined = undefined,
|
||||
trustLocalhost: boolean = import.meta.env.DEV || !!process.env.CI,
|
||||
trustLocalhost: boolean = import.meta.env.DEV,
|
||||
): { audioEnabled: boolean; videoEnabled: boolean } {
|
||||
const { skipLobby, callIntent } = urlParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user