Restore CallViewModel tests to working order

I've left only one of the tests behind (skipped).
This commit is contained in:
Robin
2025-10-22 18:50:16 -04:00
parent 9ca8962328
commit a1c7255cc6
5 changed files with 133 additions and 68 deletions

View File

@@ -72,7 +72,7 @@ export class PublishConnection extends Connection {
e2eeLivekitOptions,
),
);
room.setE2EEEnabled(e2eeLivekitOptions !== undefined).catch((e) => {
room.setE2EEEnabled(e2eeLivekitOptions !== undefined)?.catch((e) => {
logger.error("Failed to set E2EE enabled on room", e);
});