File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ interface RtpSendStream {
130130 readonly attribute DOMString mid? ; // Shared among many RtpSendStreams
131131 readonly attribute DOMString rid? ; // Unique to RtpSendStream (scoped to MID)
132132 readonly attribute unsigned long ssrc;
133- readonly attribute unsigned long rtxSsrc;
134133
135134 attribute EventHandler onpacketizedrtp;
136135 sequence< RtpPacket> readPacketizedRtp (long maxNumberOfPackets);
@@ -170,7 +169,6 @@ interface RtpReceiveStream {
170169 readonly attribute DOMString mid? ; // Shared among many RtpReceivetreams
171170 readonly attribute DOMString rid? ; // Unique to RtpReceiveStream (scoped to MID)
172171 readonly attribute sequence< unsigned long> ssrcs;
173- readonly attribute sequence< unsigned long> rtxSsrcs;
174172
175173 attribute EventHandler onreceivedrtp;
176174 sequence< RtpPacket> readReceivedRtp (long maxNumberOfPackets);
You can’t perform that action at this time.
0 commit comments