Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0781364

Browse files
committed
Add theme data to EC widget url
Signed-off-by: Timo K <[email protected]>
1 parent ce36a67 commit 0781364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/Call.ts

+1
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ export class ElementCall extends Call {
681681
skipLobby: "$skipLobby", // Skip the lobby in case we show a lobby component of our own.
682682
returnToLobby: "$returnToLobby", // Returns to the lobby (instead of blank screen) when the call ends. (For video rooms)
683683
perParticipantE2EE: "$perParticipantE2EE",
684+
theme: "$theme",
684685
hideHeader: "true", // Hide the header since our room header is enough
685686
userId: client.getUserId()!,
686687
deviceId: client.getDeviceId()!,

0 commit comments

Comments
 (0)