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

@@ -110,7 +110,6 @@ export class Connection {
* @throws {InsufficientCapacityError} if the LiveKit server indicates that it has insufficient capacity to accept the connection.
* @throws {SFURoomCreationRestrictedError} if the LiveKit server indicates that the room does not exist and cannot be created.
*/
// TODO dont make this throw and instead store a connection error state in this class?
// TODO consider an autostart pattern...
public async start(): Promise<void> {
this.logger.debug("Starting Connection");