w3c / webrtc-rtptransport

Repository for the RTPTransport specification of the WebRTC Working Group
Other
18 stars 6 forks source link

Only allow RtpTransport (max-bundle) #34

Open pthatcher opened 4 months ago

pthatcher commented 4 months ago

Only support PeerConnection.rtpTransport (non-null) if max-bundle is enabled

tonyherre commented 3 months ago

This involved changing PeerConnection.getRtpTransports() to return a singular RtpTransport instance, right?