Re: [mediacapture-record] Add replaceTrack method to MediaStream (#167)

@kalido "no developer interest" referred to "no comment for four years". There's a limit to how long we should keep feature requests open just in case someone's interested.

@EddyVinck for your use case, what happens if you do

stream.removeTrack(oldTrack);
stream.addTrack(newTrack);

on a `stream` being recorded?

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/167#issuecomment-2510925397 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 2 December 2024 08:54:24 UTC