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

Commit f07cfc51 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Added support for mid-call enabled SRVCC conference call"

parents 7e6fe8e9 7313d87c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -700,6 +700,9 @@ public abstract class ConnectionService extends Service {
                        connection.getDisconnectCause(),
                        createIdList(connection.getConferenceables()),
                        connection.getCallSubstate()));
        if (isUnknown) {
            triggerConferenceRecalculate();
        }
    }

    /** @hide */
@@ -1078,6 +1081,14 @@ public abstract class ConnectionService extends Service {
        return null;
    }

    /**
     * Trigger recalculate functinality for conference calls. This is used when a Telephony
     * Connection is part of a conference controller but is not yet added to Connection
     * Service and hence cannot be added to the conference call.
     */
    public void triggerConferenceRecalculate() {
    }

    /**
     * Create a {@code Connection} given an outgoing request. This is used to initiate new
     * outgoing calls.