Peer connection
Peer connections are the most important part of a webrtc implementation. To instantiate a peer connection check the following docs. For each platform you need to use the specific APIs to create a peer connection.
Here is an example:
*Note in this example is showing how to send plain text, for video streaming see video streaming.