We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7edee commit 7cb4180Copy full SHA for 7cb4180
android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java
@@ -78,6 +78,7 @@ public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManage
78
79
Connection outgoingCallConnection = createConnection(request);
80
outgoingCallConnection.setDialing();
81
+ outgoingCallConnection.setAudioModeIsVoip(true);
82
83
sendCallRequestToActivity(ACTION_ONGOING_CALL, request.getAddress().getSchemeSpecificPart());
84
sendCallRequestToActivity(ACTION_AUDIO_SESSION, null);
0 commit comments