skip "Should show error screen if call creation is restricted" on ff

This commit is contained in:
Timo K
2025-11-28 17:59:10 +01:00
parent c0913b6546
commit 2011aef116
4 changed files with 6 additions and 2 deletions

View File

@@ -335,7 +335,6 @@ export const createLocalMembership$ = ({
try {
await publisher?.startPublishing();
} catch (error) {
// will take care of "FailedToStartLk" errors.
setLivekitError(error as ElementCallError);
}
} else if (tracks.length !== 0 && !shouldConnect) {