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

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

am c89c7be4: am 43ac9389: am 3682ced7: Merge "Propagating isMultiParty...

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

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