-
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
Edge local fingerprint looks like SDP ones #683
Comments
It has been like that forever. The spec says
which, if you go to https://tools.ietf.org/html/rfc4572#section-5 is
It is somewhat odd to require lowercase while 4572 says uppercase. |
Thanks. And sorry, I meant |
The specs themselves are inconsistent. We went back and forth on this one... I personally favour JS style lowercase byte arrays without |
Well, what I see is that one spec mandates lowercase without |
@ibc no, the two specs I'm referring to are not the ORTC spec. There are two "related" specs with differing versions. |
Fine but, anyhow, this is wrong:
This is just about removing such a reference to RFC 4572. |
@ibc I agree and would say if we are mandating it look like this RFC with the |
Agreed. Also, AFAIK, there are some case-sensitive implementations, so forcing it to be always uppercase seems to make things easier. |
I'd also upvote uppercase. |
I vote for uppercase as in RFC 4572 update. |
Ok, uppercase it will be with |
In Edge latest version, the
fingerprints
values oficeGatherer.getLocalParameters()
have avalue
such as "75:1B:81:93:B7:ED:27:7E:42:BE:D6:C4:8E:F7:04:3A:49:CE:3F:EE" rather than "751b8193b7ed277e42bed6c48ef7043a49ce3fee".Should I understand that this is a bug in Edge? or should implementations be ready to deal with both syntaxes (by detecting usage of ":")?
The text was updated successfully, but these errors were encountered: