Changes

Jump to: navigation, search

Talk:WebAPI/WebTelephony

4 bytes removed, 12:04, 7 September 2011
no edit summary
}
interface TelephonySession : EventTarget {
readonly attribute DOMString originNumber;
readonly attribute DOMString number;
// Do the call
void call();
 
attribute boolean muted;
attribute boolean speakerOn;
void startTone(DOMString tone);
void stopTone();
[optional] unsigned long toneDuration,
[optional] unsigned long intervalDuration);
 
readonly attribute DOMString originNumber;
readonly attribute DOMString number;
readonly attribute DOMString readyState; // "calling", "incomming", "connected", "closed", "busy"
172
edits

Navigation menu