2

Data are internally compressed with permessage-deflateextension before sending to server via WebSocket. What's about WebRTC? Does Data Channel API support compression?

Lewis
  • 14,132
  • 12
  • 66
  • 87

1 Answers1

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