WebRTC API's
RTCIceComponent
enumerated type contains
DOMString
values that each identify a specific ICE component; these are
"rtp"
and
"rtcp"
.
These strings are mapped to corresponding numeric values as they appear in the
candidate
a-line in SDP.
"rtp"
RTCIceComponent
of this value corresponds to the component ID field in the
candidate
a-line with the value 1.
"rtcp"
RTCIceComponent
corresponds to the component ID 2.
RTCIceComponent
type is used by the
component
property of
RTCIceCandidate
and
RTCIceTransport
对象。
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceComponent' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
RTCIceComponent
|
Chrome 不支持 No | Edge 不支持 No | Firefox 不支持 No | IE 不支持 No | Opera ? | Safari ? | WebView Android 不支持 No | Chrome Android 不支持 No | Firefox Android 不支持 No | Opera Android ? | Safari iOS ? | Samsung Internet Android 不支持 No |
不支持
兼容性未知
RTCIceComponent
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent