mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
change test
This commit is contained in:
@@ -228,7 +228,7 @@ describe("UrlParams", () => {
|
|||||||
const startNewCallDefaults = (platform: string): object => ({
|
const startNewCallDefaults = (platform: string): object => ({
|
||||||
confineToRoom: true,
|
confineToRoom: true,
|
||||||
appPrompt: false,
|
appPrompt: false,
|
||||||
preload: true,
|
preload: false,
|
||||||
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
||||||
showControls: true,
|
showControls: true,
|
||||||
hideScreensharing: false,
|
hideScreensharing: false,
|
||||||
@@ -242,7 +242,7 @@ describe("UrlParams", () => {
|
|||||||
const joinExistingCallDefaults = (platform: string): object => ({
|
const joinExistingCallDefaults = (platform: string): object => ({
|
||||||
confineToRoom: true,
|
confineToRoom: true,
|
||||||
appPrompt: false,
|
appPrompt: false,
|
||||||
preload: true,
|
preload: false,
|
||||||
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
||||||
showControls: true,
|
showControls: true,
|
||||||
hideScreensharing: false,
|
hideScreensharing: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user