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

Commit 3682ced7 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Propagating isMultiParty indicator from RIL up into Telephony layer." into lmp-mr1-dev

parents 5c1a4965 6a7ed1eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -225,4 +225,10 @@ interface IImsCallSession {
     * intermediates between the propriety implementation and Telecomm/InCall.
     */
    IImsVideoCallProvider getVideoCallProvider();

    /**
     * Determines if the current session is multiparty.
     * @return {@code True} if the session is multiparty.
     */
    boolean isMultiparty();
}