@amityco/react-native-social-uikit 4.0.0-b295c41.0 → 4.0.0-c2327e7.0

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 (204) hide show
  1. package/lib/commonjs/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js +1 -1
  2. package/lib/commonjs/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js.map +1 -1
  3. package/lib/commonjs/components/MediaSection/index.js +3 -3
  4. package/lib/commonjs/components/MediaSection/index.js.map +1 -1
  5. package/lib/commonjs/components/PostTypeChoiceModal/PostTypeChoiceModal.js +14 -5
  6. package/lib/commonjs/components/PostTypeChoiceModal/PostTypeChoiceModal.js.map +1 -1
  7. package/lib/commonjs/components/PostTypeChoiceModal/style.js +1 -2
  8. package/lib/commonjs/components/PostTypeChoiceModal/style.js.map +1 -1
  9. package/lib/commonjs/components/Social/PostList/index.js +1 -3
  10. package/lib/commonjs/components/Social/PostList/index.js.map +1 -1
  11. package/lib/commonjs/index.js +6 -0
  12. package/lib/commonjs/index.js.map +1 -1
  13. package/lib/commonjs/screens/CreateLivestream/CreateLivestream.js +16 -16
  14. package/lib/commonjs/screens/CreateLivestream/CreateLivestream.js.map +1 -1
  15. package/lib/commonjs/screens/LivestreamPlayer/index.js +3 -6
  16. package/lib/commonjs/screens/LivestreamPlayer/index.js.map +1 -1
  17. package/lib/commonjs/svg/svg-xml-list.js +1 -1
  18. package/lib/commonjs/util/postTypeChecker.js.map +1 -1
  19. package/lib/commonjs/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js +11 -9
  20. package/lib/commonjs/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js.map +1 -1
  21. package/lib/commonjs/v4/PublicApi/Elements/ButtonWithIconElement/styles.js +3 -2
  22. package/lib/commonjs/v4/PublicApi/Elements/ButtonWithIconElement/styles.js.map +1 -1
  23. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js +28 -25
  24. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js.map +1 -1
  25. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js +2 -2
  26. package/lib/commonjs/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js.map +1 -1
  27. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js +206 -68
  28. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js.map +1 -1
  29. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js +50 -0
  30. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js.map +1 -0
  31. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js +71 -3
  32. package/lib/commonjs/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js.map +1 -1
  33. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js +120 -117
  34. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js.map +1 -1
  35. package/lib/commonjs/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js.map +1 -1
  36. package/lib/commonjs/v4/component/LivestreamContent/index.js +12 -12
  37. package/lib/commonjs/v4/component/LivestreamContent/index.js.map +1 -1
  38. package/lib/commonjs/v4/component/PostContent/index.js +4 -4
  39. package/lib/commonjs/v4/component/PostContent/index.js.map +1 -1
  40. package/lib/commonjs/v4/component/PostMenu/index.js +2 -2
  41. package/lib/commonjs/v4/component/PostMenu/index.js.map +1 -1
  42. package/lib/commonjs/v4/component/Toast/index.js +4 -4
  43. package/lib/commonjs/v4/component/Toast/index.js.map +1 -1
  44. package/lib/commonjs/v4/component/Toast/styles.js +2 -2
  45. package/lib/commonjs/v4/component/Toast/styles.js.map +1 -1
  46. package/lib/commonjs/v4/enum/roomStatus.js +14 -0
  47. package/lib/commonjs/v4/enum/roomStatus.js.map +1 -0
  48. package/lib/commonjs/v4/hook/index.js +22 -0
  49. package/lib/commonjs/v4/hook/index.js.map +1 -1
  50. package/lib/commonjs/v4/hook/useCustomRankingGlobalFeed.js +1 -3
  51. package/lib/commonjs/v4/hook/useCustomRankingGlobalFeed.js.map +1 -1
  52. package/lib/commonjs/v4/hook/usePostSubscription.js +38 -0
  53. package/lib/commonjs/v4/hook/usePostSubscription.js.map +1 -0
  54. package/lib/commonjs/v4/hook/useRoomSubscription.js +22 -0
  55. package/lib/commonjs/v4/hook/useRoomSubscription.js.map +1 -0
  56. package/lib/commonjs/v4/index.js +7 -0
  57. package/lib/commonjs/v4/index.js.map +1 -1
  58. package/lib/commonjs/v4/stores/slices/toast.js +4 -1
  59. package/lib/commonjs/v4/stores/slices/toast.js.map +1 -1
  60. package/lib/module/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js +1 -1
  61. package/lib/module/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.js.map +1 -1
  62. package/lib/module/components/MediaSection/index.js +3 -3
  63. package/lib/module/components/MediaSection/index.js.map +1 -1
  64. package/lib/module/components/PostTypeChoiceModal/PostTypeChoiceModal.js +15 -8
  65. package/lib/module/components/PostTypeChoiceModal/PostTypeChoiceModal.js.map +1 -1
  66. package/lib/module/components/PostTypeChoiceModal/style.js +1 -2
  67. package/lib/module/components/PostTypeChoiceModal/style.js.map +1 -1
  68. package/lib/module/components/Social/PostList/index.js +1 -3
  69. package/lib/module/components/Social/PostList/index.js.map +1 -1
  70. package/lib/module/index.js +2 -6
  71. package/lib/module/index.js.map +1 -1
  72. package/lib/module/screens/CreateLivestream/CreateLivestream.js +17 -17
  73. package/lib/module/screens/CreateLivestream/CreateLivestream.js.map +1 -1
  74. package/lib/module/screens/LivestreamPlayer/index.js +4 -8
  75. package/lib/module/screens/LivestreamPlayer/index.js.map +1 -1
  76. package/lib/module/svg/svg-xml-list.js +1 -1
  77. package/lib/module/util/postTypeChecker.js.map +1 -1
  78. package/lib/module/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js +11 -9
  79. package/lib/module/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.js.map +1 -1
  80. package/lib/module/v4/PublicApi/Elements/ButtonWithIconElement/styles.js +3 -2
  81. package/lib/module/v4/PublicApi/Elements/ButtonWithIconElement/styles.js.map +1 -1
  82. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js +29 -26
  83. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.js.map +1 -1
  84. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js +2 -2
  85. package/lib/module/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.js.map +1 -1
  86. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js +211 -72
  87. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.js.map +1 -1
  88. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js +42 -0
  89. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.js.map +1 -0
  90. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js +71 -3
  91. package/lib/module/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.js.map +1 -1
  92. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js +123 -120
  93. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.js.map +1 -1
  94. package/lib/module/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.js.map +1 -1
  95. package/lib/module/v4/component/LivestreamContent/index.js +13 -13
  96. package/lib/module/v4/component/LivestreamContent/index.js.map +1 -1
  97. package/lib/module/v4/component/PostContent/index.js +4 -4
  98. package/lib/module/v4/component/PostContent/index.js.map +1 -1
  99. package/lib/module/v4/component/PostMenu/index.js +2 -2
  100. package/lib/module/v4/component/PostMenu/index.js.map +1 -1
  101. package/lib/module/v4/component/Toast/index.js +4 -4
  102. package/lib/module/v4/component/Toast/index.js.map +1 -1
  103. package/lib/module/v4/component/Toast/styles.js +2 -2
  104. package/lib/module/v4/component/Toast/styles.js.map +1 -1
  105. package/lib/module/v4/enum/roomStatus.js +8 -0
  106. package/lib/module/v4/enum/roomStatus.js.map +1 -0
  107. package/lib/module/v4/hook/index.js +2 -0
  108. package/lib/module/v4/hook/index.js.map +1 -1
  109. package/lib/module/v4/hook/useCustomRankingGlobalFeed.js +1 -3
  110. package/lib/module/v4/hook/useCustomRankingGlobalFeed.js.map +1 -1
  111. package/lib/module/v4/hook/usePostSubscription.js +31 -0
  112. package/lib/module/v4/hook/usePostSubscription.js.map +1 -0
  113. package/lib/module/v4/hook/useRoomSubscription.js +15 -0
  114. package/lib/module/v4/hook/useRoomSubscription.js.map +1 -0
  115. package/lib/module/v4/index.js +1 -1
  116. package/lib/module/v4/index.js.map +1 -1
  117. package/lib/module/v4/stores/slices/toast.js +4 -1
  118. package/lib/module/v4/stores/slices/toast.js.map +1 -1
  119. package/lib/typescript/src/components/MediaSection/index.d.ts.map +1 -1
  120. package/lib/typescript/src/components/PostTypeChoiceModal/style.d.ts +1 -2
  121. package/lib/typescript/src/components/PostTypeChoiceModal/style.d.ts.map +1 -1
  122. package/lib/typescript/src/components/Social/PostList/index.d.ts +1 -3
  123. package/lib/typescript/src/components/Social/PostList/index.d.ts.map +1 -1
  124. package/lib/typescript/src/index.d.ts +2 -2
  125. package/lib/typescript/src/index.d.ts.map +1 -1
  126. package/lib/typescript/src/screens/LivestreamPlayer/index.d.ts.map +1 -1
  127. package/lib/typescript/src/util/postTypeChecker.d.ts +1 -1
  128. package/lib/typescript/src/util/postTypeChecker.d.ts.map +1 -1
  129. package/lib/typescript/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.d.ts +1 -3
  130. package/lib/typescript/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.d.ts.map +1 -1
  131. package/lib/typescript/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.d.ts +1 -0
  132. package/lib/typescript/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.d.ts.map +1 -1
  133. package/lib/typescript/src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.d.ts.map +1 -1
  134. package/lib/typescript/src/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.d.ts +1 -1
  135. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.d.ts.map +1 -1
  136. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.d.ts +8 -0
  137. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.d.ts.map +1 -0
  138. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.d.ts +70 -2
  139. package/lib/typescript/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.d.ts.map +1 -1
  140. package/lib/typescript/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.d.ts.map +1 -1
  141. package/lib/typescript/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.d.ts.map +1 -1
  142. package/lib/typescript/src/v4/component/LivestreamContent/index.d.ts +1 -1
  143. package/lib/typescript/src/v4/component/LivestreamContent/index.d.ts.map +1 -1
  144. package/lib/typescript/src/v4/component/PostContent/index.d.ts.map +1 -1
  145. package/lib/typescript/src/v4/component/Toast/styles.d.ts +1 -1
  146. package/lib/typescript/src/v4/component/Toast/styles.d.ts.map +1 -1
  147. package/lib/typescript/src/v4/enum/roomStatus.d.ts +8 -0
  148. package/lib/typescript/src/v4/enum/roomStatus.d.ts.map +1 -0
  149. package/lib/typescript/src/v4/hook/index.d.ts +2 -0
  150. package/lib/typescript/src/v4/hook/index.d.ts.map +1 -1
  151. package/lib/typescript/src/v4/hook/usePendingPostQuery.d.ts +3 -0
  152. package/lib/typescript/src/v4/hook/usePendingPostQuery.d.ts.map +1 -1
  153. package/lib/typescript/src/v4/hook/usePostSubscription.d.ts +4 -0
  154. package/lib/typescript/src/v4/hook/usePostSubscription.d.ts.map +1 -0
  155. package/lib/typescript/src/v4/hook/useRoomSubscription.d.ts +4 -0
  156. package/lib/typescript/src/v4/hook/useRoomSubscription.d.ts.map +1 -0
  157. package/lib/typescript/src/v4/index.d.ts +1 -0
  158. package/lib/typescript/src/v4/index.d.ts.map +1 -1
  159. package/lib/typescript/src/v4/routes/RouteParamList.d.ts +1 -1
  160. package/lib/typescript/src/v4/routes/RouteParamList.d.ts.map +1 -1
  161. package/lib/typescript/src/v4/stores/slices/toast.d.ts +1 -0
  162. package/lib/typescript/src/v4/stores/slices/toast.d.ts.map +1 -1
  163. package/package.json +6 -3
  164. package/src/components/CreatePostChooseTargetModal/CreatePostChooseTargetModal.tsx +1 -1
  165. package/src/components/MediaSection/index.tsx +4 -6
  166. package/src/components/PostTypeChoiceModal/PostTypeChoiceModal.tsx +15 -15
  167. package/src/components/PostTypeChoiceModal/style.ts +1 -2
  168. package/src/components/Social/PostList/index.tsx +1 -4
  169. package/src/index.tsx +2 -2
  170. package/src/screens/CreateLivestream/CreateLivestream.tsx +17 -17
  171. package/src/screens/LivestreamPlayer/index.tsx +9 -15
  172. package/src/svg/svg-xml-list.ts +1 -1
  173. package/src/util/postTypeChecker.ts +1 -1
  174. package/src/v4/PublicApi/Components/AmityCreatePostMenuComponent/AmityCreatePostMenuComponent.tsx +10 -10
  175. package/src/v4/PublicApi/Components/AmityPostContentComponent/AmityPostContentComponent.tsx +1 -1
  176. package/src/v4/PublicApi/Elements/ButtonWithIconElement/styles.ts +3 -2
  177. package/src/v4/PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage.tsx +24 -25
  178. package/src/v4/PublicApi/Pages/AmityCommunityProfilePage/styles.ts +2 -2
  179. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/AmityCreateLivestreamPage.tsx +241 -89
  180. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/RoomView.tsx +48 -0
  181. package/src/v4/PublicApi/Pages/AmityCreateLivestreamPage/styles.ts +72 -3
  182. package/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/AmityLivestreamPlayerPage.tsx +135 -148
  183. package/src/v4/PublicApi/Pages/AmityLivestreamPlayerPage/styles.ts +1 -0
  184. package/src/v4/component/LivestreamContent/index.tsx +21 -22
  185. package/src/v4/component/PostContent/index.tsx +6 -8
  186. package/src/v4/component/PostMenu/index.tsx +2 -2
  187. package/src/v4/component/Toast/index.tsx +1 -1
  188. package/src/v4/component/Toast/styles.ts +2 -2
  189. package/src/v4/enum/roomStatus.ts +7 -0
  190. package/src/v4/hook/index.ts +2 -0
  191. package/src/v4/hook/useCustomRankingGlobalFeed.ts +1 -1
  192. package/src/v4/hook/usePostSubscription.ts +34 -0
  193. package/src/v4/hook/useRoomSubscription.ts +19 -0
  194. package/src/v4/index.tsx +1 -1
  195. package/src/v4/routes/RouteParamList.tsx +1 -1
  196. package/src/v4/stores/slices/toast.ts +5 -0
  197. package/uikit.config.json +1 -1
  198. package/lib/commonjs/v4/enum/livestreamStatus.js +0 -13
  199. package/lib/commonjs/v4/enum/livestreamStatus.js.map +0 -1
  200. package/lib/module/v4/enum/livestreamStatus.js +0 -7
  201. package/lib/module/v4/enum/livestreamStatus.js.map +0 -1
  202. package/lib/typescript/src/v4/enum/livestreamStatus.d.ts +0 -7
  203. package/lib/typescript/src/v4/enum/livestreamStatus.d.ts.map +0 -1
  204. package/src/v4/enum/livestreamStatus.ts +0 -6
