1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-10 21:23:02 +03:00

Add a logline

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-10-09 08:57:46 +02:00
parent 74a875aa23
commit 68dbe959bb

View File

@@ -768,6 +768,7 @@ export class MatrixCall extends EventEmitter {
} catch (e) { } catch (e) {
if (answerWithVideo) { if (answerWithVideo) {
// Try to answer without video // Try to answer without video
logger.warn("Failed to getUserMedia(), trying to getUserMedia() without video");
this.setState(prevState); this.setState(prevState);
this.waitForLocalAVStream = false; this.waitForLocalAVStream = false;
await this.answer(answerWithAudio, false); await this.answer(answerWithAudio, false);