[Video] Resume background audio whenever muting video audio (#4915)
This commit is contained in:
parent
c2131bb039
commit
65d6e561d4
6 changed files with 28 additions and 17 deletions
|
|
@ -9,9 +9,9 @@ export function getIsReducedMotionEnabled(): boolean {
|
|||
return NativeModule.getIsReducedMotionEnabled()
|
||||
}
|
||||
|
||||
export function setAudioMixWithOthers(mixWithOthers: boolean): void {
|
||||
export function setAudioActive(active: boolean): void {
|
||||
if (Platform.OS !== 'ios') return
|
||||
NativeModule.setAudioMixWithOthers(mixWithOthers)
|
||||
NativeModule.setAudioActive(active)
|
||||
}
|
||||
|
||||
export function setAudioCategory(audioCategory: AudioCategory): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue