Skip to content

Commit

Permalink
Update VoiceConnectionService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinhVu authored Sep 10, 2020
1 parent 698f795 commit 2f35772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private Connection makeOutgoingCall(ConnectionRequest request, String uuid, Bool

// TODO: Hold all other calls
if (extrasNumber == null || !extrasNumber.equals(number)) {
extras.putString(EXTRA_CALL_UUID, uuid);
// extras.putString(EXTRA_CALL_UUID, uuid);
extras.putString(EXTRA_CALLER_NAME, displayName);
extras.putString(EXTRA_CALL_NUMBER, number);
}
Expand Down

0 comments on commit 2f35772

Please sign in to comment.