Skip to content

abhinavdhangar/webtrc

Repository files navigation

RTCPeerConnection API

https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection

Properties

  • canTrickleIceCandidates
  • connectionState
  • currentLocalDescription
  • currentRemoteDescription
  • iceConnectionState
  • iceGatheringState
  • localDescription
  • peerIdentity
  • pendingLocalDescription
  • pendingRemoteDescription
  • remoteDescription
  • sctp
  • signalingState

Methods

Also inherits methods from EventTarget.

  • addIceCandidate()
  • addTrack()
  • addTransceiver()
  • close()
  • createAnswer()
  • createDataChannel()
  • createOffer()
  • getConfiguration()
  • getIdentityAssertion()
  • getReceivers()
  • getSenders()
  • getStats()
  • getTransceivers()
  • removeTrack()
  • restartIce()
  • setConfigraiton()
  • setIdentityProvider()
  • setLocalDescription()
  • setRemoveDescription()

Events

  • connectionstatechange
  • datachannel
  • icecandidate
  • icecandidateerror
  • iceconnectionstatechange
  • icegatheringstatechange
  • negotiationneeded
  • signalingstatechange
  • track

About

Created with CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors