RTCIceCandidate:sdpMid 属性

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

RTCIceCandidate 接口的 sdpMid 只读属性是一个字符串,指定与候选关联的媒体组件的媒体流唯一标识。该 ID 唯一标识了与候选者相关联的组件的给定流。

可以通过在传递给 RTCIceCandidate() 构造函数的 candidateInfo 选项对象中指定 sdpMid 属性的值来配置此属性。如果你使用媒体行(m-line)字符串代替选项对象的调用构造函数,则将从指定的候选媒体行字符串中提取 sdpMid 的值。

一个唯一标识候选者从中提取数据的源媒体组件的字符串,如果候选者不存在此类关联,则为 null

备注: 使用 addIceCandidate() 添加候选者的 sdpMidsdpMLineIndex 都为 null 时,将抛出 TypeError 异常。

规范

Specification
WebRTC: Real-Time Communication in Browsers
# dom-rtcicecandidate-sdpmid

浏览器兼容性

BCD tables only load in the browser