- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Jun 2017 05:32:21 +0000
- To: public-webrtc-logs@w3.org
@fippo @taylor-b Unfortunately, we cannot only guarantee that `sender.getParameters()` returns the SSRC used for sending at the instant that the method returns. By the time `sender.setParameters` is called, the SSRC could have changed. The point of adding `transactionId` to `RTCRtpEncodingParameters` was to make sure that there were no intervening changes between `sender.getParameters()` and `sender.setParameters()` but if the SSRCs can change, this is impossible. -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1174#issuecomment-309649198 using your GitHub account
Received on Tuesday, 20 June 2017 05:32:27 UTC