You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "component" of an RTCIceTransport returns either "rtp" or "rtcp", depending on what the ICE transport is used for. But what is the RTCIceTransport is only used to construct an RTCQuicTransport or RTCDtlsTransport?
The text was updated successfully, but these errors were encountered:
repeating what I said in the other issue:
I don't think this was/is a problem. The component is 1 (rtp) even for SCTP -- see w3c/webrtc-pc#1201
We got into this by renaming the components from 1/2 to rtp/rtcp in webrtc-pc at some point
Originally filed as a webrtc-pc issue: w3c/webrtc-pc#1916
The "component" of an RTCIceTransport returns either "rtp" or "rtcp", depending on what the ICE transport is used for. But what is the RTCIceTransport is only used to construct an RTCQuicTransport or RTCDtlsTransport?
The text was updated successfully, but these errors were encountered: