I want to send text messages directly to browser. Till now I'm only seeing the audio/video transmission demos in the web. These are my doubts:
- Can't we solve this just by using PeerConnection API?
- Or is the new DataChannel API is required to achieve this?
- If so, in which browser/browsers the dataChannel APIs are implemented?
Thanks in advance for any help..