Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added datachannel for chat messages #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dip-kush
Copy link

I have RTCDataChannel for sending chat messages. The original code of yours uses websocket for sending messages.
But dataChannel only works for Chrome in the changes I have made. I can't able to understand why it is not working for Firefox. For now the changes i have made could be only seen in console. I would also like to add datachannel for file exchange eliminating the use of webSockets.
I have used
https://www.webrtc-experiment.com/docs/rtc-datachannel-for-beginners.html
this tutorial for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant