Skip to content

Commit

Permalink
[mirotalksfu] - add missing on stop avatar Rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 10, 2024
1 parent 21e178b commit 047f4b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -8740,6 +8740,10 @@ class RoomClient {

stopRendering() {
this.renderAIToken = null;
if (isHideMeActive) {
isHideMeActive = !isHideMeActive;
this.handleHideMe();
}
}

stopSession() {
Expand Down

0 comments on commit 047f4b5

Please sign in to comment.