active property
Indicates if the MediaStream is active.
This property is read-only.
Syntax
| JavaScript |
|---|
ptr = object.active |
Property values
Type: boolean
If true, the MediaStream is active. Otherwise, the MediaStream is inactive.
See also
Show: