Confirmed users
978
edits
(Internal API - nsITelephonyProvider) |
(Internal API - nsITelephonyListener) |
||
| Line 142: | Line 142: | ||
attribute bool microphoneMuted; | attribute bool microphoneMuted; | ||
attribute bool speakerEnabled; | attribute bool speakerEnabled; | ||
} | |||
interface nsITelephonyListener | |||
{ | |||
void callStateChanged(in unsigned long serviceId, | |||
in unsigned long callIndex, | |||
in unsigned short callState, | |||
in AString number, | |||
in boolean isActive); | |||
boolean enumerateCallState(in unsigned long serviceId, | |||
in unsigned long callIndex, | |||
in unsigned short callState, | |||
in AString number, | |||
in boolean isActive); | |||
void notifyError(in unsigned long serviceId, | |||
in unsigned long callIndex, | |||
in Astring error); | |||
} | } | ||