lib.rtcomm.clientjs
lib.rtcomm.clientjs copied to clipboard
Rtcomm client Javascript libraries (includes WebRTC support)
I am getting this issue while using the rtcomm.js from the master branch. Please suggest a way out ? Is it been taken care of in some another version of...
I am getting this issue while using the rtcomm.js from the master branch. Please suggest a way out ? Is it been taken care of in some another version of...
At https://github.com/WASdev/lib.rtcomm.clientjs/blob/master/docs/sample.md Actual (results in 404 Not Found) 10. Access your page: http://localhost:8080/sample**s**/videoClient.html Expected 10. Access your page: http://localhost:8080/sample/videoClient.html
Hi, during these months WebRTC and relative libraries (like adapter.js) have been updated but in the meanwhile I haven't seen also updates on rtcomm. Is this project alive and well?...
Hi, I have followed instructions from following link to setup VideoClient sample. [https://github.com/WASdev/lib.rtcomm.clientjs/blob/master/docs/sample.md](url) When I run then sample and hit Register button nothing happens. I see three error messages in...
Problem: The autoplay and muted attribute values are incorrect in the video tag in the WebRTC sample html files which causes warnings in the Eclipse/WDT tooling. The sample html files...
Hi, Currently I'm running into these following issues when I load sample/videoClient.html page. - videoClient.html:154 GET https://cdn.rawgit.com/webrtc/adapter/master/adapter.js - mqttws31.js:1 Uncaught SyntaxError: Unexpected token < - rtcomm.js:2 lib.rtcomm.clientjs 1.0.8 17-12-2015 20:21:31...
I ran into a case today where an SDP was slipping through the gateway without a DTLS fingerprint and I never received a response back from the clientjs at the...
Remove otm/stream sub protocol messages by implementing way to attach protocol & handler to RtcommEndpoint We will provide a means to attach a 'new' protocol of any type to the...