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

Implement peer_connection_add_ice_candidate #127

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

Sean-Der
Copy link
Contributor

Resolves #63

@sepfy
Copy link
Owner

sepfy commented Sep 12, 2024

Is it possible to directly add a candidate string into peer_connection without using JSON format? Since cJSON is a dependency of the peer signaling library, I hope that peer_connection can be used without referencing cJSON

@Sean-Der
Copy link
Contributor Author

Yes! I will update PR to do that instead

@sepfy sepfy merged commit 3822c92 into sepfy:main Sep 16, 2024
3 checks passed
@dybai
Copy link

dybai commented Sep 17, 2024

Thanks!

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.

Where to set ICE Candidate generate by remote?
4 participants