Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
Le rappel busy
est exécutée lorsque la ligne du correspondant est occupé.
Information générale
- spécification
- Doit être spécifiée
- Interface
CallEvent
- Bubbles
- Non
- Cancelable
- Non
- cible
- Call
- Action par défaut
- Aucune
propriétés
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. |