@@ -0,0 +1,19 @@
1
+ import {
2
+ getRoomWatcherTopic,
3
+ subscribeTopic,
4
+ } from '@amityco/ts-sdk-react-native';
5
+ import { useEffect } from 'react';
6
+
7
+ export const useRoomSubscription = ({ room }: { room?: Amity.Room | null }) => {
8
+ useEffect(() => {
9
+ const unsubscriber: Amity.Unsubscriber[] = [];
10
+
11
+ if (room?.roomId && room?.status !== 'recorded') {
12
+ unsubscriber.push(subscribeTopic(getRoomWatcherTopic(room)));
13
+ }
14
+
15
+ return () => unsubscriber.forEach((fn) => fn());
16
+ }, [room, room?.roomId]);
17
+
18
+ return null;
19
+ };
package/src/v4/index.tsx CHANGED
@@ -11,7 +11,7 @@ export { default as AmityMyCommunitiesSearchPage } from './PublicApi/Pages/Amity
11
11
  export { default as AmityAllCategoriesPage } from './PublicApi/Pages/AmityAllCategoriesPage/AmityAllCategoriesPage';
12
12
  export { default as AmityCommunitiesByCategoryPage } from './PublicApi/Pages/AmityCommunitiesByCategoryPage/AmityCommunitiesByCategoryPage';
