trackedsupport

Results 22 comments of trackedsupport

I did have to add this also btw to get it to work with Safari. ``` var AudioContext = window.AudioContext; if (typeof AudioContext === 'undefined') { if (typeof webkitAudioContext !==...

Am I correct that replaceVideoTrack does not use the fps, width, or height from the stream? I have a 1280x720 24fps stream but for some reason its 320x180 30fps. Edit:...