Skip to content

Commit

Permalink
fix(callParticipantModel): correctly destroy element on unmount
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jul 9, 2024
1 parent 8fc64e4 commit 4bbaf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CallView/shared/VideoVue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export default {
},

updateVideoAspectRatio() {
if (!this.isBig) {
if (!this.isBig || !this.model.attributes.stream) {
return
}

Expand Down

0 comments on commit 4bbaf56

Please sign in to comment.