-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTCRtpCodecCapability options vs parameters #412
Comments
parameters are those things that the remote party must know about where as options are either optional parameters to be sent to the remote party or other local/informational options for a particular codec (but the remote party need not know about it). |
@ibc can I close down this question issue now? |
Sure, if the spec clearly describes the above explanation (I've not checked the text regarding it in master). |
Hmm... I don't think the spec is clear enough. I think we need need a tweak: We should likely change:
To:
... or something like that... |
Honestly, no idea which the difference is :)
The text was updated successfully, but these errors were encountered: