Confirmed users
716
edits
(Created page with "== Goals == Our first goal is to create a low-level API for "plain" telephony. I.e. not SIP or other VoIP calls. This is because plain telephony is still the main use case for m...") |
|||
Line 29: | Line 29: | ||
interface TelephonySession { | interface TelephonySession { | ||
readonly DOMString number; | readonly DOMString number; | ||
attribute DOMString readyState; // "calling", "incomming", "connected", "closed" | attribute DOMString readyState; // "calling", "incomming", "connected", "closed" | ||
// Can we get info on when a call goes from "trying to place call" to "calling"? | // Can we get info on when a call goes from "trying to place call" to "calling"? |