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.

incoming

Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.

Le rappel incoming est exécutée quand un appel est reçu.

General info

Specification
To be specified
Interface
CallEvent
Bubbles
No
Cancelable
No
Target
Telephony, Call
Default Action
None

Properties

Propriété Type Description
target Lecture seule EventTarget The event target (the topmost target in the DOM tree).
type Lecture seule DOMString The type of event.
bubbles Lecture seule boolean Does the event normally bubble?
cancelable Lecture seule boolean Is it possible to cancel the event?
state Lecture seule DOMString (string) The current state of the call.
call Lecture seule Call The call concerned by the event.

See also

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : jmh
 Dernière mise à jour par : jmh,