只读
sdpMLineIndex
property on the
RTCIceCandidate
interface is a zero-based index of the m-line describing the media associated with the candidate.
This value is specified when creating the
RTCIceCandidate
by setting the corresponding
sdpMLineIndex
value in the
RTCIceCandidateInit
object when creating a new candidate with
new RTCIceCandidate()
.
If you instead call
RTCIceCandidate()
with a string parameter containing the
candidate
m-line text, the value of
sdpMLineIndex
is extracted from the m-line.
var sdpMLineIndex = RTCIceCandidate.sdpMLineIndex;
A number containing a 0-based index into the set of m-lines providing media descriptions, indicating which media source is associated with the candidate, or
null
if no such association is available.
注意:
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.sdpMLineIndex' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
sdpMLineIndex
|
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
address
candidate
component
foundation
port
priority
协议
relatedAddress
relatedPort
sdpMid
sdpMLineIndex
usernameFragment
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent