mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
no need to throw here
This commit is contained in:
parent
79411437cf
commit
1dc46127c3
@ -250,7 +250,8 @@ export class PeerCall implements IDisposable {
|
|||||||
break;
|
break;
|
||||||
case EventType.Hangup:
|
case EventType.Hangup:
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unknown event type for call: ${message.type}`);
|
log.log(`Unknown event type for call: ${message.type}`);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user