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

Add support for setting ICE ufrag and pwd #243

Merged
merged 4 commits into from May 14, 2024

Conversation

xicilion
Copy link
Contributor

@xicilion xicilion commented May 10, 2024

In order to support Peer A and Peer B in WebRTC Direct, we need to be able to specify the ufrag and pwd of the localDescription. WebRTC Direct's documentation suggests replacing the ufrag and pwd with setLocalDescription. This is not compliant with the standard.

Therefore, I propose another solution, we can set ufrag and pwd in juice_create, which can satisfy both Peer A and Peer B's needs, and will not modify the existing logic in any way.

@paullouisageneau
Copy link
Owner

Adding fields to the config struct breaks compatibility and would mean releasing a new major version of libjuice. You should instead introduce a function juice_set_local_ice_attributes(const char *ufrag, const char *pwd).

@xicilion
Copy link
Contributor Author

shure.

src/juice.c Outdated Show resolved Hide resolved
test/ufrag.c Outdated Show resolved Hide resolved
Copy link
Owner

@paullouisageneau paullouisageneau left a comment

Choose a reason for hiding this comment

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

It looks good, thank you.

@paullouisageneau paullouisageneau changed the title support ice_ufrag and ice_pwd in juice_config_t. Add support for setting ICE ufrag and pwd May 14, 2024
@paullouisageneau paullouisageneau merged commit 3a121cb into paullouisageneau:master May 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants