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

Commit 66273f82 authored by Tyler Gunn's avatar Tyler Gunn Committed by Gerrit Code Review
Browse files

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

parents 24ad325b 20dafe7b
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) {