Confirmed users
978
edits
m (→Web API) |
|||
Line 8: | Line 8: | ||
interface nsIDOMTelephonyManager : nsIDOMEventTarget | interface nsIDOMTelephonyManager : nsIDOMEventTarget | ||
{ | { | ||
attribute boolean muted; | attribute boolean muted; /* Moved from the original nsIDOMTelephony */ | ||
attribute boolean speakerEnabled; | attribute boolean speakerEnabled; /* Moved from the original nsIDOMTelephony */ | ||
readonly attribute jsval active; | readonly attribute jsval active; | ||
Line 48: | Line 48: | ||
readonly attribute nsIDOMDOMError error; | readonly attribute nsIDOMDOMError error; | ||
readonly attribute nsIDOMTelephony phone; | readonly attribute nsIDOMTelephony phone; /* New attribute */ | ||
// functions to mediate a call. | // functions to mediate a call. |