Confirmed users
978
edits
m (→Web API: naming change) |
m (→Web API) |
||
| Line 11: | Line 11: | ||
attribute boolean speakerEnabled; /* Moved from the original nsIDOMTelephony */ | attribute boolean speakerEnabled; /* Moved from the original nsIDOMTelephony */ | ||
// Calls existing in all the sim cards. | |||
readonly attribute jsval calls; | readonly attribute jsval calls; | ||
readonly attribute phoneState; /* ringtone, incall, idle */ | readonly attribute phoneState; /* ringtone, incall, idle */ | ||
/ | // Array of nsIDOMTelephony. Each service is taking care of one sim card. | ||
readonly attribute jsval services; | readonly attribute jsval services; | ||
readonly attribute nsIDOMTelephony defaultService; | readonly attribute nsIDOMTelephony defaultService; | ||