RTCOutboundRtpStreamStats: rid property
The rid
property of the RTCOutboundRtpStreamStats
dictionary is a string that specifies the RTP stream ID, if defined.
The property is only defined where the rid
has been set for the corresponding RTCRtpSender
.
If set, this value will be present regardless of whether the RID RTP header extension has been negotiated.
Value
The value of the encodings.rid
argument passed to RTCRtpSender.setParameters()
, if any, when the corresponding transceiver is created.
The property is undefined if the stream ID was not set.
Note: The property is undefined for audio streams.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcoutboundrtpstreamstats-rid |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
rid in 'outbound-rtp' stats |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.