webrtcftw / iswebrtcreadyyet.com

Promoting WebRTC support through the clever use of a website with words on it
http://iswebrtcreadyyet.com/
53 stars 21 forks source link

Bowser supports dataChannels #71

Closed pantaoran closed 8 years ago

pantaoran commented 8 years ago

The field there should be green now.

stefanalund commented 8 years ago

Thanks @pantaoran!

fippo commented 8 years ago

@feross might be interested in this

feross commented 8 years ago

Nice - good to know!

feross commented 8 years ago

The App Store version doesn't seem to actually have Data Channel support. When will that be released?

pantaoran commented 8 years ago

Huh? I'm successfully establishing data channels with the app store version... what makes you say this?

feross commented 8 years ago

Is there a different prefix to use for the RTCPeerConnection? I'm detecting no support. On Tue, Sep 22, 2015 at 6:53 PM pantaoran notifications@github.com wrote:

Huh? I'm successfully establishing data channels with the app store version... what makes you say this?

— Reply to this email directly or view it on GitHub https://github.com/webrtcftw/iswebrtcreadyyet.com/pull/71#issuecomment-142470749 .

stefanalund commented 8 years ago

@feross here's the JavaScript bridge used by Bowser: https://github.com/EricssonResearch/openwebrtc/blob/master/bridge/client/webrtc.js#L318

pantaoran commented 8 years ago

There is someone else who complained that they saw no support for data channels here: https://github.com/EricssonResearch/bowser/issues/27#issuecomment-143099346

But that doesn't happen to me, when I try with Bowser 0.5 on iPad Air 2 with iOS 8 it has support and the chat checkbox can be clicked.