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.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/signaling.js b/src/utils/signaling.js
index 0c48c817a..c15ac82be 100644
--- a/src/utils/signaling.js
+++ b/src/utils/signaling.js
@@ -940,16 +940,6 @@ Signaling.Standalone.prototype.joinCall = function(token, flags) {
Signaling.Base.prototype.joinCall.apply(this, arguments)
}
-Signaling.Standalone.prototype._joinCallSuccess = function(/* token */) {
- // Update room list to fetch modified properties.
- EventBus.$emit('shouldRefreshConversations')
-}
-
-Signaling.Standalone.prototype._leaveCallSuccess = function(/* token */) {
- // Update room list to fetch modified properties.
- EventBus.$emit('shouldRefreshConversations')
-}
-
Signaling.Standalone.prototype.joinResponseReceived = function(data, token) {
console.debug('Joined', data, token)
this.signalingRoomJoined = token