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

FCE-1023: Change how prepareCamera works #282

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

MiloszFilimowski
Copy link
Collaborator

Description

  • Removed warning when prepareCamera was called multiple times
  • Added a property that indicates if the amera was already initialized

Motivation and Context

  • It was misleading for SDK users what this warning meant.

How has this been tested?

  • Tested on iOS and Android.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

linear bot commented Jan 13, 2025

@@ -68,9 +69,7 @@
}
}
],
[
"./plugin/build/with-local-paths-for-native-packages.js" // Only relevant for local development of packages/ios-client and packages/android-client
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: Removed those comments as the current version of expo prebuild removes it by default.

@MiloszFilimowski MiloszFilimowski marked this pull request as ready for review January 13, 2025 11:24
},
"NSCameraUsageDescription": "We need to access your camera for video calls.",
"NSMicrophoneUsageDescription": "We need to access your microphone so you can talk during calls.",
"ITSAppUsesNonExemptEncryption": false
}
},
"appleTeamId": "J5FM626PE2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ok to keep it here? 🤔

Copy link
Collaborator Author

@MiloszFilimowski MiloszFilimowski Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first I thought it was a good idea, because then we won't have to select a team everytime, but then I realised that this is a public example 😅

@MiloszFilimowski MiloszFilimowski enabled auto-merge (squash) January 14, 2025 10:16
@MiloszFilimowski MiloszFilimowski merged commit e11f578 into main Jan 14, 2025
4 checks passed
@MiloszFilimowski MiloszFilimowski deleted the mfilimowski/FCE-1023-fixes branch January 14, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants