MediaStreamRecorder
MediaStreamRecorder copied to clipboard
URL.createObjectURL(stream) has been deprecated
The mediaStreamRecorder.js uses this function, which will also be removed from Chrome soon and is deprecated in other browsers as well.
I also notice that. If this api is removed, how to replace it ? I know 'srcObject', my confuse is, how to create an URL from stream?
use 'srcObject', 'srcObject = stream'