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

Commit 777dcad7 authored by Ravi Paluri's avatar Ravi Paluri
Browse files

Ims: Add support to add participants to existing call

Supports initiation of a conference call
by directly adding participants to existing call

Test: Manual
Bug: 62151032
Change-Id: Icfba02cafa9640d1ba6a750fd80d21b10f826ed1
parent f9a5db7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2913,6 +2913,8 @@ public class ImsCall implements ICall {
                listener = mListener;
            }

            mIsConferenceHost = true;

            if (listener != null) {
                try {
                    listener.onCallInviteParticipantsRequestDelivered(ImsCall.this);