Self-test questions
Q1. The data channel is not encrypted or secured at all, making it easy for hackers to modify the data being sent between users. True or false?
Q2. Which is not a correct state that RTCDataChannel
can be in?
reconnecting
closed
connecting
open
Q3. The data channel can be run in reliable, unreliable, ordered, and unordered modes, giving it robust data transfer capabilities. True or false?
Q4. The biggest reason why TLS is not used in a WebRTC application is because of how hard it is to implement. True or false?
Q5. Common use cases for RTCDataChannel
could include:
Multiplayer gaming
File transferring
Delivering content
All of the above