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
usernameFragment of type DOMString ICE username.
It's not a username, it's a username fragment. I know i'm being nitty...
The text was updated successfully, but these errors were encountered:
And another:
The local RTCIceParameters object includes the ICE username fragment and password.
Should read:
The local RTCIceParameters object includes the ICE username fragment and password and other ICE related parameters.
Because ICE lite is another option so it's not technically true.
Sorry, something went wrong.
@robin-raymond Only the remote RTCIceParameters object can include the ICE lite option.
ICE nits
ea54311
Fix for Issue #485
Better.
No branches or pull requests
It's not a username, it's a username fragment. I know i'm being nitty...
The text was updated successfully, but these errors were encountered: