This version of the documentation is outdated!
Click here for the latest released version.
mediaError
A user specified callback function that is invoked when there is an error in media functions.
function(error) {
// Handle the error
}
Parameters
- error: The error returned by the device. (
[MediaError](../MediaError/mediaError.html)
)