versatica / mediasoup-client-aiortc

mediasoup-client handler for aiortc Python library
https://mediasoup.org
ISC License
56 stars 30 forks source link

Implement producer.replaceTrack() #1

Closed ibc closed 4 years ago

ibc commented 4 years ago

In addition, implement track.enabled setter that will internally replace the current real track with a "base track" that just sends silence or black video frames.

ibc commented 4 years ago

Done.