- 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?
推薦閱讀
- Java程序設計(慕課版)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Vue.js 3.x從入門到精通(視頻教學版)
- Clojure for Domain:specific Languages
- INSTANT MinGW Starter
- The DevOps 2.4 Toolkit
- C語言程序設計
- Express Web Application Development
- .NET 4.5 Parallel Extensions Cookbook
- Instant jQuery Boilerplate for Plugins
- C指針原理揭秘:基于底層實現機制
- Building Slack Bots
- 交互式程序設計(第2版)
- PyQt編程快速上手
- Java EE 7 with GlassFish 4 Application Server