add option for firefox webRTC test to allow fake streams
This commit is contained in:
@@ -24,7 +24,7 @@ export function calculateInitialMuteState(
|
||||
const { skipLobby, callIntent } = urlParams;
|
||||
|
||||
logger.debug(
|
||||
`calculateInitialMuteState: skipLobby=${skipLobby}, callIntent=${callIntent}, hostname=${hostname}, isDevBuild=${trustLocalhost}`,
|
||||
`calculateInitialMuteState: skipLobby=${skipLobby}, callIntent=${callIntent}, hostname=${hostname}, trustLocalhost=${trustLocalhost}`,
|
||||
);
|
||||
|
||||
const isTrustedHost =
|
||||
|
||||
Reference in New Issue
Block a user