We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current SDP grammar rules do no support precondition attributes as defined in RFC 3312, such as:
a=des:qos mandatory local sendrecv a=curr:qos local none a=des:qos optional remote sendrecv a=curr:qos remote none
The generated JSON includes these attributes under invalid, like this:
invalid
"invalid": [ { "value": "des:qos mandatory local sendrecv" }, { "value": "curr:qos local none" }, { "value": "des:qos optional remote sendrecv" }, { "value": "curr:qos remote none" } ],
These attributes are widely used in telephony, and it would be nice to have them properly supported in a future release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current SDP grammar rules do no support precondition attributes as defined in RFC 3312, such as:
The generated JSON includes these attributes under
invalid
, like this:These attributes are widely used in telephony, and it would be nice to have them properly supported in a future release.
The text was updated successfully, but these errors were encountered: