Capture media with WebRTC quiz

  1. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    To allow access to a user's webcam and microphone input without a plugin, use the ___ method.

  2. Which of the following APIs does WebRTC implement to acquire and communicate streaming video or other data? Select all that apply.

    Choose as many answers as you see fit.

  3. True or false? RTCPeerConnection won't gather candidates until setLocalDescription() is called.

  4. ___ is mandatory for all WebRTC components.

  5. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    WebRTC uses RTCPeerConnection to communicate streaming data between browsers, but it also needs a mechanism to coordinate communication and send control messages, a process known as ___.