Closed
Description
I'm working on a PR for flutter-webrtc, trying to add the ability to send null into replaceTrack and setTrack, but this interface won't allow that.
Seems a simple fix, something like
Future replaceTrack(MediaStreamTrack? track);
Future setTrack(MediaStreamTrack? track, {bool takeOwnership = true});
I'll try and see if it works and submit a PR if ok
Metadata
Metadata
Assignees
Labels
No labels