Re: [webrtc-stats] what is ssrcIds?

As for "everywhere else": the following "ids" exist:
- RTCMediaStreamStats.trackIds
- RTCMediaStreamTrackStats.ssrcIds

The first one has to exist becaue the stream<->track relationship is 
many-to-many; reverse pointers can't save you. So we can't just delete
 the entire "Ids" concept.

Are we 100% sure there's no case (repair SSRC, flexfec SSRC, simulcast
 SSRC, layered encoding SSRC) where an SSRC needs to be referenced 
from multiple MediaStreamTracks?

If this is true (I'm looking at Taylor), I'm in favor of dropping the 
field.


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

Received on Wednesday, 4 January 2017 08:43:39 UTC