-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implemented audio only recording in media recorder for android and ios #207
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
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.
The following changes should not be committed to the repository, as these are non-core files,
.dart_tool
android/.classpath
android/.project
android/gradle/wrapper/gradle-wrapper.properties
android/gradle/wrapper/gradle-wrapper.jar
android/gradlew
android/gradlew.bat
example/.dart_tool
example/.flutter-plugins-dependencies
example/android/.project
example/android/app/.classpath
example/ios/Flutter/flutter_export_environment.sh
Usually only .h .m .java .podspec .yml fixes need to be submitted.
There seem to be three file conflicts preventing the merge Conflicting files
|
I removed the non-core files and added them to .gitignore as you requested. Cheers |
@yonatann Cool, I have added you to collaborators. |
@cloudwebrtc I have resolved the conflicts and pushed the modifications. |
I added an option for audio-only recording for android and implemented audio-only recording for ios.
There is still room to implement video recording for ios.