Thegabbanator
Thegabbanator
Sorry bro, I'm in some sort of endless commit loop I'm losing my mind lmfao....
Okay so just so I understand, I went into `expo-video`'s `VideoManager.swift` file and performed this patch ```swift // MARK: - Audio Session Management internal func setAppropriateAudioSessionOrWarn() { // let audioSession...
So I have this really weird use case in my app... My app will display a video and record a user on camera at the same time. This means that...
That is unfortunately correct lol....
I agree. Maybe just a prop that says: ```tsx // Defaults to false (for obvious reasons) ``` I submitted this about a year ago: https://github.com/mrousavy/react-native-vision-camera/issues/2581 Some related issues: https://github.com/mrousavy/react-native-vision-camera/issues/2350 Honestly...
@hirbod I was thinking a nice feature adjustment to this new API I've been working on would be like some basic configurations pre-built? Like: ```tsx configureAudioSession(PremadeConfig.IgnoreSilentSwitch) configureAudioSession(PremadeConfig.DuckBackgroundAudio) ```
@hirbod another option instead of 'getStatus' would be for each of the functions listed above to just return a `VolumeAVSessionStatus`object? Just another thought
Hey in direct line with this question, I was reviewing some of the iOS code ( I've never coded in native iOS so excuse my misunderstanding if its wrong) But...