lib.rtcomm.clientjs
lib.rtcomm.clientjs copied to clipboard
Rtcomm client Javascript libraries (includes WebRTC support)
Service Query should not be required for basic functionality. Is required for functionality that depends on Liberty.
The links to the source in rtcomm.js are broken in the rtcomm API wiki. Click on the following url: https://github.com/WASdev/lib.rtcomm.clientjs/wiki Then select one of the API links on the right....
This shoudl really be a testing issue. There is no reason it shouldnt' work -- investigate and confirm.
Rather than use a random ID generated at the client to obfuscate the topic that a client is listening on, provide a way to set the id to a known...
Add ability to rtcomm client to support taking a message received in anothe rmeans (i.e. Shoulder Tap ) and passing it in to start up sessions. Could be a START_SESSION...
This may or may not work, I seem to recall that the Browsers may REQUIRE DTLS. So it may not work to disable it.
Came from this WASdev post: https://developer.ibm.com/answers/questions/195477/how-set-rear-camera-stream-in-webrtc-video-chat.html#answer-195497 May be as simple as providing access to the MediaStreamTrack API.
Add support for enabling DTMF through the rtcomm API. Evidently this can be turned on in the PeerConnection. We just need to pass through things like digit button presses to...