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

replication-webrtc: allow passing config to simple-peer #5838

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

cleech
Copy link
Contributor

@cleech cleech commented Apr 2, 2024

Users may need to pass an RTCPeerConnection configuration object to simple-peer through the plugin. This simply adds an optional parameter to getConnectionHandlerSimplePeer.

This is mostly likely to be used to pass a custom ICE server list for STUN and TURN servers.

Describe the problem you have without this PR

Issue #5835

Users may need to pass an RTCPeerConnection configuration object to
simple-peer through the plugin. This simply adds an optional parameter
to getConnectionHandlerSimplePeer.

This is mostly likely to be used to pass a custom ICE server list for
STUN and TURN servers.
@pubkey
Copy link
Owner

pubkey commented Apr 7, 2024

Hi @cleech
Code changes look good. Please also add this to the docs and to the changelog.

@pubkey pubkey merged commit c569984 into pubkey:master Apr 8, 2024
21 checks passed
pubkey added a commit that referenced this pull request Apr 8, 2024
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