13
13
  export { default as AmityCommunityProfilePage } from './PublicApi/Pages/AmityCommunityProfilePage/AmityCommunityProfilePage';
14
- // export { default as AmityCreateLivestreamPage } from './PublicApi/Pages/AmityCreateLivestreamPage';
14
+ export { default as AmityCreateLivestreamPage } from './PublicApi/Pages/AmityCreateLivestreamPage';
15
15
  export { default as AmityLivestreamPostTargetSelectionPage } from './PublicApi/Pages/AmityLivestreamPostTargetSelectionPage';
16
16
  export { default as AmityLivestreamTerminatedPage } from './PublicApi/Pages/AmityLivestreamTerminatedPage';
17
17
  export { default as AmityLivestreamPlayerPage } from './PublicApi/Pages/AmityLivestreamPlayerPage';
@@ -72,7 +72,7 @@ export type RootStackParamList = {
72
72
  targetType: string;
73
73
  };
74
74
  LivestreamPlayer: {
75
- streamId: string;
75
+ roomId: string;
76
76
  post: Amity.Post;
77
77
  };
78
78
  LivestreamTerminated: {
@@ -10,12 +10,14 @@ type ToastState = {
10
10
  message: string;
11
11
  type: 'failed' | 'success' | 'informative' | 'loading';
12
12
  duration?: number;
13
+ bottomPosition?: number;
13
14
  };
14
15
  const initialState: ToastState = {
15
16
  visible: false,
16
17
  message: '',
17
18
  type: 'loading',
18
19
  duration: 2500,
20
+ bottomPosition: 16,
19
21
  };
20
22
 
21
23
  const toastSlice = createSlice({
@@ -27,12 +29,15 @@ const toastSlice = createSlice({
27
29
  state.message = action.payload.message;
28
30
  state.type = action.payload.type;
29
31
  state.duration = action.payload.duration ?? initialState.duration;
32
+ state.bottomPosition =
33
+ action.payload.bottomPosition ?? initialState.bottomPosition;
30
34
  },
31
35
  hideToast: (state) => {
32
36
  state.visible = false;
33
37
  state.message = '';
34
38
  state.type = 'loading';
35
39
  state.duration = 2500;
40
+ state.bottomPosition = 16;
36
41
  },
37
42
  },
38
43
  });
package/uikit.config.json CHANGED
@@ -287,7 +287,7 @@
287
287
  "image": "create_poll_button"
288
288
  },
