richardsabbarton / green-screen

Virtual Green Screen for Presentations
0 stars 1 forks source link

Subscriber outputCanvas object not removed from DOM on stream disconnect #6

Open richardsabbarton opened 2 months ago

richardsabbarton commented 2 months ago

Disconnect event for stream is not firing? No log output for this event. Needs further investigation.

Reproduce by killing a participant page while you are talking. Stream is destroyed on refresh but the object on the subscriber side remains on screen. It has stopped fading out so there is some event on the subscriber side.

richardsabbarton commented 2 months ago

I am an idiot. No audio means no audioLevelUpdated events. Will need to change how we function with these.