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

Fix UpdateIceServers method parameters format #167

Open
wants to merge 3 commits into
base: v3
Choose a base branch
from

Conversation

fedulvtubudul
Copy link
Contributor

iceServerUris parameter parsing logic in UpdateIceServers method in its current state suggests that the parameter is an array of strings.

Documentation suggests that this parameter is an array of RTCIceServer structures. TS implementation uses same structure as far as I can see.

I've had part of this changes in my fork for the last year, but now I've decided to make a PR, so I added relevant test case and made parsing logic more general to support everything documentation describes.

Copy link
Member

@ibc ibc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will check this PR and the website related in next weeks. Thanks.

@fedulvtubudul fedulvtubudul force-pushed the fix-updateiceservers-format branch from eb1fb68 to 5272226 Compare December 29, 2023 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants