add option for firefox webRTC test to allow fake streams
This commit is contained in:
@@ -67,6 +67,8 @@ export default defineConfig({
|
|||||||
firefoxUserPrefs: {
|
firefoxUserPrefs: {
|
||||||
"permissions.default.microphone": 1,
|
"permissions.default.microphone": 1,
|
||||||
"permissions.default.camera": 1,
|
"permissions.default.camera": 1,
|
||||||
|
"media.navigator.streams.fake": true,
|
||||||
|
"media.navigator.permission.disabled": true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export function calculateInitialMuteState(
|
|||||||
const { skipLobby, callIntent } = urlParams;
|
const { skipLobby, callIntent } = urlParams;
|
||||||
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
`calculateInitialMuteState: skipLobby=${skipLobby}, callIntent=${callIntent}, hostname=${hostname}, isDevBuild=${trustLocalhost}`,
|
`calculateInitialMuteState: skipLobby=${skipLobby}, callIntent=${callIntent}, hostname=${hostname}, trustLocalhost=${trustLocalhost}`,
|
||||||
);
|
);
|
||||||
|
|
||||||
const isTrustedHost =
|
const isTrustedHost =
|
||||||
|
|||||||
Reference in New Issue
Block a user