Hacker News new | ask | show | jobs
by aroch 4592 days ago
Last I checked Chrome's DataChannels implementation was flakey and missing support for several attributes
2 comments

This should no longer be true. Chrome v31 (http://googlechromereleases.blogspot.com/2013/11/stable-chan...) added SCTP support for reliable DataChannels and allowing compatibility with Firefox.
Chrome and Firefox DataChannels cannot connect with each other. Chrome and Firefox media connections can interop though
there are a few workarounds you have to use. there is a compatibility shim floating around somewhere (i think from mozilla).