- From: Philipel-WebRTC via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 May 2024 13:45:04 +0000
- To: public-webrtc@w3.org
Philipel-WebRTC has just created a new issue for https://github.com/w3c/webrtc-rtptransport:
== How do the two `sendRtp` functions interact? ==
There are currently two `sendRtp` functions:
```
partial interface RtpSendStream {
// explainer 1
void sendRtp(RtpPacketInit packet);
// explainer 2
Promise<RtpSendResult> sendRtp(RtpPacketInit packet, RtpSendOptions options);
}
```
How do they interact? Should an application only be allowed to use one or the other (`RTCConfiguration.customPacer`)?
Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/32 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 14 May 2024 13:45:05 UTC