1
mindev
6y

I need some help here. I'm working on a my app, and one of the components is a chat. Now, for video and audio calls I am using WebRTC, but what about texts? Is there a way to use WebRTC there, preferably with E2E encryption?

Comments
  • 0
    You should google RTCDataChannel. It's a way of sending arbitrary data between peers.
Add Comment