1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/components/matrix/matrix-call.js b/webclient/components/matrix/matrix-call.js
index 9d3a787291..7b5d9cffef 100644
--- a/webclient/components/matrix/matrix-call.js
+++ b/webclient/components/matrix/matrix-call.js
@@ -537,7 +537,7 @@ angular.module('MatrixCall', [])
}
if (this.candidateSendTries > 5) {
- console.log("Failed to send candidates on attempt "+ev.tries+". Giving up for now.");
+ console.log("Failed to send candidates on attempt "+this.candidateSendTries+". Giving up for now.");
this.candidateSendTries = 0;
return;
}
|