- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Apr 2017 16:13:52 +0000
- To: public-webrtc-logs@w3.org
@taylor-b I'd suggest that the contents returned by `RTCRtpReceiver.getParameters` be based solely on the information in the remote description. So changes in the incoming ssrc_table (e.g. an SSRC conflict, receipt of a BYE, SSRC timeout, ssrc latching, etc.) would not be reflected in `RTCRtpReceiver.getParameters`. Similarly, I wouldn't try to reflect changes in the outgoing ssrc_table in `RTCRtpSender.getParameters`. If there is a need to obtain information from the outgoing or incoming ssrc_table, that is probably better handled in the Statistics API. -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1116#issuecomment-293314650 using your GitHub account
Received on Tuesday, 11 April 2017 16:13:58 UTC