-
Notifications
You must be signed in to change notification settings - Fork 32
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
RTC capabillity negotiation #212
base: main
Are you sure you want to change the base?
Conversation
Partial fix for #176
index.bs
Outdated
<p> | ||
In realtime communications as supported in [[webrtc]], media is | ||
transported between peers. Although web sites can play a role in | ||
relaying of signaling between peers, they are typically not involved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signaling is known in WebRTC land but maybe we should be less specific and mention something like: exchanging the necessary information to negotiate the media parameters that are common to both user agents
.
Then it is clear that since they need to do the exchange, they get the information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo @youennf's comments. I think we have more to do on the privacy characteristics specifically though.
Partial fix for #176
Preview | Diff