Changes

Jump to: navigation, search

WebAPI/WebTelephony

6 bytes removed, 01:55, 26 March 2012
change function names and event names
readonly attribute DOMString number;
// "dialing", "ringingalerting", "busy", "connecting", "connected", "disconnecting", "disconnected", "incoming"
// Add new states: "holding", "held", "resuming"
readonly attribute DOMString state;
//make a "connected" call into "held"
void holdCallhold();
//make a "held" call back to "connected"
void resumeCallresume();
attribute nsIDOMEventListener onstatechange;
attribute nsIDOMEventListener ondialing;
attribute nsIDOMEventListener onringingonalerting;
attribute nsIDOMEventListener onbusy;
attribute nsIDOMEventListener onconnecting;
Confirm
978
edits

Navigation menu