You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Better logging here too
This commit is contained in:
@@ -652,7 +652,7 @@ MatrixCall.prototype._maybeGotUserMediaForAnswer = function(stream) {
|
|||||||
debuglog('User denied access to camera/microphone.' +
|
debuglog('User denied access to camera/microphone.' +
|
||||||
' Or possibly you are using an insecure domain. Receiving only.');
|
' Or possibly you are using an insecure domain. Receiving only.');
|
||||||
} else {
|
} else {
|
||||||
debuglog('Failed to getUserMedia.');
|
debuglog('Failed to getUserMedia: ' + error.name);
|
||||||
this._getUserMediaFailed(error);
|
this._getUserMediaFailed(error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user