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. |