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

Commit c89c7be4 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Git Automerger
Browse files

am 43ac9389: am 3682ced7: Merge "Propagating isMultiParty indicator from RIL...

am 43ac9389: am 3682ced7: Merge "Propagating isMultiParty indicator from RIL up into Telephony layer." into lmp-mr1-dev

* commit '43ac9389':
  Propagating isMultiParty indicator from RIL up into Telephony layer.
parents 7ffa8dad 43ac9389
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();
}