mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
change defaults for intend headers
This commit is contained in:
@@ -312,7 +312,7 @@ export const getUrlParams = (
|
|||||||
confineToRoom: true,
|
confineToRoom: true,
|
||||||
appPrompt: false,
|
appPrompt: false,
|
||||||
preload: true,
|
preload: true,
|
||||||
header: HeaderStyle.None,
|
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
||||||
showControls: true,
|
showControls: true,
|
||||||
hideScreensharing: false,
|
hideScreensharing: false,
|
||||||
allowIceFallback: true,
|
allowIceFallback: true,
|
||||||
@@ -327,7 +327,7 @@ export const getUrlParams = (
|
|||||||
confineToRoom: true,
|
confineToRoom: true,
|
||||||
appPrompt: false,
|
appPrompt: false,
|
||||||
preload: true,
|
preload: true,
|
||||||
header: HeaderStyle.None,
|
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
|
||||||
showControls: true,
|
showControls: true,
|
||||||
hideScreensharing: false,
|
hideScreensharing: false,
|
||||||
allowIceFallback: true,
|
allowIceFallback: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user