Re: [webrtc-stats] Remove transport.rtcpTransportStatsId (#625)

```
const pc = new RTCPeerConnection();
pc.setRemoteDescription({"type":"offer","sdp":"v=0\r\no=- 667489011133335949 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLUUUU 0\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS ljB5vMXnPVNb5jY4RXAw3292ADR7rA2ziPjo\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 63 103 104 9 0 8 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:ezMO\r\na=ice-pwd:NhBp5w6MriLkh4vKwFrEZBBj\r\na=ice-options:trickle\r\na=fingerprint:sha-256 15:51:A9:C3:29:6D:4F:31:48:62:F8:76:0A:4B:BB:61:B7:C1:90:85:12:02:42:B5:DB:80:1E:26:8A:4B:1A:D3\r\na=setup:actpass\r\na=mid:0\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=sendrecv\r\na=msid:ljB5vMXnPVNb5jY4RXAw3292ADR7rA2ziPjo dc99f053-238b-41a6-8959-1400cf0fe7b8\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=rtpmap:63 red/48000/2\r\na=fmtp:63 111/111\r\na=rtpmap:103 ISAC/16000\r\na=rtpmap:104 ISAC/32000\r\na=rtpmap:9 G722/8000\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=rtpmap:110 telephone-event/48000\r\na=rtpmap:112 telephone-event/32000\r\na=rtpmap:113 telephone-event/16000\r\na=rtpmap:126 telephone-event/8000\r\na=ssrc:3542791274 cname:gBU81Vb5as++U07M\r\na=ssrc:3542791274 msid:ljB5vMXnPVNb5jY4RXAw3292ADR7rA2ziPjo dc99f053-238b-41a6-8959-1400cf0fe7b8\r\na=ssrc:3542791274 mslabel:ljB5vMXnPVNb5jY4RXAw3292ADR7rA2ziPjo\r\na=ssrc:3542791274 label:dc99f053-238b-41a6-8959-1400cf0fe7b8\r\n".replace('rtcp-mux', 'rtcp-mux-is-not-cool')});
```
oddly does not throw in Firefox though.

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/625#issuecomment-1150781354 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 9 June 2022 07:40:41 UTC