The connected
event callback is executed when a call has been connected.
General info
- Specification
- To be specified
- Interface
- Event
- Bubbles
- No
- Cancelable
- No
- Target
- Call, CallGroup
- Default Action
- None
Properties
Property | Type | Description |
---|---|---|
target (readonly) |
EventTarget | The event target (the topmost target in the DOM tree). |
type (readonly) |
DOMString | The type of event. |
canBubble (readonly) |
boolean |
Does the event normally bubble? |
cancelable (readonly) |
boolean |
Is it possible to cancel the event? |
state (readonly) |
DOMString (string) | The current state of the call. |
call (readonly) |
Call | The call concerned by the event. |