ionorg / ion-app-web

ion web app
MIT License
120 stars 75 forks source link

fix: The video cannot be displayed as the user enters the room severa… #116

Closed upeartaker closed 2 years ago

upeartaker commented 3 years ago

FIX: The video cannot be displayed when the user enters the room several times problem

I found that when users entered and left the room multiple times, previous users couldn't properly display the new user's video content.

So , Later I found that the common memory problem was caused by reference passing, please refer to the code

adwpc commented 2 years ago

@upeartaker Thanks! LGTM