[webrtc-rtptransport] Should `RtpSendStream` and `RtpReceiveStream` be removed? (#47)

Philipel-WebRTC has just created a new issue for https://github.com/w3c/webrtc-rtptransport:

== Should `RtpSendStream` and `RtpReceiveStream` be removed? ==
AFAICT `RtpSendStream` and `RtpReceiveStream` provides no functionality other than `sendRtp` and `readReceivedRtp`/`receiveRtp` respectively, which could be moved to the `RtpTransport` instead.

One benefit of this is when there are a large amount of receivers, in that case `readReceivedRtp` would only have to be called once instead of once for every receiver.

Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/47 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 June 2024 12:43:10 UTC