The read-only property
sdpMid
在
RTCIceCandidate
interface returns a
DOMString
specifying the media stream identification tag of the media component with which the candidate is associated.
This ID uniquely identifies a given stream for the component with which the candidate is associated.
This property can be configured by specifying the value of the
sdpMid
property when constructing the new candidate object using
RTCIceCandidate()
. If you call the constructor with an m-line string instead of an
RTCIceCandidateInit
object, the value of
sdpMid
is extracted from the specified candidate m-line string.
var sdpMid = RTCIceCandidate.sdpMid;
A
DOMString
which uniquely identifies the source media component from which the candidate draws data, or
null
if no such association exists for the candidate.
注意:
Attempting to add a candidate (using
addIceCandidate()
) that has a value of
null
for either
sdpMid
or
sdpMLineIndex
will throw a
TypeError
异常。
...
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceCandidate.sdpMid' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
sdpMid
|
Chrome 23 | Edge 15 | Firefox 22 | IE 不支持 No | Opera 15 | Safari Yes | WebView Android Yes | Chrome Android 25 | Firefox Android Yes | Opera Android 14 | Safari iOS Yes | Samsung Internet Android 1.5 |
完整支持
不支持
RTCIceCandidate
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent