Update doc reference for RTCInboundRtpStreamStats and RTCOutboundRtpStreamStats

The specification has more details about each field returned in stats
dictionaries.
This commit is contained in:
Mario Jr 2021-08-16 11:04:28 -03:00
parent 319dbf217e
commit 1c593dfbb5

View File

@ -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();