Skip to content

Commit

Permalink
Merge pull request #5676 from nextcloud/backport/5675/stable21.1
Browse files Browse the repository at this point in the history
[stable21.1] Fix raised hand handler not detached when peer is destroyed
  • Loading branch information
danxuliu authored May 28, 2021
2 parents cd583c6 + 2aca9b3 commit f65ed43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/webrtc/models/CallParticipantModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f65ed43

Please sign in to comment.