pusher-community / pusher-webrtc-chat-demo

WebRTC chat application using the DataChannel API and Pusher
63 stars 40 forks source link

how to set DataChannel to work with video #2

Open ferrolive opened 7 years ago

ferrolive commented 7 years ago

I'm using this example but I wonder how to setup to use WebRTC DataChannel with video. Any advice? Changing constraints?

gilfuser commented 6 years ago

Hi @ferrolive. From https://github.com/muaz-khan/DataChannel

If you want all DataChannel.js functionalities along with media streaming and runtime additions/deletions then RTCMultiConnection.js is a good chose with similar APIs/syntax.