mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-31 11:34:38 +00:00
del: windowMode$ from public callViewModel
replace with edgeToEdge$
This commit is contained in:
@@ -37,7 +37,7 @@ vi.mock("@livekit/track-processors", () => ({
|
||||
function buildMinimalCallViewModel(layout: Layout): CallViewModel {
|
||||
return {
|
||||
layout$: constant(layout),
|
||||
windowMode$: constant("normal"),
|
||||
edgeToEdge$: constant(false),
|
||||
showHeader$: constant(false),
|
||||
hangup: (): void => {},
|
||||
gridMode$: constant("grid"),
|
||||
|
||||
Reference in New Issue
Block a user