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

Commit 9561e741 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Prevent merging conference calls hosted on peer device.

automerge: 6b91ebf5

* commit '6b91ebf5':
  Prevent merging conference calls hosted on peer device.
parents 3541e9f4 6b91ebf5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -115,4 +115,12 @@ interface IImsCallSessionListener {
     * - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO}
     */
    void callSessionTtyModeReceived(in IImsCallSession session, in int mode);

    /**
     * Notifies of a change to the multiparty state for this {@code ImsCallSession}.
     *
     * @param session The call session.
     * @param isMultiParty {@code true} if the session became multiparty, {@code false} otherwise.
     */
    void callSessionMultipartyStateChanged(in IImsCallSession session, in boolean isMultiParty);
}