Book Image

Learning WebRTC

By : Daniel M. Ristic
Book Image

Learning WebRTC

By: Daniel M. Ristic

Overview of this book

Table of Contents (16 chapters)
Learning WebRTC
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Self-test questions


Q1. The latest version of the File API has been improved in HTML5 to provide much more functionality than before. True or False?

Q2. Breaking down a file into chunks assists in:

  1. Sending over slow networks

  2. Recovering chunks that get lost in transportation

  3. Sending really large files

  4. All of the above

Q3. Since both computers speak in binary language, it is easy to send the binary data from a file over the data channel. True or False?

Q4. A file is saved in our example much the same way as:

  1. Saving a file in Microsoft Word

  2. Downloading a file from a link

  3. Copying and pasting a file

Q5. The File API runs inside a sandbox environment, which means that it is prevented from working like other native applications. True or False?