Merge "Propagating isMultiParty indicator from RIL up into Telephony layer." into lmp-mr1-dev
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user