- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Sat, 02 Dec 2023 22:05:13 +0000
- To: public-webrtc-logs@w3.org
It has been my assumption that `pc.createRtpTransport` creates an `RtpTransport` that is scoped to the entire PeerConnection. If the intent is create an `RtpTransport` scoped only to an m-line then you'd use `RtpSender.rtpTransport` or `RtpReceiver.rtpTransport` (which would point to the same `RtpTransport` if the sender and receiver are within the same transceiver. So, I also don't understand the need for a `for` loop here . -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/15#issuecomment-1837265072 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 2 December 2023 22:05:15 UTC