@stream-io/video-react-native-sdk 0.1.9 → 0.1.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.
Files changed (230) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +5 -4
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js +1 -1
  4. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  5. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +71 -0
  6. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -0
  7. package/dist/commonjs/components/Livestream/HostLivestream/index.js +17 -0
  8. package/dist/commonjs/components/Livestream/HostLivestream/index.js.map +1 -0
  9. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +69 -0
  10. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -0
  11. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +113 -0
  12. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -0
  13. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +70 -0
  14. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -0
  15. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +38 -0
  16. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -0
  17. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +70 -0
  18. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -0
  19. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +83 -0
  20. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -0
  21. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +64 -0
  22. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -0
  23. package/dist/commonjs/components/Livestream/LivestreamControls/index.js +61 -0
  24. package/dist/commonjs/components/Livestream/LivestreamControls/index.js.map +1 -0
  25. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +65 -0
  26. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -0
  27. package/dist/commonjs/components/Livestream/LivestreamLayout/index.js +17 -0
  28. package/dist/commonjs/components/Livestream/LivestreamLayout/index.js.map +1 -0
  29. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +144 -0
  30. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -0
  31. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +71 -0
  32. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -0
  33. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +87 -0
  34. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -0
  35. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +55 -0
  36. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -0
  37. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +80 -0
  38. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -0
  39. package/dist/commonjs/components/Livestream/LivestreamTopView/index.js +50 -0
  40. package/dist/commonjs/components/Livestream/LivestreamTopView/index.js.map +1 -0
  41. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +88 -0
  42. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -0
  43. package/dist/commonjs/components/Livestream/ViewerLivestream/index.js +17 -0
  44. package/dist/commonjs/components/Livestream/ViewerLivestream/index.js.map +1 -0
  45. package/dist/commonjs/components/Livestream/index.js +61 -0
  46. package/dist/commonjs/components/Livestream/index.js.map +1 -0
  47. package/dist/commonjs/components/index.js +11 -0
  48. package/dist/commonjs/components/index.js.map +1 -1
  49. package/dist/commonjs/hooks/usePaginatedLayoutSortPreset.js +26 -0
  50. package/dist/commonjs/hooks/usePaginatedLayoutSortPreset.js.map +1 -0
  51. package/dist/commonjs/icons/EndStreamIcon.js +20 -0
  52. package/dist/commonjs/icons/EndStreamIcon.js.map +1 -0
  53. package/dist/commonjs/icons/Eye.js +20 -0
  54. package/dist/commonjs/icons/Eye.js.map +1 -0
  55. package/dist/commonjs/icons/LeaveStreamIcon.js +20 -0
  56. package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -0
  57. package/dist/commonjs/icons/ShieldBadge.js +20 -0
  58. package/dist/commonjs/icons/ShieldBadge.js.map +1 -0
  59. package/dist/commonjs/icons/StartStreamIcon.js +20 -0
  60. package/dist/commonjs/icons/StartStreamIcon.js.map +1 -0
  61. package/dist/commonjs/icons/index.js +55 -0
  62. package/dist/commonjs/icons/index.js.map +1 -1
  63. package/dist/commonjs/theme/theme.js +70 -0
  64. package/dist/commonjs/theme/theme.js.map +1 -1
  65. package/dist/commonjs/translations/en.json +6 -1
  66. package/dist/commonjs/version.js +1 -1
  67. package/dist/commonjs/version.js.map +1 -1
  68. package/dist/module/components/Call/CallContent/CallContent.js +1 -1
  69. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  70. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +64 -0
  71. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -0
  72. package/dist/module/components/Livestream/HostLivestream/index.js +2 -0
  73. package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -0
  74. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +62 -0
  75. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -0
  76. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +105 -0
  77. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -0
  78. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +63 -0
  79. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -0
  80. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +31 -0
  81. package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -0
  82. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +63 -0
  83. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -0
  84. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +75 -0
  85. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -0
  86. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +57 -0
  87. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -0
  88. package/dist/module/components/Livestream/LivestreamControls/index.js +6 -0
  89. package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -0
  90. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +58 -0
  91. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -0
  92. package/dist/module/components/Livestream/LivestreamLayout/index.js +2 -0
  93. package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -0
  94. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +136 -0
  95. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -0
  96. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +64 -0
  97. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -0
  98. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +80 -0
  99. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -0
  100. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +48 -0
  101. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -0
  102. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +73 -0
  103. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -0
  104. package/dist/module/components/Livestream/LivestreamTopView/index.js +5 -0
  105. package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -0
  106. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +81 -0
  107. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -0
  108. package/dist/module/components/Livestream/ViewerLivestream/index.js +2 -0
  109. package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -0
  110. package/dist/module/components/Livestream/index.js +6 -0
  111. package/dist/module/components/Livestream/index.js.map +1 -0
  112. package/dist/module/components/index.js +1 -0
  113. package/dist/module/components/index.js.map +1 -1
  114. package/dist/module/hooks/usePaginatedLayoutSortPreset.js +19 -0
  115. package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -0
  116. package/dist/module/icons/EndStreamIcon.js +12 -0
  117. package/dist/module/icons/EndStreamIcon.js.map +1 -0
  118. package/dist/module/icons/Eye.js +12 -0
  119. package/dist/module/icons/Eye.js.map +1 -0
  120. package/dist/module/icons/LeaveStreamIcon.js +12 -0
  121. package/dist/module/icons/LeaveStreamIcon.js.map +1 -0
  122. package/dist/module/icons/ShieldBadge.js +12 -0
  123. package/dist/module/icons/ShieldBadge.js.map +1 -0
  124. package/dist/module/icons/StartStreamIcon.js +12 -0
  125. package/dist/module/icons/StartStreamIcon.js.map +1 -0
  126. package/dist/module/icons/index.js +5 -0
  127. package/dist/module/icons/index.js.map +1 -1
  128. package/dist/module/theme/theme.js +70 -0
  129. package/dist/module/theme/theme.js.map +1 -1
  130. package/dist/module/translations/en.json +6 -1
  131. package/dist/module/version.js +1 -1
  132. package/dist/module/version.js.map +1 -1
  133. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts +30 -0
  134. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
  135. package/dist/typescript/components/Livestream/HostLivestream/index.d.ts +2 -0
  136. package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +1 -0
  137. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts +25 -0
  138. package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
  139. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts +25 -0
  140. package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
  141. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +6 -0
  142. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
  143. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +10 -0
  144. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
  145. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +6 -0
  146. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
  147. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +16 -0
  148. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
  149. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +16 -0
  150. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
  151. package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts +6 -0
  152. package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
  153. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts +17 -0
  154. package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
  155. package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts +2 -0
  156. package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
  157. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts +12 -0
  158. package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
  159. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts +10 -0
  160. package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
  161. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +26 -0
  162. package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
  163. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts +10 -0
  164. package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
  165. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +26 -0
  166. package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
  167. package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts +5 -0
  168. package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
  169. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts +32 -0
  170. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
  171. package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts +2 -0
  172. package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
  173. package/dist/typescript/components/Livestream/index.d.ts +6 -0
  174. package/dist/typescript/components/Livestream/index.d.ts.map +1 -0
  175. package/dist/typescript/components/index.d.ts +1 -0
  176. package/dist/typescript/components/index.d.ts.map +1 -1
  177. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts +3 -0
  178. package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
  179. package/dist/typescript/icons/EndStreamIcon.d.ts +3 -0
  180. package/dist/typescript/icons/EndStreamIcon.d.ts.map +1 -0
  181. package/dist/typescript/icons/Eye.d.ts +3 -0
  182. package/dist/typescript/icons/Eye.d.ts.map +1 -0
  183. package/dist/typescript/icons/LeaveStreamIcon.d.ts +3 -0
  184. package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +1 -0
  185. package/dist/typescript/icons/ShieldBadge.d.ts +3 -0
  186. package/dist/typescript/icons/ShieldBadge.d.ts.map +1 -0
  187. package/dist/typescript/icons/StartStreamIcon.d.ts +3 -0
  188. package/dist/typescript/icons/StartStreamIcon.d.ts.map +1 -0
  189. package/dist/typescript/icons/index.d.ts +5 -0
  190. package/dist/typescript/icons/index.d.ts.map +1 -1
  191. package/dist/typescript/theme/theme.d.ts +70 -0
  192. package/dist/typescript/theme/theme.d.ts.map +1 -1
  193. package/dist/typescript/translations/index.d.ts +6 -1
  194. package/dist/typescript/translations/index.d.ts.map +1 -1
  195. package/dist/typescript/version.d.ts +1 -1
  196. package/dist/typescript/version.d.ts.map +1 -1
  197. package/package.json +3 -3
  198. package/src/components/Call/CallContent/CallContent.tsx +1 -1
  199. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +99 -0
  200. package/src/components/Livestream/HostLivestream/index.ts +1 -0
  201. package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +87 -0
  202. package/src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx +163 -0
  203. package/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx +78 -0
  204. package/src/components/Livestream/LivestreamControls/LivestreamMediaControls.tsx +32 -0
  205. package/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx +78 -0
  206. package/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx +102 -0
  207. package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +75 -0
  208. package/src/components/Livestream/LivestreamControls/index.ts +5 -0
  209. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +77 -0
  210. package/src/components/Livestream/LivestreamLayout/index.ts +1 -0
  211. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +170 -0
  212. package/src/components/Livestream/LivestreamTopView/FollowerCount.tsx +74 -0
  213. package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +105 -0
  214. package/src/components/Livestream/LivestreamTopView/LiveIndicator.tsx +53 -0
  215. package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +102 -0
  216. package/src/components/Livestream/LivestreamTopView/index.ts +4 -0
  217. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +126 -0
  218. package/src/components/Livestream/ViewerLivestream/index.ts +1 -0
  219. package/src/components/Livestream/index.ts +5 -0
  220. package/src/components/index.ts +1 -0
  221. package/src/hooks/usePaginatedLayoutSortPreset.ts +27 -0
  222. package/src/icons/EndStreamIcon.tsx +13 -0
  223. package/src/icons/Eye.tsx +13 -0
  224. package/src/icons/LeaveStreamIcon.tsx +13 -0
  225. package/src/icons/ShieldBadge.tsx +13 -0
  226. package/src/icons/StartStreamIcon.tsx +13 -0
  227. package/src/icons/index.tsx +5 -0
  228. package/src/theme/theme.ts +140 -0
  229. package/src/translations/en.json +6 -1
  230. package/src/version.ts +1 -1
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the HostStartStreamButton component.
4
+ */
5
+ export type HostStartStreamButtonProps = {
6
+ /**
7
+ * Handler to be called when the Start Stream button is pressed.
8
+ * @returns void
9
+ */
10
+ onStartStreamHandler?: () => void;
11
+ /**
12
+ * Handler to be called when the End Stream button is pressed.
13
+ * @returns void
14
+ */
15
+ onEndStreamHandler?: () => void;
16
+ /**
17
+ * Enable HTTP live streaming
18
+ */
19
+ hls?: boolean;
20
+ };
21
+ /**
22
+ * The HostStartStreamButton component displays and controls the start and end of the host's live stream.
23
+ */
24
+ export declare const HostStartStreamButton: ({ onEndStreamHandler, onStartStreamHandler, hls, }: HostStartStreamButtonProps) => React.JSX.Element;
25
+ //# sourceMappingURL=HostStartStreamButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostStartStreamButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAWxC;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,uDAI/B,0BAA0B,sBAyG5B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ /**
3
+ * The LivestreamAudioControlButton controls the audio stream publish/unpublish while in the livestream for the host.
4
+ */
5
+ export declare const LivestreamAudioControlButton: () => React.JSX.Element;
6
+ //# sourceMappingURL=LivestreamAudioControlButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamAudioControlButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,eAAO,MAAM,4BAA4B,yBA0DxC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the LivestreamMediaControls component.
4
+ */
5
+ export type LivestreamMediaControlsProps = {};
6
+ /**
7
+ * The LivestreamMediaControls component controls the media publish/unpublish for the host's live stream.
8
+ */
9
+ export declare const LivestreamMediaControls: ({}: LivestreamMediaControlsProps) => React.JSX.Element;
10
+ //# sourceMappingURL=LivestreamMediaControls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamMediaControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/LivestreamMediaControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,EAAE,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,OAAQ,4BAA4B,sBAUvE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ /**
3
+ * The LivestreamVideoControlButton controls the video stream publish/unpublish while in the livestream for the host.
4
+ */
5
+ export declare const LivestreamVideoControlButton: () => React.JSX.Element;
6
+ //# sourceMappingURL=LivestreamVideoControlButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamVideoControlButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,eAAO,MAAM,4BAA4B,yBA0DxC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the ViewerLeaveStreamButton component.
4
+ */
5
+ export type ViewerLeaveStreamButtonProps = {
6
+ /**
7
+ * Handler to be called when the viewer's leave stream button is called.
8
+ * @returns void
9
+ */
10
+ onLeaveStreamHandler?: () => void;
11
+ };
12
+ /**
13
+ * The ViewerLeaveStreamButton component displays and controls the leave stream logic of the viewer's live stream.
14
+ */
15
+ export declare const ViewerLeaveStreamButton: ({ onLeaveStreamHandler, }: ViewerLeaveStreamButtonProps) => React.JSX.Element;
16
+ //# sourceMappingURL=ViewerLeaveStreamButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLeaveStreamButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAYxC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,uBAAuB,8BAEjC,4BAA4B,sBA2D9B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { ViewerLeaveStreamButtonProps } from './ViewerLeaveStreamButton';
3
+ /**
4
+ * Props for the ViewerLivestreamControls component.
5
+ */
6
+ export type ViewerLivestreamControlsProps = ViewerLeaveStreamButtonProps & {
7
+ /**
8
+ * Component to customize the leave stream button on the viewer's end live stream.
9
+ */
10
+ ViewerLeaveStreamButton?: React.ComponentType<ViewerLeaveStreamButtonProps> | null;
11
+ };
12
+ /**
13
+ * The ViewerLivestreamControls component displays the call controls for the live stream at viewer's end.
14
+ */
15
+ export declare const ViewerLivestreamControls: ({ ViewerLeaveStreamButton, onLeaveStreamHandler, }: ViewerLivestreamControlsProps) => React.JSX.Element;
16
+ //# sourceMappingURL=ViewerLivestreamControls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLivestreamControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAEL,4BAA4B,EAC7B,MAAM,2BAA2B,CAAC;AAInC;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,4BAA4B,GAAG;IACzE;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACpF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,uDAGlC,6BAA6B,sBA2B/B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './HostLivestreamControls';
2
+ export * from './LivestreamMediaControls';
3
+ export * from './HostStartStreamButton';
4
+ export * from './LivestreamAudioControlButton';
5
+ export * from './LivestreamVideoControlButton';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamControls/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { VideoRendererProps } from '../../Participant';
3
+ /**
4
+ * Props for the LivestreamLayout component.
5
+ */
6
+ export type LivestreamLayoutProps = {
7
+ landscape?: boolean;
8
+ /**
9
+ * Component to customize the video component of the participant.
10
+ */
11
+ VideoRenderer?: React.ComponentType<VideoRendererProps> | null;
12
+ };
13
+ /**
14
+ * The LivestreamLayout component presents the live stream video layout.
15
+ */
16
+ export declare const LivestreamLayout: ({ landscape, VideoRenderer, }: LivestreamLayoutProps) => React.JSX.Element;
17
+ //# sourceMappingURL=LivestreamLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LivestreamLayout.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAEL,kBAAkB,EACnB,MAAM,mBAAmB,CAAC;AAE3B;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAKlC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAChE,CAAC;AAKF;;GAEG;AACH,eAAO,MAAM,gBAAgB,kCAG1B,qBAAqB,sBAmCvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './LivestreamLayout';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the HostDurationBadge component.
4
+ */
5
+ export type DurationBadgeProps = {
6
+ mode?: 'host' | 'viewer';
7
+ };
8
+ /**
9
+ * The HostDurationBadge component displays the duration while the live stream is active.
10
+ */
11
+ export declare const DurationBadge: ({ mode }: DurationBadgeProps) => React.JSX.Element;
12
+ //# sourceMappingURL=DurationBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DurationBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/DurationBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,aAAc,kBAAkB,sBAoIzD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the FollowerCount component.
4
+ */
5
+ export type FollowerCountProps = {};
6
+ /**
7
+ * The FollowerCount component that displays the number of participants while in the call.
8
+ */
9
+ export declare const FollowerCount: ({}: FollowerCountProps) => React.JSX.Element;
10
+ //# sourceMappingURL=FollowerCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FollowerCount.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/FollowerCount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,aAAa,OAAQ,kBAAkB,sBAsCnD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { DurationBadgeProps } from './DurationBadge';
3
+ import { LiveIndicatorProps } from './LiveIndicator';
4
+ import { FollowerCountProps } from './FollowerCount';
5
+ /**
6
+ * Props for the HostLivestreamTopView component.
7
+ */
8
+ export type HostLivestreamTopViewProps = {
9
+ /**
10
+ * Component to customize the Duration badge component on the host's live stream's top view.
11
+ */
12
+ DurationBadge?: React.ComponentType<DurationBadgeProps> | null;
13
+ /**
14
+ * Component to customize the Live indicator on the host's live stream's top view.
15
+ */
16
+ LiveIndicator?: React.ComponentType<LiveIndicatorProps> | null;
17
+ /**
18
+ * Component to customize the Follower count indicator on the host's live stream's top view.
19
+ */
20
+ FollowerCount?: React.ComponentType<FollowerCountProps> | null;
21
+ };
22
+ /**
23
+ * The HostLivestreamTopView component displays the top view component of the host's live stream.
24
+ */
25
+ export declare const HostLivestreamTopView: ({ DurationBadge, LiveIndicator, FollowerCount, }: HostLivestreamTopViewProps) => React.JSX.Element;
26
+ //# sourceMappingURL=HostLivestreamTopView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HostLivestreamTopView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAKzB;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAChE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,qDAI/B,0BAA0B,sBAgC5B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ /**
3
+ * Props for the LiveIndicator component.
4
+ */
5
+ export type LiveIndicatorProps = {};
6
+ /**
7
+ * The LiveIndicator component displays whether the live stream is live or not.
8
+ */
9
+ export declare const LiveIndicator: ({}: LiveIndicatorProps) => React.JSX.Element;
10
+ //# sourceMappingURL=LiveIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/LiveIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,aAAa,OAAQ,kBAAkB,sBAyBnD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { DurationBadgeProps } from './DurationBadge';
3
+ import { LiveIndicatorProps } from './LiveIndicator';
4
+ import { FollowerCountProps } from './FollowerCount';
5
+ /**
6
+ * Props for the ViewerLivestreamTopView component.
7
+ */
8
+ export type ViewerLivestreamTopViewProps = {
9
+ /**
10
+ * Component to customize the Duration badge component on the viewer's live stream's top view.
11
+ */
12
+ DurationBadge?: React.ComponentType<DurationBadgeProps> | null;
13
+ /**
14
+ * Component to customize the Live indicator on the viewer's live stream's top view.
15
+ */
16
+ LiveIndicator?: React.ComponentType<LiveIndicatorProps> | null;
17
+ /**
18
+ * Component to customize the Follower count indicator on the viewer's live stream's top view.
19
+ */
20
+ FollowerCount?: React.ComponentType<FollowerCountProps> | null;
21
+ };
22
+ /**
23
+ * The ViewerLivestreamTopView component displays the top view component of the viewer's live stream.
24
+ */
25
+ export declare const ViewerLivestreamTopView: ({ DurationBadge, LiveIndicator, FollowerCount, }: ViewerLivestreamTopViewProps) => React.JSX.Element;
26
+ //# sourceMappingURL=ViewerLivestreamTopView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLivestreamTopView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAChE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,uBAAuB,qDAIjC,4BAA4B,sBA6B9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './DurationBadge';
2
+ export * from './FollowerCount';
3
+ export * from './LiveIndicator';
4
+ export * from './HostLivestreamTopView';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/LivestreamTopView/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+ import { ViewerLivestreamTopViewProps } from '../LivestreamTopView/ViewerLivestreamTopView';
3
+ import { ViewerLivestreamControlsProps } from '../LivestreamControls/ViewerLivestreamControls';
4
+ import { ViewerLeaveStreamButtonProps } from '../LivestreamControls/ViewerLeaveStreamButton';
5
+ import { LivestreamLayoutProps } from '../LivestreamLayout';
6
+ import { FloatingParticipantViewProps } from '../../Participant';
7
+ /**
8
+ * Props for the ViewerLivestream component.
9
+ */
10
+ export type ViewerLivestreamProps = ViewerLivestreamTopViewProps & ViewerLivestreamControlsProps & ViewerLeaveStreamButtonProps & {
11
+ /**
12
+ * Component to customize the top view at the viewer's live stream.
13
+ */
14
+ ViewerLivestreamTopView?: React.ComponentType<ViewerLivestreamTopViewProps> | null;
15
+ /**
16
+ * Component to customize the live stream video layout.
17
+ */
18
+ LivestreamLayout?: React.ComponentType<LivestreamLayoutProps> | null;
19
+ /**
20
+ * Component to customize the bottom view controls at the viewer's live stream.
21
+ */
22
+ ViewerLivestreamControls?: React.ComponentType<ViewerLivestreamControlsProps> | null;
23
+ /**
24
+ * Component to customize the FloatingParticipantView when screen is shared.
25
+ */
26
+ FloatingParticipantView?: React.ComponentType<FloatingParticipantViewProps> | null;
27
+ };
28
+ /**
29
+ * The ViewerLivestream component renders the UI for the Viewer's live stream.
30
+ */
31
+ export declare const ViewerLivestream: ({ ViewerLivestreamTopView, ViewerLivestreamControls, LivestreamLayout, FloatingParticipantView, LiveIndicator, FollowerCount, DurationBadge, ViewerLeaveStreamButton, onLeaveStreamHandler, }: ViewerLivestreamProps) => React.JSX.Element;
32
+ //# sourceMappingURL=ViewerLivestream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewerLivestream.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAEL,4BAA4B,EAC7B,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,6BAA6B,EAC9B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,4BAA4B,EAAE,MAAM,+CAA+C,CAAC;AAC7F,OAAO,EAEL,qBAAqB,EACtB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAEL,4BAA4B,EAC7B,MAAM,mBAAmB,CAAC;AAG3B;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,4BAA4B,GAC9D,6BAA6B,GAC7B,4BAA4B,GAAG;IAC7B;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACrF;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACpF,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,gBAAgB,kMAU1B,qBAAqB,sBAkDvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ViewerLivestream';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/ViewerLivestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './HostLivestream';
2
+ export * from './LivestreamControls';
3
+ export * from './LivestreamTopView';
4
+ export * from './ViewerLivestream';
5
+ export * from './LivestreamLayout';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Livestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from './Call';
2
2
  export * from './utility';
