From eb4fa8cd3f2fa5a0181d4711e458d4e0e64c1ee1 Mon Sep 17 00:00:00 2001 From: Suchand Ghosh Date: Mon, 22 Sep 2014 11:38:22 +0530 Subject: IMS: Conference URI support. Add Telephony extras EXTRAS_IS_CONFERENCE_URI, EXTRA_DIAL_CONFERENCE_URI which will require by Telecomm, TeleService, Telephony, Framework, IMS framework etc. IMS: Allow placeCall with complete uri Add extra "org.codeaurora.extra.SKIP_SCHEMA_PARSING". Application need to set the intent extra to dial with complete uri. IMS: Add participant support. Add Phone Capabilities ADD_PARTICIPANT and Telephony Property ADD_PARTICIPANT_KEY. IMS: Allow add participant with normal IMS call We should allow add participant with normal IMS call to make it conference. Send add participant through existing connection of normal IMS call. IMS: Add Participant support. Do not create new connection while add participant with existing call. Rather send add participant request through IMSConference. Change-Id: I5052710a2d11a57331bdfbe64247e6a39bf9147a --- telecomm/java/com/android/internal/telecom/IConnectionService.aidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl index 7dc062af..23d70d5 100644 --- a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl +++ b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl @@ -73,4 +73,6 @@ oneway interface IConnectionService { void onPostDialContinue(String callId, boolean proceed); void setLocalCallHold(String callId, boolean lchState); + + void addParticipantWithConference(String callId, String recipients); } -- cgit v1.1