Skip to content

Commit 68dbe95

Browse files
committed
Add a logline
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 74a875a commit 68dbe95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webrtc/call.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ export class MatrixCall extends EventEmitter {
768768
} catch (e) {
769769
if (answerWithVideo) {
770770
// Try to answer without video
771+
logger.warn("Failed to getUserMedia(), trying to getUserMedia() without video");
771772
this.setState(prevState);
772773
this.waitForLocalAVStream = false;
773774
await this.answer(answerWithAudio, false);

0 commit comments

Comments
 (0)