3
3
  export * from './Participant';
4
+ export * from './Livestream';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Call } from '@stream-io/video-client';
2
+ export declare const usePaginatedLayoutSortPreset: (call: Call | undefined) => void;
3
+ //# sourceMappingURL=usePaginatedLayoutSortPreset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePaginatedLayoutSortPreset.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePaginatedLayoutSortPreset.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,yBAAyB,CAAC;AAWjC,eAAO,MAAM,4BAA4B,SAAU,IAAI,GAAG,SAAS,SAUlE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const EndBroadcastIcon: () => React.JSX.Element;
3
+ //# sourceMappingURL=EndStreamIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EndStreamIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/EndStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,gBAAgB,yBAS5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const Eye: () => React.JSX.Element;
3
+ //# sourceMappingURL=Eye.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Eye.d.ts","sourceRoot":"","sources":["../../../src/icons/Eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,GAAG,yBASf,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const LeaveStreamIcon: () => React.JSX.Element;
3
+ //# sourceMappingURL=LeaveStreamIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeaveStreamIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/LeaveStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,eAAe,yBAS3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ShieldBadge: () => React.JSX.Element;
3
+ //# sourceMappingURL=ShieldBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShieldBadge.d.ts","sourceRoot":"","sources":["../../../src/icons/ShieldBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,WAAW,yBASvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const StartStreamIcon: () => React.JSX.Element;
3
+ //# sourceMappingURL=StartStreamIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartStreamIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/StartStreamIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,eAAe,yBAS3B,CAAC"}
@@ -14,4 +14,9 @@ export * from './Spotlight';
14
14
  export * from './ScreenShare';
