-
Notifications
You must be signed in to change notification settings - Fork 100
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
Migrate to m114 #225
Migrate to m114 #225
Conversation
It works correctly, just need to change |
Is this an breaking API change? |
Yes, RTCAudioDevice has a naming conflict with In our webrtc-sdk/webrtc#21 patch, RTCAudioDevice refers to a specific built-in sound card or usb sound card https://github.com/webrtc-sdk/webrtc/blob/m104_release/sdk/objc/api/peerconnection/RTCAudioDevice.h#L25, and m114 meaning is |
Got it. we should bump at least the minor version then for Swift. |
@cloudwebrtc nice ! |
Checking if audio changes still work correctly:
@cloudwebrtc