- From: Adam Bergkvist via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Jun 2017 07:59:14 +0000
- To: public-webrtc@w3.org
adam-be has just created a new issue for https://github.com/w3c/webrtc-pc: == We shouldn't rely on the public API to access objects in the specification == >From RTCRtpTransceiver.stop ``` 7. Send an RTCP BYE for each SSRC in transceiver.sender.getParameters().encodings[i].ssrc, transceiver.sender.getParameters().encodings[i].fec.ssrc and transceiver.sender.getParameters().encodings[i].rtx.ssrc where i goes from 0 to transceiver.sender.getParameters().encodings.length-1. ``` Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1435 using your GitHub account
Received on Thursday, 29 June 2017 07:59:24 UTC