getStats method
The RTCRtpSender method getStats()
asynchronously requests an
RTCStatsReport object which provides statistics about outgoing traffic
on the RTCPeerConnection which owns the sender, returning a Promise
which is fulfilled when the results are available.
Implementation
external JSPromise<RTCStatsReport> getStats();