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

* commit '43ac9389bb7f19078e4d1ecd2d87bde3262ad6be':
  Propagating isMultiParty indicator from RIL up into Telephony layer.
This commit is contained in:
Tyler Gunn
2014-10-24 14:53:16 +00:00
committed by Android Git Automerger

View File

@@ -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();
}