Questions tagged [peer-connection]

A peer connection in WebRTC is a connection between the local computer and a remote peer.

The RTCPeerConnection interface provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed.

Each peer connection holds a local description object and a remote description object, describing the two ends of the connection as they were most recently successfully negotiated.

57 questions
3
votes
0 answers

UDP socket Creation Failed in webrtc PeerConnection

I am working on webrtc PeerConnection and I am getting UDP socket Creation Failed The code snippet for calling CreatePeerConnection method is mentioned below. I have used my own stun and turn servers , and mentioned their ip and port in the given…
Aagman
  • 684
  • 6
  • 18
3
votes
1 answer

how to close a webrtc datachannel?

I can not use the following methods. Because i use only datachannel (not use getUserMedia)