Confirmed users
978
edits
m (→Web API) |
m (→Web API) |
||
Line 15: | Line 15: | ||
attribute boolean speakerEnabled; | attribute boolean speakerEnabled; | ||
readonly attribute long numServices; | readonly attribute long numServices; /* new attribute */ | ||
// Calls existing in all the services. | // Calls existing in all the services. | ||
Line 38: | Line 38: | ||
// Indicate which service the call comes from. | // Indicate which service the call comes from. | ||
readonly attribute unsigned long serviceId; /* new attribute */ | readonly attribute unsigned long serviceId; /* new attribute */ | ||
readonly attribute DOMString number; | readonly attribute DOMString number; | ||