You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ios/Classes/BetterPlayerPlugin.m line 369 is: [[AVAudioSession sharedInstance] setActive:NO withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil];
It's part of the dispose event.
Can anyone explain why is it needed?
The text was updated successfully, but these errors were encountered:
In ios/Classes/BetterPlayerPlugin.m line 369 is:
[[AVAudioSession sharedInstance] setActive:NO withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil];
It's part of the dispose event.
Can anyone explain why is it needed?
The text was updated successfully, but these errors were encountered: