Re: [webrtc-stats] Unable to distinguish "sender" stats if multiple senders are sending the same track

RTCRtpSender.getStats() could be invoked to let the implementation tell you which "sender" and "track" correspond to it (but this encourages additional getStats() calls and iteration).

"What if mid is not set?" This would only be the case before negotiation when all counters are zero. Not a very useful case.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/342#issuecomment-371517494 using your GitHub account

Received on Thursday, 8 March 2018 15:16:26 UTC