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

Commit 4508c231 authored by Andrew Lee's avatar Andrew Lee Committed by Gerrit - the friendly Code Review server
Browse files

Properly convert GENERIC_CONFERENCE capabilities.

Bug: 18590173
Change-Id: I9821506ce85100662988ae4f8f653f067af1649f
parent 6d3db15f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -589,6 +589,9 @@ public final class InCallController extends CallsManagerListenerBase {

        Connection.ADD_PARTICIPANT,
        android.telecom.Call.Details.ADD_PARTICIPANT,

        Connection.CAPABILITY_GENERIC_CONFERENCE,
        android.telecom.Call.Details.CAPABILITY_GENERIC_CONFERENCE
    };

    private static int convertConnectionToCallCapabilities(int connectionCapabilities) {