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

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

am 3682ced7: Merge "Propagating isMultiParty indicator from RIL up into...

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

* commit '3682ced7':
  Propagating isMultiParty indicator from RIL up into Telephony layer.
parents c10f39d5 3682ced7
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -225,4 +225,10 @@ interface IImsCallSession {
     * intermediates between the propriety implementation and Telecomm/InCall.
     * intermediates between the propriety implementation and Telecomm/InCall.
     */
     */
    IImsVideoCallProvider getVideoCallProvider();
    IImsVideoCallProvider getVideoCallProvider();

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