- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jan 2024 15:45:43 +0000
- To: public-webrtc-logs@w3.org
actually const transceiver = pc.addTransceiver("video", {transform: transform, sendTrack: track}) looks like a nice interface to me. I don't understand the meaning or relevance of "predates" - negotiation is SDP, which was RFCed in 1999. When we found that our sender/receiver model (which dated something like 2012) was growing warts because it interfaced to the SDP negotiation model, we invented Transceiver to limit the wartiness. -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/pull/186#issuecomment-1877318560 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 January 2024 15:45:46 UTC