medooze / media-server-node

WebRTC Media Server for Node.js
MIT License
802 stars 119 forks source link

Add encodingremoved event to IncomingStreamTrackSimulcastAdapter when track is removed #257

Closed murillo128 closed 5 months ago

murillo128 commented 5 months ago

this mimics the event we send when a track is removed from a stream

bcostdolby commented 5 months ago

lgtm though I dont really know what I am looking at to be honest. Looks like we are just cleaning up an encoding now and emitting a new event. I looked for existing handling of the encodingremoved event and didnt find anything .

I will leave for someone else to approve.