xhs / librtcdc

Tiny portable WebRTC Data Channel in C.
Other
248 stars 40 forks source link

Feature/browser fallback #13

Open chadnickbok opened 9 years ago

chadnickbok commented 9 years ago

Add pre draft-8 fallback to support browsers.

bryanpaluch commented 8 years ago

Any idea if this works with browsers currently? I've been tinkering around a little bit today and I haven't been able to get an on connected to fire off.

chadnickbok commented 8 years ago

I don't really have any idea about this project, but I've started my own here: https://github.com/chadnickbok/librtcdcpp

Globik commented 6 years ago

@bryanpaluch hi, no in browsers does not work. Answer sdp is without a=candidates. Wtf? Any sense to use this lib with no browser support?