webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

resolve conflict & add setconfiguration function #581

Closed udrs closed 2 weeks ago

udrs commented 1 month ago

Thank you for your great project. As I mentioned in this issue, we need to modify RTCConfiguration. https://github.com/webrtc-rs/webrtc/issues/577

Based on the code previously provided, I have replaced println! statements with assertions. Looking forward to your check and receive.

rainliu commented 1 month ago

I think I already merged your changes into master based on your provide .zip file in https://github.com/webrtc-rs/webrtc/issues/577

rainliu commented 2 weeks ago

feature is also included in master.