Skip to content

Commit 6e6f637

Browse files
Remove associated RTX SSRCs from RtpSendStream and RtpReceiveStream.
1 parent 230f64f commit 6e6f637

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-outline.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)