WebAPI/WebTelephony/Multi-SIM: Difference between revisions

m
→‎Web API: naming change
(nsIDOMTelephonyManager.idl change)
m (→‎Web API: naming change)
Line 13: Line 13:
  readonly attribute jsval calls;
  readonly attribute jsval calls;
  readonly attribute phoneState;  /* ringtone, incall, idle */
  readonly attribute phoneState;  /* ringtone, incall, idle */
  readonly attribute jsval phones;
/* Array of nsIDOMTelephony. Each service is taking care of one sim card.*/
  readonly attribute nsIDOMTelephony defaultPhone;
  readonly attribute jsval services;  
  readonly attribute nsIDOMTelephony defaultService;
   
   
  [implicit_jscontext] attribute jsval onincoming;
  [implicit_jscontext] attribute jsval onincoming;
Line 49: Line 50:
   
   
  // Indicate which SIM card this call belongs to.
  // Indicate which SIM card this call belongs to.
  readonly attribute short subscription; /* New attribute */
  readonly attribute unsigned long subscriptionId; /* New attribute */
   
   
  // functions to mediate a call.
  // Functions to mediate a call.
  void answer();   
  void answer();   
  void hangUp();
  void hangUp();
Confirmed users
978

edits