Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59882319 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update Telecom test app to NOT default self-managed CS to use voip...

Merge "Update Telecom test app to NOT default self-managed CS to use voip mode." am: 0aec9ed6 am: 87eb2408
am: 1a9ce1ea

Change-Id: Id4b24dbb67abf1ab8c1b89e08fc351db37bb2068
parents 2fd86c2c 1a9ce1ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,7 +83,8 @@ public class SelfManagedConnectionService extends ConnectionService {
        connection.setListener(mCallList.getConnectionListener());
        connection.setConnectionProperties(Connection.PROPERTY_SELF_MANAGED);
        connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
        connection.setAudioModeIsVoip(true);
        // Purposely do not set the audio mode to voip since we expect this to be the default:
        // connection.setAudioModeIsVoip(true);
        connection.setVideoState(request.getVideoState());
        Random random = new Random();
        connection.setCallerDisplayName(TEST_NAMES[random.nextInt(TEST_NAMES.length)],