Hacker News new | ask | show | jobs
by wrongc0ntinent 4595 days ago
Nice! Why not chrome, exactly?
1 comments

Last I checked Chrome's DataChannels implementation was flakey and missing support for several attributes
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).