We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Authenticated peer to peer chat (including group chat) would be very useful to have inside the member client
WebRTC can be used for this, but needs a server component to negotiate the connections between peers.
RapidProd have been working on using the chain for negotiation so we can run a chat server without having to have an additional server.
Look into this and check it is suitable and then integrate WebRTC into the member client
https://codesandbox.io/s/eoschatexample-ol4eo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Authenticated peer to peer chat (including group chat) would be very useful to have inside the member client
WebRTC can be used for this, but needs a server component to negotiate the connections between peers.
RapidProd have been working on using the chain for negotiation so we can run a chat server without having to have an additional server.
Look into this and check it is suitable and then integrate WebRTC into the member client
https://codesandbox.io/s/eoschatexample-ol4eo
The text was updated successfully, but these errors were encountered: