Yes there is of course. The only thing you have to change or add is the client side code with peerJS. When the peer will receive a video chat request, you’ll have to open the user media and setup some things. But the concept is still the same, you receive messages from a peer via peerJS, then you decide what to do.
@skini26
Oops,Getting errors while running oro-chat application .
Every webrtc and peerjs based tools were prepared longtime back, might be not working for not able to support latest versions of Meteor or else.
You probably have to update it yourself, this project is a little old so there’s maybe something conflicting with your actual meteor version. I’m not using Meteor since 1.2 so I don’t know what can cause those error (tthere’s already a simple one about the reserved template name).
We are using RTCMultiConnection - it’s still maintained and delivers a lot of features. Only the documentation could be better (there are some changes between v2 and v3).