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

This commit is contained in:
Tyler Gunn
2014-10-24 14:41:12 +00:00
committed by Android (Google) Code Review

View File

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