@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.
- package/CHANGELOG.md +18 -0
- package/README.md +5 -4
- package/dist/commonjs/components/Call/CallContent/CallContent.js +1 -1
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +71 -0
- package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -0
- package/dist/commonjs/components/Livestream/HostLivestream/index.js +17 -0
- package/dist/commonjs/components/Livestream/HostLivestream/index.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +69 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +113 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +70 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js +38 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +70 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +83 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +64 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/index.js +61 -0
- package/dist/commonjs/components/Livestream/LivestreamControls/index.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +65 -0
- package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamLayout/index.js +17 -0
- package/dist/commonjs/components/Livestream/LivestreamLayout/index.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +144 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +71 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +87 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +55 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +80 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/index.js +50 -0
- package/dist/commonjs/components/Livestream/LivestreamTopView/index.js.map +1 -0
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +88 -0
- package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -0
- package/dist/commonjs/components/Livestream/ViewerLivestream/index.js +17 -0
- package/dist/commonjs/components/Livestream/ViewerLivestream/index.js.map +1 -0
- package/dist/commonjs/components/Livestream/index.js +61 -0
- package/dist/commonjs/components/Livestream/index.js.map +1 -0
- package/dist/commonjs/components/index.js +11 -0
- package/dist/commonjs/components/index.js.map +1 -1
- package/dist/commonjs/hooks/usePaginatedLayoutSortPreset.js +26 -0
- package/dist/commonjs/hooks/usePaginatedLayoutSortPreset.js.map +1 -0
- package/dist/commonjs/icons/EndStreamIcon.js +20 -0
- package/dist/commonjs/icons/EndStreamIcon.js.map +1 -0
- package/dist/commonjs/icons/Eye.js +20 -0
- package/dist/commonjs/icons/Eye.js.map +1 -0
- package/dist/commonjs/icons/LeaveStreamIcon.js +20 -0
- package/dist/commonjs/icons/LeaveStreamIcon.js.map +1 -0
- package/dist/commonjs/icons/ShieldBadge.js +20 -0
- package/dist/commonjs/icons/ShieldBadge.js.map +1 -0
- package/dist/commonjs/icons/StartStreamIcon.js +20 -0
- package/dist/commonjs/icons/StartStreamIcon.js.map +1 -0
- package/dist/commonjs/icons/index.js +55 -0
- package/dist/commonjs/icons/index.js.map +1 -1
- package/dist/commonjs/theme/theme.js +70 -0
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/translations/en.json +6 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/commonjs/version.js.map +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +64 -0
- package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -0
- package/dist/module/components/Livestream/HostLivestream/index.js +2 -0
- package/dist/module/components/Livestream/HostLivestream/index.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +62 -0
- package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +105 -0
- package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +63 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js +31 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamMediaControls.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +63 -0
- package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +75 -0
- package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +57 -0
- package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamControls/index.js +6 -0
- package/dist/module/components/Livestream/LivestreamControls/index.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +58 -0
- package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamLayout/index.js +2 -0
- package/dist/module/components/Livestream/LivestreamLayout/index.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +136 -0
- package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +64 -0
- package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +80 -0
- package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +48 -0
- package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +73 -0
- package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -0
- package/dist/module/components/Livestream/LivestreamTopView/index.js +5 -0
- package/dist/module/components/Livestream/LivestreamTopView/index.js.map +1 -0
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +81 -0
- package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -0
- package/dist/module/components/Livestream/ViewerLivestream/index.js +2 -0
- package/dist/module/components/Livestream/ViewerLivestream/index.js.map +1 -0
- package/dist/module/components/Livestream/index.js +6 -0
- package/dist/module/components/Livestream/index.js.map +1 -0
- package/dist/module/components/index.js +1 -0
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js +19 -0
- package/dist/module/hooks/usePaginatedLayoutSortPreset.js.map +1 -0
- package/dist/module/icons/EndStreamIcon.js +12 -0
- package/dist/module/icons/EndStreamIcon.js.map +1 -0
- package/dist/module/icons/Eye.js +12 -0
- package/dist/module/icons/Eye.js.map +1 -0
- package/dist/module/icons/LeaveStreamIcon.js +12 -0
- package/dist/module/icons/LeaveStreamIcon.js.map +1 -0
- package/dist/module/icons/ShieldBadge.js +12 -0
- package/dist/module/icons/ShieldBadge.js.map +1 -0
- package/dist/module/icons/StartStreamIcon.js +12 -0
- package/dist/module/icons/StartStreamIcon.js.map +1 -0
- package/dist/module/icons/index.js +5 -0
- package/dist/module/icons/index.js.map +1 -1
- package/dist/module/theme/theme.js +70 -0
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/translations/en.json +6 -1
- package/dist/module/version.js +1 -1
- package/dist/module/version.js.map +1 -1
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts +30 -0
- package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/HostLivestream/index.d.ts +2 -0
- package/dist/typescript/components/Livestream/HostLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts +25 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts +25 -0
- package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts +6 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts +10 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts +6 -0
- package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts +16 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts +16 -0
- package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts +6 -0
- package/dist/typescript/components/Livestream/LivestreamControls/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts +17 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/LivestreamLayout.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts +2 -0
- package/dist/typescript/components/Livestream/LivestreamLayout/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts +12 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/DurationBadge.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts +10 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/FollowerCount.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts +26 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts +10 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/LiveIndicator.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts +26 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts +5 -0
- package/dist/typescript/components/Livestream/LivestreamTopView/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts +32 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts +2 -0
- package/dist/typescript/components/Livestream/ViewerLivestream/index.d.ts.map +1 -0
- package/dist/typescript/components/Livestream/index.d.ts +6 -0
- package/dist/typescript/components/Livestream/index.d.ts.map +1 -0
- package/dist/typescript/components/index.d.ts +1 -0
- package/dist/typescript/components/index.d.ts.map +1 -1
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts +3 -0
- package/dist/typescript/hooks/usePaginatedLayoutSortPreset.d.ts.map +1 -0
- package/dist/typescript/icons/EndStreamIcon.d.ts +3 -0
- package/dist/typescript/icons/EndStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/Eye.d.ts +3 -0
- package/dist/typescript/icons/Eye.d.ts.map +1 -0
- package/dist/typescript/icons/LeaveStreamIcon.d.ts +3 -0
- package/dist/typescript/icons/LeaveStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/ShieldBadge.d.ts +3 -0
- package/dist/typescript/icons/ShieldBadge.d.ts.map +1 -0
- package/dist/typescript/icons/StartStreamIcon.d.ts +3 -0
- package/dist/typescript/icons/StartStreamIcon.d.ts.map +1 -0
- package/dist/typescript/icons/index.d.ts +5 -0
- package/dist/typescript/icons/index.d.ts.map +1 -1
- package/dist/typescript/theme/theme.d.ts +70 -0
- package/dist/typescript/theme/theme.d.ts.map +1 -1
- package/dist/typescript/translations/index.d.ts +6 -1
- package/dist/typescript/translations/index.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/dist/typescript/version.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/Call/CallContent/CallContent.tsx +1 -1
- package/src/components/Livestream/HostLivestream/HostLivestream.tsx +99 -0
- package/src/components/Livestream/HostLivestream/index.ts +1 -0
- package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +87 -0
- package/src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx +163 -0
- package/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx +78 -0
- package/src/components/Livestream/LivestreamControls/LivestreamMediaControls.tsx +32 -0
- package/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx +78 -0
- package/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx +102 -0
- package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +75 -0
- package/src/components/Livestream/LivestreamControls/index.ts +5 -0
- package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +77 -0
- package/src/components/Livestream/LivestreamLayout/index.ts +1 -0
- package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +170 -0
- package/src/components/Livestream/LivestreamTopView/FollowerCount.tsx +74 -0
- package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +105 -0
- package/src/components/Livestream/LivestreamTopView/LiveIndicator.tsx +53 -0
- package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +102 -0
- package/src/components/Livestream/LivestreamTopView/index.ts +4 -0
- package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +126 -0
- package/src/components/Livestream/ViewerLivestream/index.ts +1 -0
- package/src/components/Livestream/index.ts +5 -0
- package/src/components/index.ts +1 -0
- package/src/hooks/usePaginatedLayoutSortPreset.ts +27 -0
- package/src/icons/EndStreamIcon.tsx +13 -0
- package/src/icons/Eye.tsx +13 -0
- package/src/icons/LeaveStreamIcon.tsx +13 -0
- package/src/icons/ShieldBadge.tsx +13 -0
- package/src/icons/StartStreamIcon.tsx +13 -0
- package/src/icons/index.tsx +5 -0
- package/src/theme/theme.ts +140 -0
- package/src/translations/en.json +6 -1
- 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
|
package/dist/typescript/components/Livestream/LivestreamControls/HostStartStreamButton.d.ts.map
ADDED
|
@@ -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"}
|
package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts
ADDED
|
@@ -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
|
package/dist/typescript/components/Livestream/LivestreamControls/LivestreamMediaControls.d.ts.map
ADDED
|
@@ -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"}
|
package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts
ADDED
|
@@ -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
|
package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map
ADDED
|
@@ -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"}
|
package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts
ADDED
|
@@ -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
|
package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map
ADDED
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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
|
package/dist/typescript/components/Livestream/LivestreamTopView/HostLivestreamTopView.d.ts.map
ADDED
|
@@ -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
|
package/dist/typescript/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.d.ts.map
ADDED
|
@@ -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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Livestream/ViewerLivestream/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -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 +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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG;IAClB,QAAQ,EAAE;QACR,WAAW,EAAE;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;QACF,SAAS,EAAE;YACT,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;QACF,WAAW,EAAE;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;KACH,CAAC;IACF,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;IACxC,MAAM,EAAE,WAAW,CAAC;IACpB,MAAM,EAAE;QACN,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,UAAU,CAAC;QAClB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,WAAW,EAAE;QACX,SAAS,EAAE,SAAS,CAAC;QACrB,yBAAyB,EAAE,SAAS,CAAC;QACrC,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,YAAY,EAAE;QACZ,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,kBAAkB,EAAE;QAClB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,2BAA2B,EAAE;QAC3B,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,sBAAsB,EAAE;QACtB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,2BAA2B,EAAE;QAC3B,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,cAAc,EAAE;QACd,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,wBAAwB,EAAE,SAAS,CAAC;QACpC,aAAa,EAAE,SAAS,CAAC;KAC1B,CAAC;IACF,UAAU,EAAE;QACV,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,yBAAyB,EAAE;QACzB,SAAS,EAAE,SAAS,CAAC;QACrB,4BAA4B,EAAE,SAAS,CAAC;QACxC,6BAA6B,EAAE,SAAS,CAAC;QACzC,kBAAkB,EAAE,SAAS,CAAC;KAC/B,CAAC;IACF,KAAK,EAAE;QACL,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;QACxB,OAAO,EAAE,SAAS,CAAC;QACnB,UAAU,EAAE,SAAS,CAAC;QACtB,cAAc,EAAE,SAAS,CAAC;QAC1B,eAAe,EAAE,SAAS,CAAC;QAC3B,aAAa,EAAE,SAAS,CAAC;QACzB,QAAQ,EAAE,SAAS,CAAC;QACpB,0BAA0B,EAAE,SAAS,CAAC;QACtC,eAAe,EAAE,SAAS,CAAC;QAC3B,aAAa,EAAE,SAAS,CAAC;QACzB,uBAAuB,EAAE,SAAS,CAAC;KACpC,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,aAAa,EAAE,SAAS,CAAC;QACzB,uBAAuB,EAAE,SAAS,CAAC;QACnC,uBAAuB,EAAE,SAAS,CAAC;QACnC,gBAAgB,EAAE,SAAS,CAAC;QAC5B,wBAAwB,EAAE,SAAS,CAAC;KACrC,CAAC;IACF,kCAAkC,EAAE;QAClC,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,mBAAmB,EAAE;QACnB,SAAS,EAAE,SAAS,CAAC;QACrB,QAAQ,EAAE,SAAS,CAAC;KACrB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,SAAS,CAAC;QACjB,eAAe,EAAE,SAAS,CAAC;QAC3B,UAAU,EAAE,SAAS,CAAC;QACtB,WAAW,EAAE,UAAU,CAAC;KACzB,CAAC;IACF,eAAe,EAAE;QACf,SAAS,EAAE,SAAS,CAAC;QACrB,eAAe,EAAE,SAAS,CAAC;QAC3B,mBAAmB,EAAE,SAAS,CAAC;KAChC,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;KACxB,CAAC;IACF,kBAAkB,EAAE;QAClB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,YAAY,EAAE;QACZ,UAAU,EAAE,SAAS,CAAC;QACtB,OAAO,EAAE,SAAS,CAAC;QACnB,YAAY,EAAE,SAAS,CAAC;QACxB,gBAAgB,EAAE,SAAS,CAAC;QAC5B,oBAAoB,EAAE,SAAS,CAAC;QAChC,eAAe,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,SAAS,CAAC;KACxB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,YAAY,EAAE;QACZ,SAAS,EAAE,SAAS,CAAC;QACrB,UAAU,EAAE,SAAS,CAAC;QACtB,OAAO,EAAE,SAAS,CAAC;QACnB,YAAY,EAAE,SAAS,CAAC;QACxB,WAAW,EAAE,SAAS,CAAC;QACvB,oBAAoB,EAAE,SAAS,CAAC;QAChC,eAAe,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,SAAS,CAAC;QACvB,oBAAoB,EAAE,SAAS,CAAC;KACjC,CAAC;IACF,WAAW,EAAE;QACX,SAAS,EAAE,SAAS,CAAC;QACrB,OAAO,EAAE,SAAS,CAAC;QACnB,iBAAiB,EAAE,SAAS,CAAC;QAC7B,WAAW,EAAE,SAAS,CAAC;QACvB,aAAa,EAAE,SAAS,CAAC;QACzB,YAAY,EAAE,SAAS,CAAC;QACxB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,QAAQ,EAAE;QACR,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,eAAe,EAAE;QACf,cAAc,EAAE,SAAS,CAAC;QAC1B,qBAAqB,EAAE,SAAS,CAAC;QACjC,YAAY,EAAE,SAAS,CAAC;QACxB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;QACrB,yBAAyB,EAAE,SAAS,CAAC;QACrC,yBAAyB,EAAE,SAAS,CAAC;QACrC,qBAAqB,EAAE,SAAS,CAAC;KAClC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG;IAClB,QAAQ,EAAE;QACR,WAAW,EAAE;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;QACF,SAAS,EAAE;YACT,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;QACF,WAAW,EAAE;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;YACX,EAAE,EAAE,MAAM,CAAC;SACZ,CAAC;KACH,CAAC;IACF,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;IACxC,MAAM,EAAE,WAAW,CAAC;IACpB,MAAM,EAAE;QACN,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,UAAU,CAAC;QAClB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,WAAW,EAAE;QACX,SAAS,EAAE,SAAS,CAAC;QACrB,yBAAyB,EAAE,SAAS,CAAC;QACrC,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,YAAY,EAAE;QACZ,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,kBAAkB,EAAE;QAClB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,2BAA2B,EAAE;QAC3B,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,sBAAsB,EAAE;QACtB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,2BAA2B,EAAE;QAC3B,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,cAAc,EAAE;QACd,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,wBAAwB,EAAE,SAAS,CAAC;QACpC,aAAa,EAAE,SAAS,CAAC;KAC1B,CAAC;IACF,UAAU,EAAE;QACV,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,yBAAyB,EAAE;QACzB,SAAS,EAAE,SAAS,CAAC;QACrB,4BAA4B,EAAE,SAAS,CAAC;QACxC,6BAA6B,EAAE,SAAS,CAAC;QACzC,kBAAkB,EAAE,SAAS,CAAC;KAC/B,CAAC;IACF,KAAK,EAAE;QACL,SAAS,EAAE,SAAS,CAAC;QACrB,YAAY,EAAE,SAAS,CAAC;QACxB,OAAO,EAAE,SAAS,CAAC;QACnB,UAAU,EAAE,SAAS,CAAC;QACtB,cAAc,EAAE,SAAS,CAAC;QAC1B,eAAe,EAAE,SAAS,CAAC;QAC3B,aAAa,EAAE,SAAS,CAAC;QACzB,QAAQ,EAAE,SAAS,CAAC;QACpB,0BAA0B,EAAE,SAAS,CAAC;QACtC,eAAe,EAAE,SAAS,CAAC;QAC3B,aAAa,EAAE,SAAS,CAAC;QACzB,uBAAuB,EAAE,SAAS,CAAC;KACpC,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,aAAa,EAAE,SAAS,CAAC;QACzB,uBAAuB,EAAE,SAAS,CAAC;QACnC,uBAAuB,EAAE,SAAS,CAAC;QACnC,gBAAgB,EAAE,SAAS,CAAC;QAC5B,wBAAwB,EAAE,SAAS,CAAC;KACrC,CAAC;IACF,kCAAkC,EAAE;QAClC,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,mBAAmB,EAAE;QACnB,SAAS,EAAE,SAAS,CAAC;QACrB,QAAQ,EAAE,SAAS,CAAC;KACrB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,SAAS,CAAC;QACjB,eAAe,EAAE,SAAS,CAAC;QAC3B,UAAU,EAAE,SAAS,CAAC;QACtB,WAAW,EAAE,UAAU,CAAC;KACzB,CAAC;IACF,eAAe,EAAE;QACf,SAAS,EAAE,SAAS,CAAC;QACrB,eAAe,EAAE,SAAS,CAAC;QAC3B,mBAAmB,EAAE,SAAS,CAAC;KAChC,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;KACxB,CAAC;IACF,kBAAkB,EAAE;QAClB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,YAAY,EAAE;QACZ,UAAU,EAAE,SAAS,CAAC;QACtB,OAAO,EAAE,SAAS,CAAC;QACnB,YAAY,EAAE,SAAS,CAAC;QACxB,gBAAgB,EAAE,SAAS,CAAC;QAC5B,oBAAoB,EAAE,SAAS,CAAC;QAChC,eAAe,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,SAAS,CAAC;KACxB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,YAAY,EAAE;QACZ,SAAS,EAAE,SAAS,CAAC;QACrB,UAAU,EAAE,SAAS,CAAC;QACtB,OAAO,EAAE,SAAS,CAAC;QACnB,YAAY,EAAE,SAAS,CAAC;QACxB,WAAW,EAAE,SAAS,CAAC;QACvB,oBAAoB,EAAE,SAAS,CAAC;QAChC,eAAe,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,SAAS,CAAC;QACvB,oBAAoB,EAAE,SAAS,CAAC;KACjC,CAAC;IACF,WAAW,EAAE;QACX,SAAS,EAAE,SAAS,CAAC;QACrB,OAAO,EAAE,SAAS,CAAC;QACnB,iBAAiB,EAAE,SAAS,CAAC;QAC7B,WAAW,EAAE,SAAS,CAAC;QACvB,aAAa,EAAE,SAAS,CAAC;QACzB,YAAY,EAAE,SAAS,CAAC;QACxB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,QAAQ,EAAE;QACR,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,eAAe,EAAE;QACf,cAAc,EAAE,SAAS,CAAC;QAC1B,qBAAqB,EAAE,SAAS,CAAC;QACjC,YAAY,EAAE,SAAS,CAAC;QACxB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,oBAAoB,EAAE;QACpB,SAAS,EAAE,SAAS,CAAC;QACrB,yBAAyB,EAAE,SAAS,CAAC;QACrC,yBAAyB,EAAE,SAAS,CAAC;QACrC,qBAAqB,EAAE,SAAS,CAAC;KAClC,CAAC;IACF,cAAc,EAAE;QACd,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;QACrB,uBAAuB,EAAE,SAAS,CAAC;QACnC,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,gBAAgB,EAAE;QAChB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,qBAAqB,EAAE;QACrB,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,aAAa,EAAE,SAAS,CAAC;QACzB,YAAY,EAAE,SAAS,CAAC;QACxB,QAAQ,EAAE,SAAS,CAAC;KACrB,CAAC;IACF,uBAAuB,EAAE;QACvB,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,aAAa,EAAE,SAAS,CAAC;QACzB,YAAY,EAAE,SAAS,CAAC;QACxB,QAAQ,EAAE,SAAS,CAAC;KACrB,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;QAChB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;QAChB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,aAAa,EAAE;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;IACF,sBAAsB,EAAE;QACtB,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,wBAAwB,EAAE;QACxB,SAAS,EAAE,SAAS,CAAC;QACrB,WAAW,EAAE,SAAS,CAAC;QACvB,YAAY,EAAE,SAAS,CAAC;KACzB,CAAC;IACF,qBAAqB,EAAE;QACrB,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,uBAAuB,EAAE;QACvB,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,uBAAuB,EAAE;QACvB,SAAS,EAAE,SAAS,CAAC;KACtB,CAAC;IACF,4BAA4B,EAAE;QAC5B,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;IACF,4BAA4B,EAAE;QAC5B,SAAS,EAAE,SAAS,CAAC;QACrB,IAAI,EAAE,SAAS,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAoS1B,CAAC"}
|
|
@@ -7,7 +7,12 @@ export declare const translations: {
|
|
|
7
7
|
Join: string;
|
|
8
8
|
You: string;
|
|
9
9
|
"Reconnecting...": string;
|
|
10
|
-
"
|
|
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
|
|
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.
|
|
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,
|
|
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.
|
|
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.
|
|
49
|
-
"@stream-io/video-react-bindings": "^0.2.
|
|
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
|
|
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]}
|