15
15
  export * from './Reaction';
16
16
  export * from './TopViewBackground';
17
+ export * from './Eye';
18
+ export * from './ShieldBadge';
19
+ export * from './StartStreamIcon';
20
+ export * from './EndStreamIcon';
21
+ export * from './LeaveStreamIcon';
17
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
@@ -197,6 +197,76 @@ export type Theme = {
197
197
  participantsIconContainer: ViewStyle;
198
198
  participantsCountText: TextStyle;
199
199
  };
200
+ hostLivestream: {
201
+ container: ViewStyle;
202
+ };
203
+ viewerLivestream: {
204
+ container: ViewStyle;
205
+ floatingParticipantView: ViewStyle;
206
+ view: ViewStyle;
207
+ };
208
+ livestreamLayout: {
209
+ container: ViewStyle;
210
+ };
211
+ hostLivestreamTopView: {
212
+ container: ViewStyle;
213
+ leftElement: ViewStyle;
214
+ centerElement: ViewStyle;
215
+ rightElement: ViewStyle;
216
+ liveInfo: ViewStyle;
217
+ };
218
+ viewerLivestreamTopView: {
219
+ container: ViewStyle;
220
+ leftElement: ViewStyle;
221
+ centerElement: ViewStyle;
222
+ rightElement: ViewStyle;
223
+ liveInfo: ViewStyle;
224
+ };
225
+ followerCount: {
226
+ container: ViewStyle;
227
+ icon: ViewStyle;
228
+ label: TextStyle;
229
+ };
230
+ durationBadge: {
231
+ container: ViewStyle;
232
+ icon: ViewStyle;
233
+ label: TextStyle;
234
+ };
235
+ liveIndicator: {
236
+ container: ViewStyle;
237
+ label: TextStyle;
238
+ };
239
+ hostLivestreamControls: {
240
+ container: ViewStyle;
241
+ leftElement: ViewStyle;
242
+ rightElement: ViewStyle;
243
+ };
244
+ viewerLivestreamControls: {
245
+ container: ViewStyle;
246
+ leftElement: ViewStyle;
247
+ rightElement: ViewStyle;
248
+ };
249
+ hostStartStreamButton: {
250
+ container: ViewStyle;
251
+ icon: ViewStyle;
252
+ text: TextStyle;
253
+ };
254
+ viewerLeaveStreamButton: {
255
+ container: ViewStyle;
256
+ icon: ViewStyle;
257
+ text: TextStyle;
258
+ };
259
+ livestreamMediaControls: {
260
+ container: ViewStyle;
261
+ };
262
+ livestreamAudioControlButton: {
263
+ container: ViewStyle;
264
+ icon: ViewStyle;
265
+ };
266
+ livestreamVideoControlButton: {
267
+ container: ViewStyle;
268
+ icon: ViewStyle;
269
+ };
200
270
  };
