Skip to content

Commit

Permalink
fix(call): destroy call on decline incoming call (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZakablukov committed Jun 14, 2022
1 parent ad0fe64 commit 53abf63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ui/Global/Global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export default Vue.extend({
* @example
*/
denyCall() {
this.$store.commit('webrtc/setIncomingCall', undefined)
this.$store.commit('ui/fullscreen', false)
this.$store.dispatch('webrtc/denyCall')
},
Expand Down

0 comments on commit 53abf63

Please sign in to comment.