Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 682289 of CallEvent

  • Revision slug: Web/API/CallEvent
  • Revision title: CallEvent
  • Revision id: 682289
  • Created:
  • Creator: MHasan
  • Is current revision? No
  • Comment

Revision Content

{{ ApiRef() }}

{{ non-standard_header() }}

{{ B2GOnlyHeader2('certified') }}

Summary

The DOM CallEvent represents events related to telephone calls.

Properties

{{domxref("CallEvent.call")}} {{readonlyinline}}
A {{ domxref("TelephonyCall") }} object representing the call from which the event originated.

Specifications

This is a non standard implementation, but it is discussed at W3C as part of the System Application Working Group.

Specification Status Comment
{{SpecName('Web Telephony')}} {{Spec2('Web Telephony')}} Editor Draft (WIP).

Browser compatibility

For obvious reasons, support is primarily expected on mobile browsers.

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatNo() }} {{ CompatGeckoMobile("12.0") }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatNo() }}

See also

  • Using the Telephony API
  • {{ domxref("Telephony") }}
  • {{ domxref("TelephonyCall") }}
  • {{ domxref("window.navigator.mozTelephony") }}

Revision Source

<p>{{ ApiRef() }}</p>
<p>{{ non-standard_header() }}</p>
<p>{{ B2GOnlyHeader2('certified') }}</p>
<h2 id="Summary">Summary</h2>
<p>The DOM <code>CallEvent</code> represents events related to telephone calls.</p>
<h2 id="Properties">Properties</h2>
<dl>
 <dt>
  {{domxref("CallEvent.call")}} {{readonlyinline}}</dt>
 <dd>
  A {{ domxref("TelephonyCall") }} object representing the call from which the event originated.</dd>
</dl>
<h2 id="Specifications">Specifications</h2>
<p>This is a non standard implementation, but it is discussed at W3C as part of the <a href="https://www.w3.org/2012/sysapps/" title="https://www.w3.org/2012/sysapps/">System Application Working Group</a>.</p>
<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Web Telephony')}}</td>
   <td>{{Spec2('Web Telephony')}}</td>
   <td>Editor Draft (WIP).</td>
  </tr>
 </tbody>
</table>
<h2 id="Browser_compatibility">Browser compatibility</h2>
<p>For obvious reasons, support is primarily expected on mobile browsers.</p>
<p>{{ CompatibilityTable() }}</p>
<div id="compat-desktop">
 <table class="compat-table">
  <tbody>
   <tr>
    <th>Feature</th>
    <th>Chrome</th>
    <th>Firefox (Gecko)</th>
    <th>Internet Explorer</th>
    <th>Opera</th>
    <th>Safari</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
   </tr>
  </tbody>
 </table>
</div>
<div id="compat-mobile">
 <table class="compat-table">
  <tbody>
   <tr>
    <th>Feature</th>
    <th>Android</th>
    <th>Firefox Mobile (Gecko)</th>
    <th>IE Mobile</th>
    <th>Opera Mobile</th>
    <th>Safari Mobile</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatGeckoMobile("12.0") }}</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
    <td>{{ CompatNo() }}</td>
   </tr>
  </tbody>
 </table>
</div>
<h2 id="See_also">See also</h2>
<ul>
 <li><a href="/en/DOM/Using_the_Telephony_API" title="en/DOM/Using the Telephony API">Using the Telephony API</a></li>
 <li>{{ domxref("Telephony") }}</li>
 <li>{{ domxref("TelephonyCall") }}</li>
 <li>{{ domxref("window.navigator.mozTelephony") }}</li>
</ul>
Revert to this revision