Skip to content

Commit bdfd5de

Browse files
authored
Merge pull request react-native-webrtc#8 from nimbleape/one-way-audio-fix
set the audio mode to voip
2 parents bb93e9e + 659ab15 commit bdfd5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public void onAnswer() {
109109
}
110110

111111
connection.setActive();
112+
connection.setAudioModeIsVoip(true);
112113

113114
sendCallRequestToActivity(ACTION_ANSWER_CALL, null);
114115
}

0 commit comments

Comments
 (0)