- Learning WebRTC
- Dan Ristic
- 127字
- 2021-07-16 13:53:43
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?
推薦閱讀
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- Essential Angular
- INSTANT CakePHP Starter
- 網(wǎng)絡(luò)爬蟲原理與實踐:基于C#語言
- SSM輕量級框架應(yīng)用實戰(zhàn)
- Learning Zurb Foundation
- Java EE 8 Application Development
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 深度學(xué)習(xí):Java語言實現(xiàn)
- Building Wireless Sensor Networks Using Arduino
- Java零基礎(chǔ)實戰(zhàn)
- Java圖像處理:基于OpenCV與JVM
- Kotlin Programming By Example
- JQuery風(fēng)暴:完美用戶體驗
- Learning Jakarta Struts 1.2: a concise and practical tutorial