You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec says RTCRtpScriptTransform and RTCRtpScriptTransformer are 1←→1, so they can’t be reused without single-filing A and B processing through the single pipe, which seems undesirable.
Offline feedback from @youennf suggests single-use was intended?
That said, it might be useful to switch between transforms on the same sender, or turning transformation on/off e.g.
What should happen if a transform is reused? E.g.
The spec says RTCRtpScriptTransform and RTCRtpScriptTransformer are 1←→1, so they can’t be reused without single-filing A and B processing through the single pipe, which seems undesirable.
Offline feedback from @youennf suggests single-use was intended?
That said, it might be useful to switch between transforms on the same sender, or turning transformation on/off e.g.
I propose we throw if a transform was ever assigned to a different sender or receiver.
The text was updated successfully, but these errors were encountered: