-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add playWhileMuted property #310
Comments
Note about this ticket added to readme |
The suggestion to add |
+1 |
Any momentum on this feature? |
A PR was made here but needs work #403 |
My company has created a $200 bounty for this issue. https://www.bountysource.com/issues/37409911-add-playwhilemuted-property |
This ticket should be closed, given the merge of #403 . |
Closing since merged. |
On iOS there are multiple AVAudioSessionCategory options for audio when playing a video.
We only really need to care about 2 of them, so we don't need to fully expose the API.
Issue:
Currently if the sound toggle switch is muted, the videos audio is muted.
Requested feature:
set
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil];
ifplayWhileMuted
prop is set to true. default should be false.The text was updated successfully, but these errors were encountered: