Skip to content
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

Generating local parameters #6

Closed
steveanton opened this issue Jun 12, 2018 · 1 comment
Closed

Generating local parameters #6

steveanton opened this issue Jun 12, 2018 · 1 comment
Assignees
Labels
PR exists A PR has been submitted.

Comments

@steveanton
Copy link
Collaborator

When does the RTCIceTransport generate its local parameters (ufrag/pwd)?

Ideas:

  • At creation time. This means getLocalParameters() will never return null (it's allowed to in the WebRTC-PC specification).
  • Regenerate them every time gather() is called after the first time.
@aboba
Copy link
Contributor

aboba commented Jun 12, 2018

In ORTC getLocalParameters() never returns null (the specification doesn't say whether the local parameters are generated when the RTCIceGatherer is constructed or when getLocalParameters is called).

Let's discuss what happens when gather() is called multiple times in Issue #7

@aboba aboba added the PR needed A pull request is needed. label Jun 12, 2018
@aboba aboba added PR exists A PR has been submitted. and removed PR needed A pull request is needed. labels Jan 30, 2020
aboba added a commit that referenced this issue Jan 30, 2020
@aboba aboba closed this as completed Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR exists A PR has been submitted.
Projects
None yet
Development

No branches or pull requests

2 participants