Mister Smith
Mister Smith

Reputation: 28168

WebRTC: P2P videocall and text/data channels simultaneously?

Is it possible to communicate two devices over mobile networks and stablish simultaneous video/audio and data channels over a peer to peer connection? Can it be done without relay or broker servers?

Do you know of any existing project doing this?

Upvotes: 0

Views: 97

Answers (1)

Kassav'
Kassav'

Reputation: 1150

It's a peer to peer connexion. You only need a server to create a link between the two browsers, just look at ICE server. There are a lot pf example of webRTC calls with android. The first example i found AndroidRTC

Upvotes: 2

Related Questions