WebAPI/WebTelephony/Multi-SIM: Difference between revisions

Jump to navigation Jump to search
Internal API - nsITelephonyListener
(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);
  }
  }


Confirmed users
978

edits

Navigation menu