PeerConnection Interface

A PeerConnection allows direct communication from code running in one browser to code running in another browser. Since the code is running on the client side of the web browsers, it provides the ability for users to communicate without any server involvement.

Implements:
EventTarget
Callback:
SignalingCallback
DOM Properties
get onlyStream
xxx.xxx
DOM Interface Methods
void
xxx.xxx(Stream xx)