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: add generate certificate method to peer connection polyfill #209

Conversation

achingbrain
Copy link
Contributor

@achingbrain achingbrain commented Dec 7, 2023

Adds a dummy implementation that just throws. I don't think this is ideal for the long term but weirdly in my app we only call this method in browsers, but the app builds using the polyfill types so it needs to be present.

To implement it properly it needs an extra method exporting from libdatachannel.

Refs: paullouisageneau/libdatachannel#972

Adds a dummy implementation that just throws.  I don't think this is
ideal for the long term but weirdly in my app we only call this method
in browsers, but the app builds using the polyfill types so it needs
to be present.
@murat-dogan murat-dogan merged commit 93a233a into murat-dogan:master Dec 7, 2023
1 check passed
@achingbrain achingbrain deleted the fix/add-generate-certificate-method branch December 7, 2023 22:11
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.

2 participants