Name of the property to compare on each object
The left-side array of objects to compare.
The right-side array of objects to compare.
True if the property of any object in array A is different than the same property of its corresponding object in array B.
Re-emit the native event, if the native mediaDevices has the corresponding property.
Name of the event
Whether the native mediaDevice had the corresponding property
Sample the current set of devices and emit devicechange event if a device has been added or removed, and deviceinfochange if a device's label has changed.
Generated using TypeDoc
Accepts two sorted arrays and the name of a property to compare on objects from each. Arrays should also be of the same length.