289
289
  "social_home_page/create_post_menu/create_livestream_button": {
290
- "text": "Livestream",
290
+ "text": "Live stream",
291
291
  "image": "create_livestream_button"
292
292
  },
293
293
  "select_post_target_page/*/close_button": {
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.LivestreamStatus = void 0;
7
- const LivestreamStatus = exports.LivestreamStatus = {
8
- idle: 'idle',
9
- live: 'live',
10
- recorded: 'recorded',
11
- ended: 'ended'
12
- };
13
- //# sourceMappingURL=livestreamStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["LivestreamStatus","exports","idle","live","recorded","ended"],"sourceRoot":"../../../../src","sources":["v4/enum/livestreamStatus.ts"],"mappings":";;;;;;AAAO,MAAMA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAC9BE,IAAI,EAAE,MAA4B;EAClCC,IAAI,EAAE,MAA4B;EAClCC,QAAQ,EAAE,UAAgC;EAC1CC,KAAK,EAAE;AACT,CAAC","ignoreList":[]}
@@ -1,7 +0,0 @@
1
- export const LivestreamStatus = {
2
- idle: 'idle',
3
- live: 'live',
4
- recorded: 'recorded',
5
- ended: 'ended'
6
- };
7
- //# sourceMappingURL=livestreamStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["LivestreamStatus","idle","live","recorded","ended"],"sourceRoot":"../../../../src","sources":["v4/enum/livestreamStatus.ts"],"mappings":"AAAA,OAAO,MAAMA,gBAAgB,GAAG;EAC9BC,IAAI,EAAE,MAA4B;EAClCC,IAAI,EAAE,MAA4B;EAClCC,QAAQ,EAAE,UAAgC;EAC1CC,KAAK,EAAE;AACT,CAAC","ignoreList":[]}
@@ -1,7 +0,0 @@
1
- export declare const LivestreamStatus: {
2
- idle: Amity.StreamStatus;
3
- live: Amity.StreamStatus;
4
- recorded: Amity.StreamStatus;
5
- ended: Amity.StreamStatus;
6
- };
7
- //# sourceMappingURL=livestreamStatus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"livestreamStatus.d.ts","sourceRoot":"","sources":["../../../../../src/v4/enum/livestreamStatus.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;UACX,KAAK,CAAC,YAAY;UAClB,KAAK,CAAC,YAAY;cACV,KAAK,CAAC,YAAY;WACxB,KAAK,CAAC,YAAY;CACrC,CAAC"}
@@ -1,6 +0,0 @@
1
- export const LivestreamStatus = {
2
- idle: 'idle' as Amity.StreamStatus,
3
- live: 'live' as Amity.StreamStatus,
4
- recorded: 'recorded' as Amity.StreamStatus,
5
- ended: 'ended' as Amity.StreamStatus,
6
- };