Data are internally compressed with permessage-deflate
extension before sending to server via WebSocket. What's about WebRTC? Does Data Channel API support compression?
Asked
Active
Viewed 783 times
2

Lewis
- 14,132
- 12
- 66
- 87
1 Answers
2
You can send arbitrary binary data over datachannels, so you can certainly deflate/compress data before sending and decompress on the other end.

xdumaine
- 10,096
- 6
- 62
- 103