react-native-altibbi 0.1.5 → 0.1.7

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 (104) hide show
  1. package/lib/commonjs/index.js +7 -7
  2. package/lib/commonjs/index.js.map +1 -1
  3. package/lib/commonjs/video/OT.d.js +6 -0
  4. package/lib/commonjs/video/OT.d.js.map +1 -0
  5. package/lib/commonjs/video/OTError.d.js +2 -0
  6. package/lib/commonjs/video/OTError.d.js.map +1 -0
  7. package/lib/commonjs/video/OTPublisher.d.js +6 -0
  8. package/lib/commonjs/video/OTPublisher.d.js.map +1 -0
  9. package/lib/commonjs/video/OTSession.d.js +4 -0
  10. package/lib/commonjs/video/OTSession.d.js.map +1 -0
  11. package/lib/commonjs/video/OTSubscriber.d.js +6 -0
  12. package/lib/commonjs/video/OTSubscriber.d.js.map +1 -0
  13. package/lib/commonjs/video/contexts/OTContext.d.js +8 -0
  14. package/lib/commonjs/video/contexts/OTContext.d.js.map +1 -0
  15. package/lib/commonjs/video/helpers/OTHelper.d.js +2 -0
  16. package/lib/commonjs/video/helpers/OTHelper.d.js.map +1 -0
  17. package/lib/commonjs/video/helpers/OTPublisherHelper.d.js +2 -0
  18. package/lib/commonjs/video/helpers/OTPublisherHelper.d.js.map +1 -0
  19. package/lib/commonjs/video/helpers/OTSessionHelper.d.js +2 -0
  20. package/lib/commonjs/video/helpers/OTSessionHelper.d.js.map +1 -0
  21. package/lib/commonjs/video/helpers/OTSubscriberHelper.d.js +2 -0
  22. package/lib/commonjs/video/helpers/OTSubscriberHelper.d.js.map +1 -0
  23. package/lib/commonjs/video/index.d.js +42 -0
  24. package/lib/commonjs/video/index.d.js.map +1 -0
  25. package/lib/commonjs/video/index.js +42 -0
  26. package/lib/commonjs/video/index.js.map +1 -0
  27. package/lib/commonjs/video/views/OTPublisherView.d.js +4 -0
  28. package/lib/commonjs/video/views/OTPublisherView.d.js.map +1 -0
  29. package/lib/commonjs/video/views/OTSubscriberView.d.js +4 -0
  30. package/lib/commonjs/video/views/OTSubscriberView.d.js.map +1 -0
  31. package/lib/module/index.js +2 -2
  32. package/lib/module/index.js.map +1 -1
  33. package/lib/module/video/OT.d.js +2 -0
  34. package/lib/module/video/OT.d.js.map +1 -0
  35. package/lib/module/video/OTError.d.js +2 -0
  36. package/lib/module/video/OTError.d.js.map +1 -0
  37. package/lib/module/video/OTPublisher.d.js +3 -0
  38. package/lib/module/video/OTPublisher.d.js.map +1 -0
  39. package/lib/module/video/OTSession.d.js +2 -0
  40. package/lib/module/video/OTSession.d.js.map +1 -0
  41. package/lib/module/video/OTSubscriber.d.js +3 -0
  42. package/lib/module/video/OTSubscriber.d.js.map +1 -0
  43. package/lib/module/video/contexts/OTContext.d.js +2 -0
  44. package/lib/module/video/contexts/OTContext.d.js.map +1 -0
  45. package/lib/module/video/helpers/OTHelper.d.js +2 -0
  46. package/lib/module/video/helpers/OTHelper.d.js.map +1 -0
  47. package/lib/module/video/helpers/OTPublisherHelper.d.js +2 -0
  48. package/lib/module/video/helpers/OTPublisherHelper.d.js.map +1 -0
  49. package/lib/module/video/helpers/OTSessionHelper.d.js +2 -0
  50. package/lib/module/video/helpers/OTSessionHelper.d.js.map +1 -0
  51. package/lib/module/video/helpers/OTSubscriberHelper.d.js +2 -0
  52. package/lib/module/video/helpers/OTSubscriberHelper.d.js.map +1 -0
  53. package/lib/module/video/index.d.js +7 -0
  54. package/lib/module/video/index.d.js.map +1 -0
  55. package/lib/module/video/index.js +7 -0
  56. package/lib/module/video/index.js.map +1 -0
  57. package/lib/module/video/views/OTPublisherView.d.js +2 -0
  58. package/lib/module/video/views/OTPublisherView.d.js.map +1 -0
  59. package/lib/module/video/views/OTSubscriberView.d.js +2 -0
  60. package/lib/module/video/views/OTSubscriberView.d.js.map +1 -0
  61. package/lib/typescript/src/index.d.ts +2 -3
  62. package/lib/typescript/src/index.d.ts.map +1 -1
  63. package/lib/typescript/src/video/OT.d.ts +7 -0
  64. package/lib/typescript/src/video/OT.d.ts.map +1 -0
  65. package/lib/typescript/src/video/OTError.d.ts +3 -0
  66. package/lib/typescript/src/video/OTError.d.ts.map +1 -0
  67. package/lib/typescript/src/video/OTPublisher.d.ts +39 -0
  68. package/lib/typescript/src/video/OTPublisher.d.ts.map +1 -0
  69. package/lib/typescript/src/video/OTSession.d.ts +50 -0
  70. package/lib/typescript/src/video/OTSession.d.ts.map +1 -0
  71. package/lib/typescript/src/video/OTSubscriber.d.ts +40 -0
  72. package/lib/typescript/src/video/OTSubscriber.d.ts.map +1 -0
  73. package/lib/typescript/src/video/contexts/OTContext.d.ts +4 -0
  74. package/lib/typescript/src/video/contexts/OTContext.d.ts.map +1 -0
  75. package/lib/typescript/src/video/helpers/OTHelper.d.ts +11 -0
  76. package/lib/typescript/src/video/helpers/OTHelper.d.ts.map +1 -0
  77. package/lib/typescript/src/video/helpers/OTPublisherHelper.d.ts +19 -0
  78. package/lib/typescript/src/video/helpers/OTPublisherHelper.d.ts.map +1 -0
  79. package/lib/typescript/src/video/helpers/OTSessionHelper.d.ts +32 -0
  80. package/lib/typescript/src/video/helpers/OTSessionHelper.d.ts.map +1 -0
  81. package/lib/typescript/src/video/helpers/OTSubscriberHelper.d.ts +19 -0
  82. package/lib/typescript/src/video/helpers/OTSubscriberHelper.d.ts.map +1 -0
  83. package/lib/typescript/src/video/index.d.ts +7 -0
  84. package/lib/typescript/src/video/index.d.ts.map +1 -0
  85. package/lib/typescript/src/video/views/OTPublisherView.d.ts +11 -0
  86. package/lib/typescript/src/video/views/OTPublisherView.d.ts.map +1 -0
  87. package/lib/typescript/src/video/views/OTSubscriberView.d.ts +11 -0
  88. package/lib/typescript/src/video/views/OTSubscriberView.d.ts.map +1 -0
  89. package/package.json +1 -1
  90. package/src/index.tsx +5 -5
  91. package/src/video/OT.d.ts +15 -0
  92. package/src/video/OTError.d.ts +2 -0
  93. package/src/video/OTPublisher.d.ts +38 -0
  94. package/src/video/OTSession.d.ts +48 -0
  95. package/src/video/OTSubscriber.d.ts +39 -0
  96. package/src/video/contexts/OTContext.d.ts +2 -0
  97. package/src/video/helpers/OTHelper.d.ts +10 -0
  98. package/src/video/helpers/OTPublisherHelper.d.ts +18 -0
  99. package/src/video/helpers/OTSessionHelper.d.ts +31 -0
  100. package/src/video/helpers/OTSubscriberHelper.d.ts +18 -0
  101. package/src/video/index.d.ts +6 -0
  102. package/src/video/index.js +13 -0
  103. package/src/video/views/OTPublisherView.d.ts +10 -0
  104. package/src/video/views/OTSubscriberView.d.ts +10 -0
