webrtc-peer | Browserify JS for a compatible WebRTC peer connection
kandi X-RAY | webrtc-peer Summary
kandi X-RAY | webrtc-peer Summary
Browserify JS for a compatible WebRTC peer data connection wrapper, thanks to code from [Nathan Vander Wilt] See [demo] demo.js) for usage.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webrtc-peer
webrtc-peer Key Features
webrtc-peer Examples and Code Snippets
Community Discussions
Trending Discussions on webrtc-peer
QUESTION
I need to implement signalling between peers in a many to many video conference. To do that i need access to the RTC Data Channel. Since "Twilio Video API" doesn't yet provide Data Channel, should I use "Twilio Conversations API" for this task as it provides access to the RTCPeerConnection Object which can be used to create data channels which i found over here:
Or is there a way to get the RTCPeerConnection object of other peers in "Twilio Video API" itself?
...ANSWER
Answered 2017-Jul-11 at 09:14Twilio developer evangelist here.
The Twilio Conversations API is deprecated so you should not use that.
There's no official way to get access to the RTCPeerConnection
object within the Video API. I haven't found an unofficial way yet myself (though I'm sure there is, given that JavaScript doesn't really have private methods/properties).
If you definitely need the RTCDataChannel
itself then you might not want to build with the Twilio Video API.
However, if you are looking to signal between peers, then perhaps the Twilio Sync API, which is a real time API for syncing data between clients and works really well alongside Twilio Video, can help.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install webrtc-peer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page