mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Fix test type errors
This commit is contained in:
@@ -96,6 +96,7 @@ test("It joins the correct Session", async () => {
|
|||||||
{
|
{
|
||||||
encryptMedia: true,
|
encryptMedia: true,
|
||||||
useMultiSfu: USE_MUTI_SFU,
|
useMultiSfu: USE_MUTI_SFU,
|
||||||
|
preferStickyEvents: false,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -196,6 +197,7 @@ test("It should not fail with configuration error if homeserver config has livek
|
|||||||
{
|
{
|
||||||
encryptMedia: true,
|
encryptMedia: true,
|
||||||
useMultiSfu: USE_MUTI_SFU,
|
useMultiSfu: USE_MUTI_SFU,
|
||||||
|
preferStickyEvents: false,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user