@@ -57,6 +57,12 @@ Object.defineProperty(exports, "MediumArray", {
57
57
  return _data.MediumArray;
58
58
  }
59
59
  });
60
+ Object.defineProperty(exports, "OT", {
61
+ enumerable: true,
62
+ get: function () {
63
+ return _video.OT;
64
+ }
65
+ });
60
66
  Object.defineProperty(exports, "PushTriggerOption", {
61
67
  enumerable: true,
62
68
  get: function () {
@@ -129,12 +135,6 @@ Object.defineProperty(exports, "TBISubscriberView", {
129
135
  return _video.OTSubscriberView;
130
136
  }
131
137
  });
132
- Object.defineProperty(exports, "TBIVideo", {
133
- enumerable: true,
134
- get: function () {
135
- return _video.default;
136
- }
137
- });
138
138
  Object.defineProperty(exports, "ThreadInfoUpdateEvent", {
139
139
  enumerable: true,
140
140
  get: function () {
@@ -255,7 +255,7 @@ Object.defineProperty(exports, "uploadMedia", {
255
255
  return _connection.uploadMedia;
256
256
  }
257
257
  });
258
- var _video = _interopRequireWildcard(require("react-native-altibbi/src/video"));
258
+ var _video = require("./video");
259
259
  var _chat = _interopRequireWildcard(require("@sendbird/chat"));
260
260
  var _groupChannel = require("@sendbird/chat/groupChannel");
261
261
  var _message = require("@sendbird/chat/message");
@@ -1 +1 @@
1
- {"version":3,"names":["_video","_interopRequireWildcard","require","_chat","_groupChannel","_message","_connection","_service","_scoket","_data","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAeA,IAAAC,KAAA,GAAAF,uBAAA,CAAAC,OAAA;AAaA,IAAAE,aAAA,GAAAF,OAAA;AAKA,IAAAG,QAAA,GAAAH,OAAA;AAMA,IAAAI,WAAA,GAAAJ,OAAA;AAgBA,IAAAK,QAAA,GAAAL,OAAA;AAEA,IAAAM,OAAA,GAAAN,OAAA;AAmCA,IAAAO,KAAA,GAAAP,OAAA;AAMgB,SAAAQ,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAV,wBAAAU,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA"}
1
+ {"version":3,"names":["_video","require","_chat","_interopRequireWildcard","_groupChannel","_message","_connection","_service","_scoket","_data","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAiBA,IAAAC,KAAA,GAAAC,uBAAA,CAAAF,OAAA;AAaA,IAAAG,aAAA,GAAAH,OAAA;AAKA,IAAAI,QAAA,GAAAJ,OAAA;AAMA,IAAAK,WAAA,GAAAL,OAAA;AAgBA,IAAAM,QAAA,GAAAN,OAAA;AAEA,IAAAO,OAAA,GAAAP,OAAA;AAmCA,IAAAQ,KAAA,GAAAR,OAAA;AAMgB,SAAAS,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAR,wBAAAQ,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=OT.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["video/OT.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=OTError.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["video/OTError.d.ts"],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ var _react = require("react");
4
+ var _OTContext = _interopRequireDefault(require("./contexts/OTContext"));
5
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
+ //# sourceMappingURL=OTPublisher.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_OTContext","_interopRequireDefault","obj","__esModule","default"],"sourceRoot":"../../../src","sources":["video/OTPublisher.d.ts"],"mappings":";;AAoCA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA6C,SAAAE,uBAAAC,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ var _react = require("react");
4
+ //# sourceMappingURL=OTSession.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require"],"sourceRoot":"../../../src","sources":["video/OTSession.d.ts"],"mappings":";;AAAA,IAAAA,MAAA,GAAAC,OAAA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ var _react = require("react");
4
+ var _OTContext = _interopRequireDefault(require("./contexts/OTContext"));
5
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
+ //# sourceMappingURL=OTSubscriber.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_OTContext","_interopRequireDefault","obj","__esModule","default"],"sourceRoot":"../../../src","sources":["video/OTSubscriber.d.ts"],"mappings":";;AAqCA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA6C,SAAAE,uBAAAC,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _default = exports.default = OTContext;
8
+ //# sourceMappingURL=OTContext.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["OTContext"],"sourceRoot":"../../../../src","sources":["video/contexts/OTContext.d.ts"],"mappings":";;;;;;iCAAeA,SAAS"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=OTHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=OTPublisherHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTPublisherHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=OTSessionHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTSessionHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=OTSubscriberHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTSubscriberHelper.d.ts"],"mappings":""}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "OT", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _OT.OT;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "OTPublisher", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _OTPublisher.default;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "OTSession", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _OTSession.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "OTSubscriber", {
25
+ enumerable: true,
26
+ get: function () {
27
+ return _OTSubscriber.default;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "OTSubscriberView", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _OTSubscriberView.default;
34
+ }
35
+ });
36
+ var _OTSession = _interopRequireDefault(require("./OTSession"));
37
+ var _OTPublisher = _interopRequireDefault(require("./OTPublisher"));
38
+ var _OTSubscriber = _interopRequireDefault(require("./OTSubscriber"));
39
+ var _OTSubscriberView = _interopRequireDefault(require("./views/OTSubscriberView"));
40
+ var _OT = require("./OT");
41
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
42
+ //# sourceMappingURL=index.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_OTSession","_interopRequireDefault","require","_OTPublisher","_OTSubscriber","_OTSubscriberView","_OT","obj","__esModule","default"],"sourceRoot":"../../../src","sources":["video/index.d.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,aAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,iBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,GAAA,GAAAJ,OAAA;AAA0B,SAAAD,uBAAAM,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "OT", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _OT.OT;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "OTPublisher", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _OTPublisher.default;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "OTSession", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _OTSession.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "OTSubscriber", {
25
+ enumerable: true,
26
+ get: function () {
27
+ return _OTSubscriber.default;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "OTSubscriberView", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _OTSubscriberView.default;
34
+ }
35
+ });
36
+ var _OTSession = _interopRequireDefault(require("./OTSession"));
37
+ var _OTPublisher = _interopRequireDefault(require("./OTPublisher"));
38
+ var _OTSubscriber = _interopRequireDefault(require("./OTSubscriber"));
39
+ var _OTSubscriberView = _interopRequireDefault(require("./views/OTSubscriberView"));
40
+ var _OT = require("./OT");
41
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
42
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_OTSession","_interopRequireDefault","require","_OTPublisher","_OTSubscriber","_OTSubscriberView","_OT","obj","__esModule","default"],"sourceRoot":"../../../src","sources":["video/index.js"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,aAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,iBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,GAAA,GAAAJ,OAAA;AAA0B,SAAAD,uBAAAM,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ var _react = require("react");
4
+ //# sourceMappingURL=OTPublisherView.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require"],"sourceRoot":"../../../../src","sources":["video/views/OTPublisherView.d.ts"],"mappings":";;AASA,IAAAA,MAAA,GAAAC,OAAA"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ var _react = require("react");
4
+ //# sourceMappingURL=OTSubscriberView.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require"],"sourceRoot":"../../../../src","sources":["video/views/OTSubscriberView.d.ts"],"mappings":";;AASA,IAAAA,MAAA,GAAAC,OAAA"}
@@ -1,5 +1,5 @@
1
- import OT, { OTPublisher, OTSession, OTSubscriber, OTSubscriberView } from 'react-native-altibbi/src/video';
2
- export { OTSession as TBISession, OTPublisher as TBIPublisher, OTSubscriber as TBISubscriber, OTSubscriberView as TBISubscriberView, OT as TBIVideo };
1
+ import { OT, OTPublisher, OTSession, OTSubscriber, OTSubscriberView } from './video';
2
+ export { OT, OTSession as TBISession, OTPublisher as TBIPublisher, OTSubscriber as TBISubscriber, OTSubscriberView as TBISubscriberView };
3
3
  export { default as AltibbiChat } from '@sendbird/chat';
4
4
  export { BaseChannel, ChannelType, PushTriggerOption, RestrictedUser, User, ConnectionHandler } from '@sendbird/chat';
5
5
  export { GroupChannel, GroupChannelHandler, GroupChannelModule } from '@sendbird/chat/groupChannel';
@@ -1 +1 @@
1
- {"version":3,"names":["OT","OTPublisher","OTSession","OTSubscriber","OTSubscriberView","TBISession","TBIPublisher","TBISubscriber","TBISubscriberView","TBIVideo","default","AltibbiChat","BaseChannel","ChannelType","PushTriggerOption","RestrictedUser","User","ConnectionHandler","GroupChannel","GroupChannelHandler","GroupChannelModule","BaseMessage","ReactionEvent","ThreadInfoUpdateEvent","uploadMedia","getUser","getUsers","createUser","updateUser","deleteUser","getConsultationList","getConsultationInfo","getLastConsultation","createConsultation","deleteConsultation","cancelConsultation","getPrescription","TBIConstants","init","TBISocket","TBISocketChannel","TBISocketMember","TBISocketEvent","materialStatusArray","bloodTypeArray","boolStringArray","genderTypeArray","MediumArray"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,OAAOA,EAAE,IACPC,WAAW,EACXC,SAAS,EACTC,YAAY,EACZC,gBAAgB,QACX,gCAAgC;AAEvC,SACEF,SAAS,IAAIG,UAAU,EACvBJ,WAAW,IAAIK,YAAY,EAC3BH,YAAY,IAAII,aAAa,EAC7BH,gBAAgB,IAAII,iBAAiB,EACrCR,EAAE,IAAIS,QAAQ;AAGhB,SAASC,OAAO,IAAIC,WAAW,QAAQ,gBAAgB;AAEvD,SACEC,WAAW,EACXC,WAAW,EAGXC,iBAAiB,EACjBC,cAAc,EACdC,IAAI,EACJC,iBAAiB,QACZ,gBAAgB;AAEvB,SACEC,YAAY,EACZC,mBAAmB,EACnBC,kBAAkB,QACb,6BAA6B;AACpC,SACEC,WAAW,EACXC,aAAa,EACbC,qBAAqB,QAChB,wBAAwB;AAE/B,SACEC,WAAW,EACXC,OAAO,EACPC,QAAQ,EACRC,UAAU,EACVC,UAAU,EACVC,UAAU,EACVC,mBAAmB,EACnBC,mBAAmB,EACnBC,mBAAmB,EACnBC,kBAAkB,EAClBC,kBAAkB,EAClBC,kBAAkB,EAClBC,eAAe,QACV,cAAc;AAErB,SAASC,YAAY,EAAEC,IAAI,QAAQ,WAAW;AAE9C,SACEC,SAAS,EACTC,gBAAgB,EAChBC,eAAe,EACfC,cAAc,QAET,UAAU;AA6BjB,SACEC,mBAAmB,EACnBC,cAAc,EACdC,eAAe,EACfC,eAAe,EACfC,WAAW,QACN,QAAQ"}
1
+ {"version":3,"names":["OT","OTPublisher","OTSession","OTSubscriber","OTSubscriberView","TBISession","TBIPublisher","TBISubscriber","TBISubscriberView","default","AltibbiChat","BaseChannel","ChannelType","PushTriggerOption","RestrictedUser","User","ConnectionHandler","GroupChannel","GroupChannelHandler","GroupChannelModule","BaseMessage","ReactionEvent","ThreadInfoUpdateEvent","uploadMedia","getUser","getUsers","createUser","updateUser","deleteUser","getConsultationList","getConsultationInfo","getLastConsultation","createConsultation","deleteConsultation","cancelConsultation","getPrescription","TBIConstants","init","TBISocket","TBISocketChannel","TBISocketMember","TBISocketEvent","materialStatusArray","bloodTypeArray","boolStringArray","genderTypeArray","MediumArray"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SACEA,EAAE,EACFC,WAAW,EACXC,SAAS,EACTC,YAAY,EACZC,gBAAgB,QACX,SAAS;AAEhB,SACEJ,EAAE,EACFE,SAAS,IAAIG,UAAU,EACvBJ,WAAW,IAAIK,YAAY,EAC3BH,YAAY,IAAII,aAAa,EAC7BH,gBAAgB,IAAII,iBAAiB;AAIvC,SAASC,OAAO,IAAIC,WAAW,QAAQ,gBAAgB;AAEvD,SACEC,WAAW,EACXC,WAAW,EAGXC,iBAAiB,EACjBC,cAAc,EACdC,IAAI,EACJC,iBAAiB,QACZ,gBAAgB;AAEvB,SACEC,YAAY,EACZC,mBAAmB,EACnBC,kBAAkB,QACb,6BAA6B;AACpC,SACEC,WAAW,EACXC,aAAa,EACbC,qBAAqB,QAChB,wBAAwB;AAE/B,SACEC,WAAW,EACXC,OAAO,EACPC,QAAQ,EACRC,UAAU,EACVC,UAAU,EACVC,UAAU,EACVC,mBAAmB,EACnBC,mBAAmB,EACnBC,mBAAmB,EACnBC,kBAAkB,EAClBC,kBAAkB,EAClBC,kBAAkB,EAClBC,eAAe,QACV,cAAc;AAErB,SAASC,YAAY,EAAEC,IAAI,QAAQ,WAAW;AAE9C,SACEC,SAAS,EACTC,gBAAgB,EAChBC,eAAe,EACfC,cAAc,QAET,UAAU;AA6BjB,SACEC,mBAAmB,EACnBC,cAAc,EACdC,eAAe,EACfC,eAAe,EACfC,WAAW,QACN,QAAQ"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=OT.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["video/OT.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=OTError.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["video/OTError.d.ts"],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { Component } from 'react';
2
+ import OTContext from './contexts/OTContext';
3
+ //# sourceMappingURL=OTPublisher.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Component","OTContext"],"sourceRoot":"../../../src","sources":["video/OTPublisher.d.ts"],"mappings":"AAoCA,SAASA,SAAS,QAAQ,OAAO;AACjC,OAAOC,SAAS,MAAM,sBAAsB"}
@@ -0,0 +1,2 @@
1
+ import { Component } from 'react';
2
+ //# sourceMappingURL=OTSession.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Component"],"sourceRoot":"../../../src","sources":["video/OTSession.d.ts"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO"}
@@ -0,0 +1,3 @@
1
+ import { Component } from 'react';
2
+ import OTContext from './contexts/OTContext';
3
+ //# sourceMappingURL=OTSubscriber.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Component","OTContext"],"sourceRoot":"../../../src","sources":["video/OTSubscriber.d.ts"],"mappings":"AAqCA,SAASA,SAAS,QAAQ,OAAO;AACjC,OAAOC,SAAS,MAAM,sBAAsB"}
@@ -0,0 +1,2 @@
1
+ export default OTContext;
2
+ //# sourceMappingURL=OTContext.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["OTContext"],"sourceRoot":"../../../../src","sources":["video/contexts/OTContext.d.ts"],"mappings":"AAAA,eAAeA,SAAS"}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=OTHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=OTPublisherHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTPublisherHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=OTSessionHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTSessionHelper.d.ts"],"mappings":""}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=OTSubscriberHelper.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["video/helpers/OTSubscriberHelper.d.ts"],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import OTSession from './OTSession';
2
+ import OTPublisher from './OTPublisher';
3
+ import OTSubscriber from './OTSubscriber';
4
+ import OTSubscriberView from './views/OTSubscriberView';
5
+ import { OT } from './OT';
6
+ export { OTSession, OTPublisher, OTSubscriber, OTSubscriberView, OT };
7
+ //# sourceMappingURL=index.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["OTSession","OTPublisher","OTSubscriber","OTSubscriberView","OT"],"sourceRoot":"../../../src","sources":["video/index.d.ts"],"mappings":"AAAA,OAAOA,SAAS,MAAM,aAAa;AACnC,OAAOC,WAAW,MAAM,eAAe;AACvC,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAOC,gBAAgB,MAAM,0BAA0B;AACvD,SAASC,EAAE,QAAQ,MAAM;AACzB,SAASJ,SAAS,EAAEC,WAAW,EAAEC,YAAY,EAAEC,gBAAgB,EAAEC,EAAE"}
@@ -0,0 +1,7 @@
1
+ import OTSession from './OTSession';
2
+ import OTPublisher from './OTPublisher';
3
+ import OTSubscriber from './OTSubscriber';
4
+ import OTSubscriberView from './views/OTSubscriberView';
5
+ import { OT } from './OT';
6
+ export { OTSession, OTPublisher, OTSubscriber, OTSubscriberView, OT };
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["OTSession","OTPublisher","OTSubscriber","OTSubscriberView","OT"],"sourceRoot":"../../../src","sources":["video/index.js"],"mappings":"AAAA,OAAOA,SAAS,MAAM,aAAa;AACnC,OAAOC,WAAW,MAAM,eAAe;AACvC,OAAOC,YAAY,MAAM,gBAAgB;AACzC,OAAOC,gBAAgB,MAAM,0BAA0B;AACvD,SAASC,EAAE,QAAQ,MAAM;AAEzB,SACEJ,SAAS,EACTC,WAAW,EACXC,YAAY,EACZC,gBAAgB,EAChBC,EAAE"}
@@ -0,0 +1,2 @@
1
+ import { Component } from 'react';
2
+ //# sourceMappingURL=OTPublisherView.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Component"],"sourceRoot":"../../../../src","sources":["video/views/OTPublisherView.d.ts"],"mappings":"AASA,SAASA,SAAS,QAAQ,OAAO"}
@@ -0,0 +1,2 @@
1
+ import { Component } from 'react';
2
+ //# sourceMappingURL=OTSubscriberView.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Component"],"sourceRoot":"../../../../src","sources":["video/views/OTSubscriberView.d.ts"],"mappings":"AASA,SAASA,SAAS,QAAQ,OAAO"}
@@ -1,6 +1,5 @@
1
- /// <reference path="../../../@types/index.d.ts" />
2
- import OT, { OTPublisher, OTSession, OTSubscriber, OTSubscriberView } from 'react-native-altibbi/src/video';
3
- export { OTSession as TBISession, OTPublisher as TBIPublisher, OTSubscriber as TBISubscriber, OTSubscriberView as TBISubscriberView, OT as TBIVideo, };
1
+ import { OT, OTPublisher, OTSession, OTSubscriber, OTSubscriberView } from './video';
2
+ export { OT, OTSession as TBISession, OTPublisher as TBIPublisher, OTSubscriber as TBISubscriber, OTSubscriberView as TBISubscriberView, };
4
3
  export { default as AltibbiChat } from '@sendbird/chat';
5
4
  export { BaseChannel, ChannelType, type MetaCounter, type MetaData, PushTriggerOption, RestrictedUser, User, ConnectionHandler, } from '@sendbird/chat';
6
5
  export { GroupChannel, GroupChannelHandler, GroupChannelModule, } from '@sendbird/chat/groupChannel';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EACT,WAAW,EACX,SAAS,EACT,YAAY,EACZ,gBAAgB,EACjB,MAAM,gCAAgC,CAAC;AAExC,OAAO,EACL,SAAS,IAAI,UAAU,EACvB,WAAW,IAAI,YAAY,EAC3B,YAAY,IAAI,aAAa,EAC7B,gBAAgB,IAAI,iBAAiB,EACrC,EAAE,IAAI,QAAQ,GACf,CAAC;AAEF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EACL,WAAW,EACX,WAAW,EACX,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,iBAAiB,EACjB,cAAc,EACd,IAAI,EACJ,iBAAiB,GAClB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,WAAW,EACX,aAAa,EACb,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,WAAW,EACX,OAAO,EACP,QAAQ,EACR,UAAU,EACV,UAAU,EACV,UAAU,EACV,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,GAChB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,KAAK,yBAAyB,GAC/B,MAAM,UAAU,CAAC;AAElB,YAAY,EACV,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,WAAW,EACX,UAAU,EACV,UAAU,EACV,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,4BAA4B,EAC5B,4BAA4B,EAC5B,gBAAgB,GACjB,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,eAAe,EACf,WAAW,GACZ,MAAM,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,WAAW,EACX,SAAS,EACT,YAAY,EACZ,gBAAgB,EACjB,MAAM,SAAS,CAAC;AAEjB,OAAO,EACL,EAAE,EACF,SAAS,IAAI,UAAU,EACvB,WAAW,IAAI,YAAY,EAC3B,YAAY,IAAI,aAAa,EAC7B,gBAAgB,IAAI,iBAAiB,GACtC,CAAC;AAGF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EACL,WAAW,EACX,WAAW,EACX,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,iBAAiB,EACjB,cAAc,EACd,IAAI,EACJ,iBAAiB,GAClB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,WAAW,EACX,aAAa,EACb,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,WAAW,EACX,OAAO,EACP,QAAQ,EACR,UAAU,EACV,UAAU,EACV,UAAU,EACV,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,GAChB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,KAAK,yBAAyB,GAC/B,MAAM,UAAU,CAAC;AAElB,YAAY,EACV,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EACb,UAAU,EACV,UAAU,EACV,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,WAAW,EACX,UAAU,EACV,UAAU,EACV,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,4BAA4B,EAC5B,4BAA4B,EAC5B,gBAAgB,GACjB,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,eAAe,EACf,WAAW,GACZ,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,7 @@
1
+ export const OT: any;
2
+ export const nativeEvents: NativeEventEmitter;
3
+ export function checkAndroidPermissions(): Promise<any>;
4
+ export function setNativeEvents(events: any): void;
5
+ export function removeNativeEvents(events: any): void;
6
+ import { NativeEventEmitter } from 'react-native';
7
+ //# sourceMappingURL=OT.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OT.d.ts","sourceRoot":"","sources":["../../../../src/video/OT.js"],"names":[],"mappings":"AAGA,qBAA0C;AAC1C,8CAAgD;AAEhD,wDAuBE;AAEF,mDAiBC;AAED,sDAMC;mCAxDqE,cAAc"}
@@ -0,0 +1,3 @@
1
+ export function handleError(error: any): void;
2
+ export function handleSignalError(error: any): void;
3
+ //# sourceMappingURL=OTError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTError.d.ts","sourceRoot":"","sources":["../../../../src/video/OTError.js"],"names":[],"mappings":"AAAA,8CAEC;AAED,oDAIC"}
@@ -0,0 +1,39 @@
1
+ export default OTPublisher;
2
+ declare class OTPublisher extends React.Component<any, any, any> {
3
+ constructor(props: any, context: any);
4
+ state: {
5
+ initError: null;
6
+ publisher: null;
7
+ publisherId: any;
8
+ };
9
+ initComponent: () => void;
10
+ componentEvents: {
11
+ sessionConnected: string;
12
+ } | undefined;
13
+ componentEventsArray: string[] | undefined;
14
+ otrnEventHandler: ((event: any) => void) | undefined;
15
+ publisherEvents: {} | undefined;
16
+ sessionConnected: import("react-native").EmitterSubscription | undefined;
17
+ componentDidMount(): void;
18
+ componentDidUpdate(previousProps: any): void;
19
+ componentWillUnmount(): void;
20
+ sessionConnectedHandler: () => void;
21
+ createPublisher(): void;
22
+ initPublisher(): void;
23
+ publish(): void;
24
+ getRtcStatsReport(): void;
25
+ setVideoTransformers(videoTransformers: any): void;
26
+ render(): React.JSX.Element;
27
+ }
28
+ declare namespace OTPublisher {
29
+ export let propTypes: any;
30
+ export namespace defaultProps {
31
+ let properties: {};
32
+ let eventHandlers: {};
33
+ let getRtcStatsReport: {};
34
+ }
35
+ export { OTContext as contextType };
36
+ }
37
+ import React from 'react';
38
+ import OTContext from './contexts/OTContext';
39
+ //# sourceMappingURL=OTPublisher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTPublisher.d.ts","sourceRoot":"","sources":["../../../../src/video/OTPublisher.js"],"names":[],"mappings":";AAqBA;IACE,sCAQC;IANC;;;;MAIC;IAGH,0BAqBE;IApBA;;kBAKC;IACD,2CAA+D;IAC/D,qDAA0E;IAC1E,gCAGC;IAIC,yEAGC;IAGL,0BAEC;IACD,6CA2BC;IACD,6BAUC;IACD,oCAIE;IACF,wBAYC;IACD,sBA0BC;IACD,gBAcC;IACD,0BAEC;IAED,mDAEC;IAED,4BAaC;CACF;;;;;;;;;;kBAjLgC,OAAO;sBAkBlB,sBAAsB"}
@@ -0,0 +1,50 @@
1
+ declare class OTSession extends React.Component<any, any, any> {
2
+ constructor(props: any);
3
+ state: {
4
+ sessionInfo: null;
5
+ };
6
+ otrnEventHandler: (event: any) => void;
7
+ initComponent: () => void;
8
+ sanitizedCredentials: {} | undefined;
9
+ componentDidMount(): void;
10
+ componentDidUpdate(previousProps: any): void;
11
+ componentWillUnmount(): void;
12
+ createSession(credentials: any, sessionOptions: any): void;
13
+ disconnectSession(): void;
14
+ getSessionInfo(): null;
15
+ getCapabilities(): Promise<any>;
16
+ reportIssue(): Promise<any>;
17
+ signal(signal: any): void;
18
+ forceMuteAll(excludedStreamIds: any): any;
19
+ forceMuteStream(streamId: any): any;
20
+ disableForceMute(): any;
21
+ render(): React.JSX.Element;
22
+ }
23
+ declare namespace OTSession {
24
+ namespace propTypes {
25
+ let apiKey: PropTypes.Validator<string>;
26
+ let sessionId: PropTypes.Validator<string>;
27
+ let token: PropTypes.Validator<string>;
28
+ let children: PropTypes.Requireable<NonNullable<PropTypes.ReactElementLike | (PropTypes.ReactElementLike | null | undefined)[] | null | undefined>>;
29
+ let style: any;
30
+ let eventHandlers: PropTypes.Requireable<object>;
31
+ let options: PropTypes.Requireable<object>;
32
+ let signal: PropTypes.Requireable<object>;
33
+ }
34
+ namespace defaultProps {
35
+ let eventHandlers_1: {};
36
+ export { eventHandlers_1 as eventHandlers };
37
+ let options_1: {};
38
+ export { options_1 as options };
39
+ let signal_1: {};
40
+ export { signal_1 as signal };
41
+ export namespace style_1 {
42
+ let flex: number;
43
+ }
44
+ export { style_1 as style };
45
+ }
46
+ }
47
+ export default OTSession;
48
+ import React from 'react';
49
+ import PropTypes from 'prop-types';
50
+ //# sourceMappingURL=OTSession.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTSession.d.ts","sourceRoot":"","sources":["../../../../src/video/OTSession.js"],"names":[],"mappings":"AAYA;IACE,wBAOC;IALC;;MAEC;IACD,uCAA0E;IAG5E,0BAOC;IALC,qCAA4D;IAM9D,0BASC;IACD,6CAgBC;IACD,6BAEC;IACD,2DAsBC;IACD,0BASC;IACD,uBAEC;IACD,gCAUC;IACD,4BAUC;IACD,0BAGC;IACD,0CAEC;IACD,oCAEC;IACD,wBAEC;IACD,4BAaC;CACF;;;;;;;;;;;;;;;;;;;;;;;;;;kBAhJwD,OAAO;sBAG1C,YAAY"}
@@ -0,0 +1,40 @@
1
+ declare class OTSubscriber extends React.Component<any, any, any> {
2
+ constructor(props: any, context: any);
3
+ state: {
4
+ streams: never[];
5
+ subscribeToSelf: any;
6
+ };
7
+ componentEvents: {
8
+ streamDestroyed: string;
9
+ streamCreated: string;
10
+ captionReceived: string;
11
+ };
12
+ componentEventsArray: string[];
13
+ otrnEventHandler: (event: any) => void;
14
+ initComponent: () => void;
15
+ streamCreated: import("react-native").EmitterSubscription | undefined;
16
+ streamDestroyed: import("react-native").EmitterSubscription | undefined;
17
+ componentDidUpdate(): void;
18
+ componentWillUnmount(): void;
19
+ streamCreatedHandler: (stream: any) => void;
20
+ streamDestroyedHandler: (stream: any) => void;
21
+ getRtcStatsReport(streamId: any): void;
22
+ render(): any;
23
+ }
24
+ declare namespace OTSubscriber {
25
+ export let propTypes: any;
26
+ export namespace defaultProps {
27
+ let properties: {};
28
+ let eventHandlers: {};
29
+ let streamProperties: {};
30
+ let containerStyle: {};
31
+ let subscribeToSelf: boolean;
32
+ let getRtcStatsReport: {};
33
+ let subscribeToCaptions: boolean;
34
+ }
35
+ export { OTContext as contextType };
36
+ }
37
+ export default OTSubscriber;
38
+ import React from 'react';
39
+ import OTContext from './contexts/OTContext';
40
+ //# sourceMappingURL=OTSubscriber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTSubscriber.d.ts","sourceRoot":"","sources":["../../../../src/video/OTSubscriber.js"],"names":[],"mappings":"AAUA;IACE,sCAcC;IAZC;;;MAGC;IACD;;;;MAIC;IACD,+BAA+D;IAC/D,uCAA0E;IAG5E,0BAYC;IARG,sEAC8C;IAC9C,wEACgD;IAMpD,2BA0BC;IACD,6BAMC;IACD,4CAoBC;IACD,8CAaC;IACD,uCAEC;IACD,cAWC;CACF;;;;;;;;;;;;;;;kBA3HgC,OAAO;sBAQlB,sBAAsB"}
@@ -0,0 +1,4 @@
1
+ export default OTContext;
2
+ declare const OTContext: React.Context<{}>;
3
+ import React from 'react';
4
+ //# sourceMappingURL=OTContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTContext.d.ts","sourceRoot":"","sources":["../../../../../src/video/contexts/OTContext.js"],"names":[],"mappings":";AAEA,2CAA0C;kBAFxB,OAAO"}
@@ -0,0 +1,11 @@
1
+ export function sanitizeBooleanProperty(property: any): any;
2
+ export function reassignEvents(type: any, customEvents: any, events: any, eventKey: any): {};
3
+ export function logOT({ apiKey, sessionId, action, connectionId, proxyUrl }: {
4
+ apiKey: any;
5
+ sessionId: any;
6
+ action: any;
7
+ connectionId: any;
8
+ proxyUrl: any;
9
+ }): void;
10
+ export function getOtrnErrorEventHandler(events: any): (event: any) => void;
11
+ //# sourceMappingURL=OTHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTHelper.d.ts","sourceRoot":"","sources":["../../../../../src/video/helpers/OTHelper.js"],"names":[],"mappings":"AAgCA,4DAAkG;AA3BlG,6FAyBC;AAmDD;;;;;;SAEC;AAjDD,4EAUC"}
@@ -0,0 +1,19 @@
1
+ export function sanitizeProperties(properties: any): {
2
+ videoTrack: any;
3
+ audioTrack: any;
4
+ publishAudio: any;
5
+ publishVideo: any;
6
+ publishCaptions: any;
7
+ name: any;
8
+ cameraPosition: string;
9
+ audioFallbackEnabled: any;
10
+ audioBitrate: number;
11
+ enableDtx: any;
12
+ frameRate: number;
13
+ resolution: string;
14
+ videoContentHint: string;
15
+ videoSource: string;
16
+ scalableScreenshare: boolean;
17
+ };
18
+ export function sanitizePublisherEvents(publisherId: any, events: any): {};
19
+ //# sourceMappingURL=OTPublisherHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTPublisherHelper.d.ts","sourceRoot":"","sources":["../../../../../src/video/helpers/OTPublisherHelper.js"],"names":[],"mappings":"AAkDA;;;;;;;;;;;;;;;;EAqCC;AAED,2EA2BC"}
@@ -0,0 +1,32 @@
1
+ export function sanitizeSessionEvents(sessionId: any, events: any): {};
2
+ export function sanitizeSessionOptions(options: any): {
3
+ connectionEventsSuppressed: boolean;
4
+ ipWhitelist: boolean;
5
+ iceConfig: {};
6
+ proxyUrl: string;
7
+ useTextureViews: boolean;
8
+ enableStereoOutput: boolean;
9
+ androidOnTop: string;
10
+ androidZOrder: string;
11
+ } | {
12
+ connectionEventsSuppressed: boolean;
13
+ ipWhitelist: boolean;
14
+ iceConfig: {};
15
+ proxyUrl: string;
16
+ enableStereoOutput: boolean;
17
+ useTextureViews?: undefined;
18
+ androidOnTop?: undefined;
19
+ androidZOrder?: undefined;
20
+ };
21
+ export function sanitizeSignalData(signal: any): {
22
+ signal: {
23
+ type: any;
24
+ data: any;
25
+ to: any;
26
+ };
27
+ errorHandler: any;
28
+ };
29
+ export function sanitizeCredentials(credentials: any): {};
30
+ export function getConnectionStatus(connectionStatus: any): "failed" | "connected" | "connecting" | "not connected" | "reconnecting" | "disconnecting" | undefined;
31
+ export function isConnected(connectionStatus: any): boolean;
32
+ //# sourceMappingURL=OTSessionHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTSessionHelper.d.ts","sourceRoot":"","sources":["../../../../../src/video/helpers/OTSessionHelper.js"],"names":[],"mappings":"AAqBA,uEAuCC;AAkCD;;;;;;;;;;;;;;;;;;EAyEC;AAED;;;;;;;EAsBC;AAED,0DAUC;AAED,mKAeC;AAED,4DACuD"}
@@ -0,0 +1,19 @@
1
+ export function sanitizeSubscriberEvents(events: any): {};
2
+ export function sanitizeProperties(properties: any): {
3
+ subscribeToAudio: any;
4
+ subscribeToVideo: any;
5
+ subscribeToCaptions: any;
6
+ preferredResolution: {
7
+ width: number;
8
+ height: number;
9
+ };
10
+ preferredFrameRate: number;
11
+ audioVolume: number;
12
+ };
13
+ export function sanitizeFrameRate(frameRate: any): 1 | 7 | 15 | 30 | 32767;
14
+ export function sanitizeResolution(resolution: any): {
15
+ width: number;
16
+ height: number;
17
+ };
18
+ export function sanitizeAudioVolume(audioVolume: any): number;
19
+ //# sourceMappingURL=OTSubscriberHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTSubscriberHelper.d.ts","sourceRoot":"","sources":["../../../../../src/video/helpers/OTSubscriberHelper.js"],"names":[],"mappings":"AAUA,0DAuCC;AAgDD;;;;;;;;;;EAmBC;AApCD,2EAaC;AA1CD;;;EA2BC;AAiBD,8DAAgG"}
@@ -0,0 +1,7 @@
1
+ import OTSession from './OTSession';
2
+ import OTPublisher from './OTPublisher';
3
+ import OTSubscriber from './OTSubscriber';
4
+ import OTSubscriberView from './views/OTSubscriberView';
5
+ import { OT } from './OT';
6
+ export { OTSession, OTPublisher, OTSubscriber, OTSubscriberView, OT };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/video/index.js"],"names":[],"mappings":"sBAAsB,aAAa;wBACX,eAAe;yBACd,gBAAgB;6BACZ,0BAA0B;mBACpC,MAAM"}
@@ -0,0 +1,11 @@
1
+ export default OTPublisherView;
2
+ declare class OTPublisherView extends React.Component<any, any, any> {
3
+ constructor(props: any);
4
+ constructor(props: any, context: any);
5
+ render(): React.JSX.Element;
6
+ }
7
+ declare namespace OTPublisherView {
8
+ let propTypes: any;
9
+ }
10
+ import React from 'react';
11
+ //# sourceMappingURL=OTPublisherView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTPublisherView.d.ts","sourceRoot":"","sources":["../../../../../src/video/views/OTPublisherView.js"],"names":[],"mappings":";AAIA;IAe0tiB,wBAA8C;IAAA,sCAAgK;IAdt6iB,4BAEC;CACF;;;;kBARgC,OAAO"}
@@ -0,0 +1,11 @@
1
+ export default OTSubscriberView;
2
+ declare class OTSubscriberView extends React.Component<any, any, any> {
3
+ constructor(props: any);
4
+ constructor(props: any, context: any);
5
+ render(): React.JSX.Element;
6
+ }
7
+ declare namespace OTSubscriberView {
8
+ let propTypes: any;
9
+ }
10
+ import React from 'react';
11
+ //# sourceMappingURL=OTSubscriberView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OTSubscriberView.d.ts","sourceRoot":"","sources":["../../../../../src/video/views/OTSubscriberView.js"],"names":[],"mappings":";AAIA;IAc6viB,wBAA8C;IAAA,sCAAgK;IAbz8iB,4BAEC;CACF;;;;kBARgC,OAAO"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-altibbi",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "React native SDK provides integration for the Altibbi services, including video consultation, text consultation, push Welcome to the React Native SDK for Altibbi services, your comprehensive solution for integrating health consultation services into your React Native applications. This SDK enables video and text consultations, push notifications, and many other features to provide a seamless healthcare experience. project.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
package/src/index.tsx CHANGED
@@ -1,18 +1,20 @@
1
- import OT, {
1
+ import {
2
+ OT,
2
3
  OTPublisher,
3
4
  OTSession,
4
5
  OTSubscriber,
5
6
  OTSubscriberView,
6
- } from 'react-native-altibbi/src/video';
7
+ } from './video';
7
8
 
8
9
  export {
10
+ OT,
9
11
  OTSession as TBISession,
10
12
  OTPublisher as TBIPublisher,
11
13
  OTSubscriber as TBISubscriber,
12
14
  OTSubscriberView as TBISubscriberView,
13
- OT as TBIVideo,
14
15
  };
15
16
 
17
+
16
18
  export { default as AltibbiChat } from '@sendbird/chat';
17
19
 
18
20
  export {
@@ -97,5 +99,3 @@ export {
97
99
  genderTypeArray,
98
100
  MediumArray,
99
101
  } from './data';
100
-
101
-
@@ -0,0 +1,15 @@
1
+ declare const OT: any;
2
+ declare const nativeEvents: NativeEventEmitter;
3
+ declare function checkAndroidPermissions(): Promise<any>;
4
+ declare function setNativeEvents(events: any): void;
5
+ declare function removeNativeEvents(events: any): void;
6
+ import { NativeEventEmitter } from 'react-native';
7
+
8
+ // Export the declared types
9
+ export {
10
+ OT,
11
+ nativeEvents,
12
+ checkAndroidPermissions,
13
+ setNativeEvents,
14
+ removeNativeEvents,
15
+ };
@@ -0,0 +1,2 @@
1
+ export function handleError(error: any): void;
2
+ export function handleSignalError(error: any): void;
@@ -0,0 +1,38 @@
1
+ export default OTPublisher;
2
+ declare class OTPublisher extends Component<any, any, any> {
3
+ constructor(props: any, context: any);
4
+ state: {
5
+ initError: any;
6
+ publisher: any;
7
+ publisherId: any;
8
+ };
9
+ initComponent: () => void;
10
+ componentEvents: {
11
+ sessionConnected: string;
12
+ };
13
+ componentEventsArray: string[];
14
+ otrnEventHandler: (event: any) => void;
15
+ publisherEvents: {};
16
+ sessionConnected: import("react-native").EmitterSubscription;
17
+ componentDidMount(): void;
18
+ componentDidUpdate(previousProps: any): void;
19
+ componentWillUnmount(): void;
20
+ sessionConnectedHandler: () => void;
21
+ createPublisher(): void;
22
+ initPublisher(): void;
23
+ publish(): void;
24
+ getRtcStatsReport(): void;
25
+ setVideoTransformers(videoTransformers: any): void;
26
+ render(): JSX.Element;
27
+ }
28
+ declare namespace OTPublisher {
29
+ export let propTypes: any;
30
+ export namespace defaultProps {
31
+ let properties: {};
32
+ let eventHandlers: {};
33
+ let getRtcStatsReport: {};
34
+ }
35
+ export { OTContext as contextType };
36
+ }
37
+ import { Component } from 'react';
38
+ import OTContext from './contexts/OTContext';
@@ -0,0 +1,48 @@
1
+ import { Component } from 'react';
2
+
3
+ declare class OTSession extends Component<any, any> {
4
+ constructor(props: any);
5
+ state: {
6
+ sessionInfo: any;
7
+ };
8
+ otrnEventHandler: (event: any) => void;
9
+ initComponent: () => void;
10
+ sanitizedCredentials: {};
11
+ componentDidMount(): void;
12
+ componentDidUpdate(previousProps: any): void;
13
+ componentWillUnmount(): void;
14
+ createSession(credentials: any, sessionOptions: any): void;
15
+ disconnectSession(): void;
16
+ getSessionInfo(): any;
17
+ getCapabilities(): Promise<any>;
18
+ reportIssue(): Promise<any>;
19
+ signal(signal: any): void;
20
+ forceMuteAll(excludedStreamIds: any): any;
21
+ forceMuteStream(streamId: any): any;
22
+ disableForceMute(): any;
23
+ render(): JSX.Element;
24
+ }
25
+
26
+ declare namespace OTSession {
27
+ let propTypes: {
28
+ apiKey: any;
29
+ sessionId: any;
30
+ token: any;
31
+ children: any;
32
+ style: any;
33
+ eventHandlers: any;
34
+ options: any;
35
+ signal: any;
36
+ };
37
+
38
+ let defaultProps: {
39
+ eventHandlers: {};
40
+ options: {};
41
+ signal: {};
42
+ style: {
43
+ flex: number;
44
+ };
45
+ };
46
+ }
47
+
48
+ export default OTSession;
@@ -0,0 +1,39 @@
1
+ declare class OTSubscriber extends Component<any, any, any> {
2
+ constructor(props: any, context: any);
3
+ state: {
4
+ streams: any[];
5
+ subscribeToSelf: any;
6
+ };
7
+ componentEvents: {
8
+ streamDestroyed: string;
9
+ streamCreated: string;
10
+ captionReceived: string;
11
+ };
12
+ componentEventsArray: string[];
13
+ otrnEventHandler: (event: any) => void;
14
+ initComponent: () => void;
15
+ streamCreated: import("react-native").EmitterSubscription;
16
+ streamDestroyed: import("react-native").EmitterSubscription;
17
+ componentDidUpdate(): void;
18
+ componentWillUnmount(): void;
19
+ streamCreatedHandler: (stream: any) => void;
20
+ streamDestroyedHandler: (stream: any) => void;
21
+ getRtcStatsReport(streamId: any): void;
22
+ render(): any;
23
+ }
24
+ declare namespace OTSubscriber {
25
+ export let propTypes: any;
26
+ export namespace defaultProps {
27
+ let properties: {};
28
+ let eventHandlers: {};
29
+ let streamProperties: {};
30
+ let containerStyle: {};
31
+ let subscribeToSelf: boolean;
32
+ let getRtcStatsReport: {};
33
+ let subscribeToCaptions: boolean;
34
+ }
35
+ export { OTContext as contextType };
36
+ }
37
+ export default OTSubscriber;
38
+ import { Component } from 'react';
39
+ import OTContext from './contexts/OTContext';
@@ -0,0 +1,2 @@
1
+ export default OTContext;
2
+ declare const OTContext: any;
@@ -0,0 +1,10 @@
1
+ export function sanitizeBooleanProperty(property: any): any;
2
+ export function reassignEvents(type: any, customEvents: any, events: any, eventKey: any): {};
3
+ export function logOT({ apiKey, sessionId, action, connectionId, proxyUrl }: {
4
+ apiKey: any;
5
+ sessionId: any;
6
+ action: any;
7
+ connectionId: any;
8
+ proxyUrl: any;
9
+ }): void;
10
+ export function getOtrnErrorEventHandler(events: any): (event: any) => void;
@@ -0,0 +1,18 @@
1
+ export function sanitizeProperties(properties: any): {
2
+ videoTrack: any;
3
+ audioTrack: any;
4
+ publishAudio: any;
5
+ publishVideo: any;
6
+ publishCaptions: any;
7
+ name: any;
8
+ cameraPosition: string;
9
+ audioFallbackEnabled: any;
10
+ audioBitrate: number;
11
+ enableDtx: any;
12
+ frameRate: number;
13
+ resolution: string;
14
+ videoContentHint: string;
15
+ videoSource: string;
16
+ scalableScreenshare: boolean;
17
+ };
18
+ export function sanitizePublisherEvents(publisherId: any, events: any): {};
@@ -0,0 +1,31 @@
1
+ export function sanitizeSessionEvents(sessionId: any, events: any): {};
2
+ export function sanitizeSessionOptions(options: any): {
3
+ connectionEventsSuppressed: boolean;
4
+ ipWhitelist: boolean;
5
+ iceConfig: {};
6
+ proxyUrl: string;
7
+ useTextureViews: boolean;
8
+ enableStereoOutput: boolean;
9
+ androidOnTop: string;
10
+ androidZOrder: string;
11
+ } | {
12
+ connectionEventsSuppressed: boolean;
13
+ ipWhitelist: boolean;
14
+ iceConfig: {};
15
+ proxyUrl: string;
16
+ enableStereoOutput: boolean;
17
+ useTextureViews?: undefined;
18
+ androidOnTop?: undefined;
19
+ androidZOrder?: undefined;
20
+ };
21
+ export function sanitizeSignalData(signal: any): {
22
+ signal: {
23
+ type: any;
24
+ data: any;
25
+ to: any;
26
+ };
27
+ errorHandler: any;
28
+ };
29
+ export function sanitizeCredentials(credentials: any): {};
30
+ export function getConnectionStatus(connectionStatus: any): "failed" | "connected" | "connecting" | "not connected" | "reconnecting" | "disconnecting";
31
+ export function isConnected(connectionStatus: any): boolean;
@@ -0,0 +1,18 @@
1
+ export function sanitizeSubscriberEvents(events: any): {};
2
+ export function sanitizeProperties(properties: any): {
3
+ subscribeToAudio: any;
4
+ subscribeToVideo: any;
5
+ subscribeToCaptions: any;
6
+ preferredResolution: {
7
+ width: number;
8
+ height: number;
9
+ };
10
+ preferredFrameRate: number;
11
+ audioVolume: number;
12
+ };
13
+ export function sanitizeFrameRate(frameRate: any): 1 | 7 | 15 | 30 | 32767;
14
+ export function sanitizeResolution(resolution: any): {
15
+ width: number;
16
+ height: number;
17
+ };
18
+ export function sanitizeAudioVolume(audioVolume: any): number;
@@ -0,0 +1,6 @@
1
+ import OTSession from './OTSession';
2
+ import OTPublisher from './OTPublisher';
3
+ import OTSubscriber from './OTSubscriber';
4
+ import OTSubscriberView from './views/OTSubscriberView';
5
+ import { OT } from './OT';
6
+ export { OTSession, OTPublisher, OTSubscriber, OTSubscriberView, OT };
@@ -0,0 +1,13 @@
1
+ import OTSession from './OTSession';
2
+ import OTPublisher from './OTPublisher';
3
+ import OTSubscriber from './OTSubscriber';
4
+ import OTSubscriberView from './views/OTSubscriberView';
5
+ import { OT } from './OT';
6
+
7
+ export {
8
+ OTSession,
9
+ OTPublisher,
10
+ OTSubscriber,
11
+ OTSubscriberView,
12
+ OT,
13
+ };
@@ -0,0 +1,10 @@
1
+ export default OTPublisherView;
2
+ declare class OTPublisherView extends Component<any, any, any> {
3
+ constructor(props: any);
4
+ constructor(props: any, context: any);
5
+ render(): JSX.Element;
6
+ }
7
+ declare namespace OTPublisherView {
8
+ let propTypes: any;
9
+ }
10
+ import { Component } from 'react';
@@ -0,0 +1,10 @@
1
+ export default OTSubscriberView;
2
+ declare class OTSubscriberView extends Component<any, any, any> {
3
+ constructor(props: any);
4
+ constructor(props: any, context: any);
5
+ render(): JSX.Element;
6
+ }
7
+ declare namespace OTSubscriberView {
8
+ let propTypes: any;
9
+ }
10
+ import { Component } from 'react';