id
特性为
RTCStats
dictionary is a string which uniquely identifies the object for which this
RTCStats
object provides statistics.
使用
id
, you can correlate two or more
RTCStats
-based objects in order to monitor statistics over time for a given WebRTC object, such as an
RTP
stream, an
RTCPeerConnection
,或
RTCDataChannel
.
var id = RTCStats.id;
A
DOMString
which uniquely identifies the object for which this
RTCStats
-based object provides statistics.
The format of the ID string is not defined by the specification, so you cannot reliably make any assumptions about the contents of the string, or assume that the format of the string will remain unchanged for a given object type.
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCStats.id' in that specification. |
候选推荐 | 初始定义。 |
No compatibility data found. Please contribute data for "api.RTCStats.id" (depth: 1) to the MDN 兼容性数据存储库 .
RTCStats
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent