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

RtcPeerConnection support setConfiguration function #4106

Closed
k-wasniowski opened this issue Sep 6, 2024 · 1 comment
Closed

RtcPeerConnection support setConfiguration function #4106

k-wasniowski opened this issue Sep 6, 2024 · 1 comment

Comments

@k-wasniowski
Copy link
Contributor

Motivation

I would like to be able to use all available methods of RTCPeerConnection defined here. One of missing methods is setConfiguration, which is often used to change configuration without need to create new Peer Connection.

Proposed Solution

Implement a binding between JS API, and Rust WASM API.
I have created a PR: #4105, there are few test cases failing. I am happy to finalize the work, with some assistance how to resolve those failures.

@daxpedda
Copy link
Collaborator

daxpedda commented Oct 7, 2024

Addressed by #4105.

@daxpedda daxpedda closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants