samiy-xx / dart_rtc_client

Dart WebRTC Client library and api
http://www.ylonen.eu/blog/
4 stars 3 forks source link

Binary Datachannel #3

Open samiy-xx opened 11 years ago

samiy-xx commented 11 years ago

Bytebuffers are converted to string and back when sending, need binary datachannel.

samiy-xx commented 11 years ago

Chromium does not implement binary data channels yet. Firefox does.

samiy-xx commented 11 years ago

Firefox code implemented, creating separate channels for string, blob and bytebuffer. Chromium should be able to use the same code after they update to sctp based data channels.