- From: aboba via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Mar 2016 18:16:47 +0000
- To: public-webrtc@w3.org
aboba has just created a new issue for
https://github.com/w3c/webrtc-pc:
== RTCRtpRtxParameters: missing "apt"? ==
Currently, RTCRtpRtxParameters is defined as follows:
dictionary RTCRtpRtxParameters {
unsigned long ssrc;
};
In the situation where multiple PTs are being retransmitted, is this
sufficient? Or do we need to add the following?
partial dictionary RTCRtpRtxParameters {
payloadtype payloadType;
};
Please view or discuss this issue at
https://github.com/w3c/webrtc-pc/issues/548 using your GitHub account
Received on Wednesday, 16 March 2016 18:16:48 UTC