Self-test questions
Q1. The browser will allow camera and microphone access even if the current page is opened as a file and not being served from a web server. True or false?
Q2. Which one of the following is not a correct browser prefix?
webkitGetUserMedia
mozGetUserMedia
blinkGetUserMedia
msGetUserMedia
Q3. The getUserMedia
API will call the third argument as a function if an error happens while obtaining the camera or microphone stream. True or false?
Q4. Which one of the following does constraining the video stream not help with?
- Securing the video stream
- Saving processing power
- Providing a good user experience
- Saving bandwidth
Q5. The getUserMedia
API can be combined with the Canvas API and CSS filters to add even more features to your application. True or false?