Skip to content

Commit 659ab15

Browse files
committed
set the audio mode to voip
this seems to make two way audio happen on my s8
1 parent 6c7fbac commit 659ab15

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)