oninactive event

This event is fired when the MediaStream becomes inactive.

Syntax

HTML Attribute <element oninactive = "handler(event)">
Event Property object.oninactive = handler;
addEventListener Method object.addEventListener("inactive", handler, useCapture)

 

Event information

SynchronousNo
BubblesNo
CancelableNo

 

Event handler parameters

handler

Type: Function

Event handler function

See also

MediaStream

 

 

Show: