@jibb-open/jssdk 3.5.12 → 3.5.14

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.
Files changed (42) hide show
  1. package/README.md +8 -1
  2. package/api/admin.js +1 -418
  3. package/api/auth.js +1 -246
  4. package/api/eventbus.js +1 -249
  5. package/api/index.js +1 -53
  6. package/api/meeting.js +1 -488
  7. package/api/recording.js +1 -260
  8. package/api/superadmin.js +1 -105
  9. package/api/user.js +1 -51
  10. package/api/webexbot.js +1 -41
  11. package/api/whiteboard.js +1 -179
  12. package/config.js +1 -16
  13. package/package.json +7 -3
  14. package/post-processing.js +1 -43
  15. package/types/exceptions.js +1 -55
  16. package/types/jibb.pb.js +1 -1324
  17. package/types/proto.js +1 -15
  18. package/types/types.js +1 -67
  19. package/utils/cached_variable.js +1 -25
  20. package/utils/future.js +1 -31
  21. package/utils/http/http.axios.js +1 -41
  22. package/utils/http/index.js +1 -10
  23. package/utils/index.js +1 -11
  24. package/utils/logger/index.js +1 -19
  25. package/utils/logger/logger.empty.js +1 -25
  26. package/utils/logger/logger.pino.js +1 -19
  27. package/ws/connection_base.js +1 -95
  28. package/ws/eventbus.js +1 -376
  29. package/ws/index.js +1 -36
  30. package/ws/ipsa.js +1 -262
  31. package/ws/meeting.js +1 -181
  32. package/ws/observable_connection.js +1 -87
  33. package/ws/retry_connection.js +1 -94
  34. package/examples/browser/462.jibb.js +0 -306
  35. package/examples/browser/index.html +0 -17
  36. package/examples/browser/jibb.js +0 -7381
  37. package/examples/browser/startSession.js +0 -102
  38. package/examples/examples.js +0 -6
  39. package/examples/webexDevicesMacros/cameraPresets/jibb.js +0 -279
  40. package/examples/webexDevicesMacros/jssdk/jibb_WebexXapi.js +0 -3033
  41. package/examples/webexDevicesMacros/simplestExample/jibb.js +0 -181
  42. package/examples/webexDevicesMacros/withCameraControl/jibb.js +0 -263

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.