onactive event
This event is fired when the MediaStream becomes active.
Syntax
| HTML Attribute | <element onactive = "handler(event)"> |
|---|---|
| Event Property | object.onactive = handler; |
| addEventListener Method | object.addEventListener("active", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- handler
-
Type: Function
Event handler function
See also
Show: