@jibb-open/jssdk 3.5.10 → 3.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/examples/webexDevicesMacros/cameraPresets/jibb.js +2 -3
- package/examples/webexDevicesMacros/{webexDevice JSSDK → jssdk}/jibb_WebexXapi.js +0 -0
- package/examples/webexDevicesMacros/simplestExample/jibb.js +2 -3
- package/examples/webexDevicesMacros/withCameraControl/jibb.js +2 -3
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# jibb-jssdk
|
|
2
|
+
|
|
3
|
+
For SDK Documentation please visit: https://inkerz.github.io/jibb-jssdk/
|
|
4
|
+
|
|
5
|
+
For webex macro example download from: https://github.com/Inkerz/jibb-jssdk/releases
|
|
6
|
+
|
|
7
|
+
also, please see code examples under Namespaces > Examples in documentation for more information.
|
|
@@ -23,11 +23,10 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
23
23
|
* </ul>
|
|
24
24
|
* <h3>Installation</h3>
|
|
25
25
|
* <ul style="list-style: circle;">
|
|
26
|
-
* <li> downalod/
|
|
27
|
-
* <li> Get jibbWebexXapi.js from "www.s3.*******.com" for latest jibb sdk or you could use the file in webexDevice jssdk folder (could be out of date).
|
|
26
|
+
* <li> downalod webexMacrosExamples.zip from https://github.com/Inkerz/jibb-jssdk/releases.
|
|
28
27
|
* <li> Log into your Cisco Room Device as and admin.
|
|
29
28
|
* <li> Navigate to the Macro Editor.
|
|
30
|
-
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js and jibb.js .
|
|
29
|
+
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js found under jssdk folder and jibb.js from desired example.
|
|
31
30
|
* <li> Edite jibb.js by adding camera postion to sanp to when clicked in line 189, 237, 239 or comment lines.
|
|
32
31
|
* <li> Edite jibb.js by adding your personal Jibb Api Key to in line 182, to get your Api key visit https://app.jibb.ai/ then navigate to personal settings and click Generate.
|
|
33
32
|
* <li> Save and activate jibb.js .
|
|
File without changes
|
|
@@ -22,11 +22,10 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
22
22
|
* </ul>
|
|
23
23
|
* <h3>Installation</h3>
|
|
24
24
|
* <ul style="list-style: circle;">
|
|
25
|
-
* <li> downalod/
|
|
26
|
-
* <li> Get jibbWebexXapi.js from "www.s3.*******.com" for latest jibb sdk or you could use the file in webexDevice jssdk folder (could be out of date).
|
|
25
|
+
* <li> downalod webexMacrosExamples.zip from https://github.com/Inkerz/jibb-jssdk/releases.
|
|
27
26
|
* <li> Log into your Cisco Room Device as and admin.
|
|
28
27
|
* <li> Navigate to the Macro Editor.
|
|
29
|
-
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js and jibb.js .
|
|
28
|
+
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js found under jssdk folder and jibb.js from desired example.
|
|
30
29
|
* <li> Edite jibb.js by adding camera postion to sanp to when clicked in line 114 or comment line 150 to disable it.
|
|
31
30
|
* <li> Edite jibb.js by adding your personal Jibb Api Key to in line 143, to get your Api key visit https://app.jibb.ai/ then navigate to personal settings and click Generate.
|
|
32
31
|
* <li> Save and activate jibb.js .
|
|
@@ -23,11 +23,10 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
23
23
|
* </ul>
|
|
24
24
|
* <h3>Installation</h3>
|
|
25
25
|
* <ul style="list-style: circle;">
|
|
26
|
-
* <li> downalod/
|
|
27
|
-
* <li> Get jibbWebexXapi.js from "www.s3.*******.com" for latest jibb sdk or you could use the file in webexDevice jssdk folder (could be out of date).
|
|
26
|
+
* <li> downalod webexMacrosExamples.zip from https://github.com/Inkerz/jibb-jssdk/releases.
|
|
28
27
|
* <li> Log into your Cisco Room Device as and admin.
|
|
29
28
|
* <li> Navigate to the Macro Editor.
|
|
30
|
-
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js and jibb.js .
|
|
29
|
+
* <li> Import and Save each of the following Macros into the Room System: jibbWebexXapi.js found under jssdk folder and jibb.js from desired example.
|
|
31
30
|
* <li> Edite jibb.js by adding camera postion to sanp to when clicked in line 114 or comment line 153 to disable it.
|
|
32
31
|
* <li> Edite jibb.js by adding your personal Jibb Api Key to in line 182, to get your Api key visit https://app.jibb.ai/ then navigate to personal settings and click Generate.
|
|
33
32
|
* <li> Save and activate jibb.js .
|