Media/WebRTC/WebRTC Debugging: Difference between revisions

Jump to navigation Jump to search
Fix some components/descriptions
m (Ng moved page Media/WebRTC/aboutwebrtc to Media/WebRTC/WebRTC Debugging: This is a more appropriate name)
(Fix some components/descriptions)
Line 25: Line 25:
| mtransport || networking || network transports ||
| mtransport || networking || network transports ||
|-
|-
| RTCRtpReceiver || networking || receiving media and media control packets ||
| RTCRtpReceiver || JS API || JS API related to receiving media and media control packets ||
|-
|-
| RTCRtpSender || networking || sending media and media control packets ||
| RTCRtpSender || JS API || JS API related to sending media and media control packets ||
|-
|-
| RTCDMTFSender || networking || sending DTMF messages ||
| RTCDMTFSender || JS API || JS API related to sending DTMF messages ||
|-
|-
| VideoFrameConverter || ? || ? ||
| VideoFrameConverter || ? || ? ||
Line 73: Line 73:
| Muxer || media || ? ||
| Muxer || media || ? ||
|-
|-
| MediaPipeline || network || ??? delivers media packets from the transport ||
| MediaPipeline || network || Glue code between transport, media, and libwebrtc components ||
|-
|-
| PeerConnectionImpl || JS API || implements the RTCPeerConnection object ||
| PeerConnectionImpl || JS API || implements the RTCPeerConnection object ||
4

edits

Navigation menu