-
Notifications
You must be signed in to change notification settings - Fork 143
Apply patches to m97 #18
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
Conversation
…sion allow listen-only mode in AudioUnit, adjust when category changes
Simulcast support for iOS SDK
Support for simulcast in Android SDK
* use `AVAudioSession` defaults * remove isRecordingEnabled
* Add Apache-2.0 license and some notes to README.md. * Add user link. * update.
davidzhao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I've enabled individual commit merging for the repo. that might be a better way to move forward to keep them separate. wdyt?
|
What's individual commit merging, and how does that differ? |
|
it will keep all the commits in main individually, rather than all together. It might make it easier to cherry pick changes to future branches |
|
Ah, instead of squashing, got it. |
|
Nice !! No more simulcast factory null checks for android 🙂 |
|
The null checks were originally from upstream so they're taken care of now. |
Note: PRs #11 and #12 were dropped as they were patches originally taken from the upstream, and are no longer needed.