Bug 978639 - Part 3: Add hangUpConference method (internal interface). r=hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2014-10-20 03:12:00 +02:00
Родитель d05c542412
Коммит 83fa4d8a67
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -240,7 +240,7 @@ interface nsITelephonyDialCallback : nsITelephonyCallback
* XPCOM component (in the content process) that provides the telephony
* information.
*/
[scriptable, uuid(79188caa-046a-48e1-b9c5-2e891504dc7a)]
[scriptable, uuid(6fa2d94b-80ee-4085-b6a0-535811ba9bb6)]
interface nsITelephonyService : nsISupports
{
const unsigned short CALL_STATE_UNKNOWN = 0;
@ -296,6 +296,8 @@ interface nsITelephonyService : nsISupports
void conferenceCall(in unsigned long clientId);
void separateCall(in unsigned long clientId, in unsigned long callIndex);
void hangUpConference(in unsigned long clientId,
in nsITelephonyCallback callback);
void holdConference(in unsigned long clientId);
void resumeConference(in unsigned long clientId);