skip "Should show error screen if call creation is restricted" on ff
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user