Update doc reference for RTCInboundRtpStreamStats and RTCOutboundRtpStreamStats
The specification has more details about each field returned in stats dictionaries.
This commit is contained in:
parent
319dbf217e
commit
1c593dfbb5
@ -316,9 +316,9 @@ const notification = (level, intl) => {
|
||||
* outbound-rtp: RTCOutboundRtpStreamStats,
|
||||
* }
|
||||
* For more information see:
|
||||
* https://developer.mozilla.org/en-US/docs/Web/API/RTCInboundRtpStreamStats
|
||||
* https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats
|
||||
* and
|
||||
* https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats
|
||||
* https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats
|
||||
*/
|
||||
const getAudioData = async () => {
|
||||
const data = await AudioService.getStats();
|
||||
|
Loading…
Reference in New Issue
Block a user