Re: [webrtc-pc] RTCRtpContributingSource naming

Decision at the interim was "keep `getContributingSources`, but it only returns CSRC information. Add a separate method for SSRC information."

Still two minor question to answer, though:

1. What should the second method be called? `getSynchronizationSources`? Just `getSources`?
2. Should both methods return the same type of object (`RTCRtpSource`), or different types (`RTCRtpContributingSource`/`RTCRtpSynchronizationSource`)?

My vote would be for `getSynchronizationSources` and "different types," given that one field (`voiceActivityFlag`) is only used for SSRC objects.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1101#issuecomment-292083062 using your GitHub account

Received on Thursday, 6 April 2017 06:40:04 UTC