Re: [webrtc-rtptransport] Make RtpTransport transferable (#33)

Right, we could move the current attributes, event handlers and `readPacketizedRtp` to a separate object that would be exposed in a worker.
We would then have a few options:
- Get a transferable handle from `RTCRtpTransport` and a `RTCRtpTransportProcessor` constructor that takes the handle as parameter
- Add a `getProcessor(Worker)` method on `RTCRtpTransport` and a `DedicatedWorkerGlobalScope.onrtpTransportProcessor` event handler.

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/33#issuecomment-2189181223 using your GitHub account


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

Received on Tuesday, 25 June 2024 14:54:10 UTC