UNPKG
cordova-plugin-ezviz
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
cordova plugin for ezviz
github.com/flexem/cordova-plugin-ezviz
flexem/cordova-plugin-ezviz
cordova-plugin-ezviz
/
www
/
ezviz.js
6 lines
(4 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
var
exec =
require
(
'cordova/exec'
);
exports
.
openCamera
=
function
(
appkey, accessToken, deviceSerial, cameraNo,verifyCode, success, error
) {
exec
(success, error,
'Ezviz'
,
'openCamera'
, [appkey, accessToken, deviceSerial, cameraNo,verifyCode]); };