lib.rtcomm.clientjs icon indicating copy to clipboard operation
lib.rtcomm.clientjs copied to clipboard

Rtcomm client Javascript libraries (includes WebRTC support)

Results 24 lib.rtcomm.clientjs issues
Sort by recently updated
recently updated
newest added

Service Query should not be required for basic functionality. Is required for functionality that depends on Liberty.

enhancement
high

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....

bug
high

This shoudl really be a testing issue. There is no reason it shouldnt' work -- investigate and confirm.

enhancement
medium

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...

enhancement
high

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...

enhancement
high

This may or may not work, I seem to recall that the Browsers may REQUIRE DTLS. So it may not work to disable it.

enhancement
medium

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.

enhancement
medium

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...

enhancement