Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/signaling.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signaling.js b/src/utils/signaling.js
index 8c19031b5..ae5f42225 100644
--- a/src/utils/signaling.js
+++ b/src/utils/signaling.js
@@ -343,7 +343,7 @@ Signaling.Internal.prototype.forceReconnect = function(newSession, flags) {
// FIXME Naive reconnection routine; as the same session is kept peers
// must be explicitly ended before the reconnection is forced.
this.leaveCall(this.currentCallToken, true)
- this.joinCall(this.currentCallToken)
+ this.joinCall(this.currentCallToken, this.currentCallFlags)
}
Signaling.Internal.prototype._sendMessageWithCallback = function(ev) {