Merge pull request #5675 from nextcloud/fix-raised-hand-handler-not-detached-when-peer-is-destroyed

Fix raised hand handler not detached when peer is destroyed
This commit is contained in:
Vincent Petry 2021-05-28 15:15:31 +02:00 коммит произвёл GitHub
Родитель 394caa68f7 08afd89909
Коммит 24f30c0932
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -97,6 +97,7 @@ CallParticipantModel.prototype = {
this._webRtc.off('mute', this._handleMuteBound)
this._webRtc.off('unmute', this._handleUnmuteBound)
this._webRtc.off('channelMessage', this._handleChannelMessageBound)
this._webRtc.off('raisedHand', this._handleRaisedHandBound)
},
get: function(key) {