- From: Peter Thatcher via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Aug 2024 13:28:11 +0000
- To: public-webrtc-logs@w3.org
There are two parts to "SDP-less PeerConnection": 1. initial setup and 2. changes after the initial setup. In my experience, it would be great to allow is to avoid SDP for both, but by far most of the pain is in #2, and most of that pain is in adding and removing RTP streams for things like video conferences. I think having these methods in RtpTransport would gives us one of those "reduce 80% of the pain with only 20% of the effort" type of pay offs. I don't think specifying the relationship between Add*Stream and SDP renegotiation needs to be hard if we allow ourselves to make a simple rule like "streams created by Add*Stream are bound by the guard rails of SDP". -- GitHub Notification of comment by pthatcher Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/66#issuecomment-2298864341 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 August 2024 13:28:11 UTC