Re: [webrtc-pc] does rtcrtpheaderextensionparameters need a direction?

@aboba I think you are right. Presence of an extension in either <code>receiver.getParameters</code> or <code>sender.getParameters</code> should indicate which direction the extension is being used for. The extension getting dropped by the answerer should result in the extension not being in either of these two sets (as it's not being used). The only question I see is how to handle if the answerer sets the extension to <code>inactive</code>?
But I would suggest to simply handle this in the same way as an extension not being negotiated. As the JS applications don't really have a means any way to force turning on an <code>inactive</code> extension.

-- 
GitHub Notification of comment by nils-ohlmeier
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1912#issuecomment-402208196 using your GitHub account

Received on Tuesday, 3 July 2018 16:01:32 UTC