Comment on PeerServer: A Server in a Browser with WebRTCparentComments−aroch12yLast I checked Chrome's DataChannels implementation was flakey and missing support for several attributes−mace12yThis 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.−krishnasrinivas12yChrome and Firefox DataChannels cannot connect with each other. Chrome and Firefox media connections can interop though−sil3ntmac12ythere are a few workarounds you have to use. there is a compatibility shim floating around somewhere (i think from mozilla).
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).