8000 Fix system sound interruption on iOS (#1099) · micromingle/flutter-webrtc@69d6d56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69d6d56

Browse files
authored
Fix system sound interruption on iOS (flutter-webrtc#1099)
1 parent a9490b4 commit 69d6d56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/darwin/Classes/AudioUtils.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ + (void)setSpeakerphoneOn:(BOOL)enable {
7474
:
7575
AVAudioSessionCategoryOptionAllowBluetooth | AVAudioSessionCategoryOptionAllowBluetoothA2DP
7676
error:nil];
77-
[session setActive:YES error:nil];
7877
[session unlockForConfiguration];
7978
#endif
8079
}

0 commit comments

Comments
 (0)
0