PeerConnection or RTCPeerConnection is the heart of WebRTC.
PeerConnection is the mechanism in WebRTC that provides all the communication capabilities of WebRTC. It negotiates capabilities using SDP, runs ICE NAT traversal algorithm as well as taking care of sending and receiving the media itself.