blob: 15166e646b3b1ba004930440eeca64c2d2a09a50 [file] [log] [blame]
PASS MediaRecorder will fire a dataavailable event with a blob data for a video-only stream when stop() is called
PASS MediaRecorder will fire a dataavailable event with a blob data for a audio-only stream when stop() is called
PASS MediaRecorder will fire a dataavailable event with a blob data for a video-audio stream when stop() is called
PASS Make sure to handle well the case of fetching data quickly and stopping the recorder while fetching data is ongoing