- From: Kacper Waśniowski via GitHub <noreply@w3.org>
- Date: Fri, 09 Jan 2026 14:15:59 +0000
- To: public-webrtc-logs@w3.org
Since types have been changed from the SFrameTransform to sender/receiver specific, i believe steps: ``` Let role be this.[[role]]. If this.[[owner]] is an [RTCRtpSender](https://www.w3.org/TR/webrtc/#dom-rtcrtpsender), set role to 'encrypt'. If this.[[owner]] is an [RTCRtpReceiver](https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver), set role to 'decrypt'. ``` of `The SFrame transform algorithm, given this and frame, runs these steps:` should be removed. @youennf @jan-ivar I think entire algorithm there requires refreshing ?? -- GitHub Notification of comment by k-wasniowski Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/260#issuecomment-3729088783 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 9 January 2026 14:16:00 UTC