4. Interface
4. Interface
This section details the basic operations that must be present to implement JSEP functionality. The actual API exposed in the W3C API may have somewhat different syntax but should map easily to these concepts.
Subsections
- 4.1. PeerConnection
- 4.1.1. Constructor
- 4.1.2. addTrack
- 4.1.3. removeTrack
- 4.1.4. addTransceiver
- 4.1.5. onaddtrack Event
- 4.1.6. createDataChannel
- 4.1.7. ondatachannel Event
- 4.1.8. createOffer
- 4.1.9. createAnswer
- 4.1.10. SessionDescriptionType
- 4.1.11. setLocalDescription
- 4.1.12. setRemoteDescription
- 4.1.13. currentLocalDescription
- 4.1.14. pendingLocalDescription
- 4.1.15. currentRemoteDescription
- 4.1.16. pendingRemoteDescription
- 4.1.17. canTrickleIceCandidates
- 4.1.18. setConfiguration
- 4.1.19. addIceCandidate
- 4.1.20. onicecandidate Event
- 4.2. RtpTransceiver