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

Commit 20dafe7b authored by Alvin Dey's avatar Alvin Dey
Browse files

IMS: Propagate RTT capability of the called party to UI.

Propagate RTT capability of the called party to UI

Test: Manual

Bug: 80063808
Change-Id: I8e1ccff23cd1a10770c6f361de5421901bd2c517
parent 83ade723
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -507,7 +507,11 @@ public class ParcelableCallUtils {
        android.telecom.Call.Details.CAPABILITY_TRANSFER,

        Connection.CAPABILITY_TRANSFER_CONSULTATIVE,
        android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE
        android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE,

        Connection.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT,
        android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT

    };

    private static int convertConnectionToCallCapabilities(int connectionCapabilities) {