201
271
  export declare const defaultTheme: Theme;
202
272
  //# sourceMappingURL=theme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme/theme.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme/theme.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,12 @@ export declare const translations: {
7
7
  Join: string;
8
8
  You: string;
9
9
  "Reconnecting...": string;
10
- "You are first to join the call.": string;
10
+ "Loading...": string;
11
+ "Start Stream": string;
12
+ "End Stream": string;
13
+ "Leave Stream": string;
14
+ Live: string;
15
+ "You are first to Join the call.": string;
11
16
  "Participants ({{ numberOfParticipants }})": string;
12
17
  "{{ userName }} is sharing their screen": string;
13
18
  "{{ numberOfParticipants }} participant(s) are in the call.": string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;CAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;CAAS,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.9";
1
+ export declare const version = "0.1.11";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -45,8 +45,8 @@
45
45
  "!**/.*"
46
46
  ],
47
47
  "dependencies": {
48
- "@stream-io/video-client": "^0.3.34",
49
- "@stream-io/video-react-bindings": "^0.2.35",
48
+ "@stream-io/video-client": "^0.3.35",
49
+ "@stream-io/video-react-bindings": "^0.2.36",
50
50
  "intl-pluralrules": "2.0.1",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "react-native-url-polyfill": "1.3.0",
@@ -179,7 +179,7 @@ export const CallContent = ({
179
179
  };
180
180
 
181
181
  return (
182
- <View style={[styles.container, callContent.container, landscapeStyles]}>
182
+ <View style={[styles.container, landscapeStyles, callContent.container]}>
183
183
  <View style={[styles.container, callContent.callParticipantsContainer]}>
184
184
  <View
185
185
  style={[styles.view, callContent.topContainer]}