Skip to content

Commit

Permalink
terminar chamada atualizar duracao
Browse files Browse the repository at this point in the history
  • Loading branch information
luckspt committed Dec 7, 2021
1 parent 200f528 commit c6fb49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/ChatContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ export default Vue.extend({
});
},
terminarChamada() {
this.$store.dispatch('contactos/setLastCallDuration', this.recenteSeleccionado);
this.$store.dispatch('user/leaveCall');
},
entraChamada(force: boolean, camera: boolean, jaNaChamada: boolean) {
Expand Down

0 comments on commit c6fb49c

Please sign in to comment.