Replies: 1 comment
-
PeerJS is a wrapper over the WebRTC framework. And this wrapper abstracts out a lot of complexities that you would otherwise face if implementing it yourself. However, it is doable, and you could follow the documentation on MDN for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi . is there a way to implement video call without peer . my server is node js and ui is react js . I have done this with peer js before . but I want to know a way without peer js or a 3d party api . please give me a document tutorial if there is any
thanks
Beta Was this translation helpful? Give feedback.
All reactions