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 | |