Skip to content

Commit

Permalink
Add a logline
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Oct 9, 2021
1 parent 4f00524 commit 5434bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webrtc/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ export class MatrixCall extends EventEmitter {
} catch (e) {
if (answerWithVideo) {
// Try to answer without video
logger.warn("Failed to getUserMedia(), trying to getUserMedia() without video");
this.setState(prevState);
this.waitForLocalAVStream = false;
this.answer(answerWithAudio, false);
Expand Down

0 comments on commit 5434bc4

Please sign in to comment.