@stream-io/video-react-native-sdk 0.1.7 → 0.1.9
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/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +1 -2
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js +1 -2
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +1 -2
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js +2 -4
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/common.js.map +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/index.js +1 -2
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/index.js.map +1 -1
- package/dist/commonjs/constants/TestIds.js +4 -8
- package/dist/commonjs/constants/TestIds.js.map +1 -1
- package/dist/commonjs/constants/index.js +4 -8
- package/dist/commonjs/constants/index.js.map +1 -1
- package/dist/commonjs/contexts/ThemeContext.js +1 -2
- package/dist/commonjs/contexts/ThemeContext.js.map +1 -1
- package/dist/commonjs/index.js +0 -12
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/theme/colors.js +2 -4
- package/dist/commonjs/theme/colors.js.map +1 -1
- package/dist/commonjs/theme/index.js +1 -2
- package/dist/commonjs/theme/index.js.map +1 -1
- package/dist/commonjs/theme/theme.js +1 -2
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/translations/index.js +1 -2
- package/dist/commonjs/translations/index.js.map +1 -1
- package/dist/commonjs/utils/internal/newNotificationCallbacks.js +1 -2
- package/dist/commonjs/utils/internal/newNotificationCallbacks.js.map +1 -1
- package/dist/commonjs/utils/internal/pushLogoutCallback.js +1 -2
- package/dist/commonjs/utils/internal/pushLogoutCallback.js.map +1 -1
- package/dist/commonjs/utils/push/rxSubjects.js +8 -14
- package/dist/commonjs/utils/push/rxSubjects.js.map +1 -1
- package/dist/commonjs/version.js +1 -2
- package/dist/commonjs/version.js.map +1 -1
- package/dist/module/index.js +0 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts +1 -1
- package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts +1 -1
- package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ChatButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ChatButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/OutgoingCallControls.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts +2 -1
- package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts +2 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts +2 -1
- package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts +1 -1
- package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts +1 -1
- package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts.map +1 -1
- package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts +2 -1
- package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts +2 -1
- package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts +2 -2
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts +2 -1
- package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/JoiningCallIndicator.d.ts +2 -1
- package/dist/typescript/components/Call/RingingCallContent/JoiningCallIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts +2 -1
- package/dist/typescript/components/Call/RingingCallContent/UserInfo.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts +2 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/AnimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts +2 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts +2 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts +2 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +2 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts +2 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +2 -2
- package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts +2 -1
- package/dist/typescript/components/Participant/ParticipantView/VideoRenderer.d.ts.map +1 -1
- package/dist/typescript/components/utility/Avatar.d.ts +2 -1
- package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
- package/dist/typescript/contexts/StreamVideoContext.d.ts +1 -1
- package/dist/typescript/contexts/StreamVideoContext.d.ts.map +1 -1
- package/dist/typescript/icons/Back.d.ts +2 -1
- package/dist/typescript/icons/Back.d.ts.map +1 -1
- package/dist/typescript/icons/CameraSwitch.d.ts +2 -1
- package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
- package/dist/typescript/icons/Chat.d.ts +2 -1
- package/dist/typescript/icons/Chat.d.ts.map +1 -1
- package/dist/typescript/icons/Mic.d.ts +2 -1
- package/dist/typescript/icons/Mic.d.ts.map +1 -1
- package/dist/typescript/icons/MicOff.d.ts +2 -1
- package/dist/typescript/icons/MicOff.d.ts.map +1 -1
- package/dist/typescript/icons/Participants.d.ts +2 -1
- package/dist/typescript/icons/Participants.d.ts.map +1 -1
- package/dist/typescript/icons/Phone.d.ts +2 -1
- package/dist/typescript/icons/Phone.d.ts.map +1 -1
- package/dist/typescript/icons/PhoneDown.d.ts +2 -1
- package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
- package/dist/typescript/icons/PinVertical.d.ts +2 -1
- package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
- package/dist/typescript/icons/Reaction.d.ts +2 -1
- package/dist/typescript/icons/Reaction.d.ts.map +1 -1
- package/dist/typescript/icons/ScreenShare.d.ts +2 -1
- package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
- package/dist/typescript/icons/Settings.d.ts +2 -1
- package/dist/typescript/icons/Settings.d.ts.map +1 -1
- package/dist/typescript/icons/Spotlight.d.ts +2 -1
- package/dist/typescript/icons/Spotlight.d.ts.map +1 -1
- package/dist/typescript/icons/ThreeDots.d.ts +2 -1
- package/dist/typescript/icons/ThreeDots.d.ts.map +1 -1
- package/dist/typescript/icons/TopViewBackground.d.ts +2 -1
- package/dist/typescript/icons/TopViewBackground.d.ts.map +1 -1
- package/dist/typescript/icons/Video.d.ts +2 -1
- package/dist/typescript/icons/Video.d.ts.map +1 -1
- package/dist/typescript/icons/VideoSlash.d.ts +2 -1
- package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
- package/dist/typescript/index.d.ts +0 -1
- package/dist/typescript/index.d.ts.map +1 -1
- package/dist/typescript/providers/MediaStreamManagement.d.ts +2 -2
- package/dist/typescript/providers/MediaStreamManagement.d.ts.map +1 -1
- package/dist/typescript/providers/StreamCall.d.ts +2 -2
- package/dist/typescript/providers/StreamCall.d.ts.map +1 -1
- package/dist/typescript/providers/StreamVideo.d.ts +2 -2
- package/dist/typescript/providers/StreamVideo.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/expo-config-plugin/dist/common/types.d.ts +1 -1
- package/expo-config-plugin/dist/withAppBuildGradle.js +0 -3
- package/expo-config-plugin/dist/withPushAppDelegate.js +1 -1
- package/expo-config-plugin/dist/withiOSInfoPlist.js +1 -1
- package/package.json +6 -7
- package/src/index.ts +0 -1
- package/src/version.ts +1 -1
|
@@ -9,48 +9,42 @@ var _rxjs = require("rxjs");
|
|
|
9
9
|
* This rxjs subject is used to store the call cid of the accepted incoming call from push notification
|
|
10
10
|
* Note: it is should be subscribed only when a user has connected to the websocket of Stream
|
|
11
11
|
*/
|
|
12
|
-
const pushNonRingingCallData$ = new _rxjs.BehaviorSubject(undefined);
|
|
12
|
+
const pushNonRingingCallData$ = exports.pushNonRingingCallData$ = new _rxjs.BehaviorSubject(undefined);
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* This rxjs subject is used to store the call cid of the accepted incoming call from push notification
|
|
16
16
|
* Note: it is should be subscribed only when a user has connected to the websocket of Stream
|
|
17
17
|
*/
|
|
18
|
-
exports.
|
|
19
|
-
const pushAcceptedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
18
|
+
const pushAcceptedIncomingCallCId$ = exports.pushAcceptedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
20
19
|
|
|
21
20
|
/**
|
|
22
21
|
* This rxjs subject is used to store the call cid of the tapped incoming call from push notification it is neither accepted nor rejected yet
|
|
23
22
|
* Note: it should be subscribed only when a user has connected to the websocket of Stream
|
|
24
23
|
*/
|
|
25
|
-
exports.
|
|
26
|
-
const pushTappedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
24
|
+
const pushTappedIncomingCallCId$ = exports.pushTappedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
27
25
|
|
|
28
26
|
/**
|
|
29
27
|
* This rxjs subject is used to store the call cid of the accepted incoming call from push notification
|
|
30
28
|
* Note: it should be subscribed only when a user has connected to the websocket of Stream
|
|
31
29
|
*/
|
|
32
|
-
exports.
|
|
33
|
-
const pushRejectedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
30
|
+
const pushRejectedIncomingCallCId$ = exports.pushRejectedIncomingCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
34
31
|
|
|
35
32
|
/**
|
|
36
33
|
* This rxjs subject is used to store the call cid of the incoming call from ios voip pushkit notification
|
|
37
34
|
*/
|
|
38
|
-
exports.
|
|
39
|
-
const voipPushNotificationCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
35
|
+
const voipPushNotificationCallCId$ = exports.voipPushNotificationCallCId$ = new _rxjs.BehaviorSubject(undefined);
|
|
40
36
|
|
|
41
37
|
/** The pair of cid of a call and its corresponding uuid created in the native side */
|
|
42
|
-
|
|
38
|
+
|
|
43
39
|
/*
|
|
44
40
|
* This rxjs subject should only used to store the CallkeepMap
|
|
45
41
|
* for the incoming call when on foreground
|
|
46
42
|
* or in other words, when we get didDisplayIncomingCall from callkeep lib
|
|
47
43
|
*/
|
|
48
|
-
const voipCallkeepCallOnForegroundMap$ = new _rxjs.BehaviorSubject(undefined);
|
|
44
|
+
const voipCallkeepCallOnForegroundMap$ = exports.voipCallkeepCallOnForegroundMap$ = new _rxjs.BehaviorSubject(undefined);
|
|
49
45
|
|
|
50
46
|
/*
|
|
51
47
|
* This rxjs subject should only used to store the CallkeepMap when it was accepted in the native dialer
|
|
52
48
|
*/
|
|
53
|
-
exports.
|
|
54
|
-
const voipCallkeepAcceptedCallOnNativeDialerMap$ = new _rxjs.BehaviorSubject(undefined);
|
|
55
|
-
exports.voipCallkeepAcceptedCallOnNativeDialerMap$ = voipCallkeepAcceptedCallOnNativeDialerMap$;
|
|
49
|
+
const voipCallkeepAcceptedCallOnNativeDialerMap$ = exports.voipCallkeepAcceptedCallOnNativeDialerMap$ = new _rxjs.BehaviorSubject(undefined);
|
|
56
50
|
//# sourceMappingURL=rxSubjects.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_rxjs","require","pushNonRingingCallData$","
|
|
1
|
+
{"version":3,"names":["_rxjs","require","pushNonRingingCallData$","exports","BehaviorSubject","undefined","pushAcceptedIncomingCallCId$","pushTappedIncomingCallCId$","pushRejectedIncomingCallCId$","voipPushNotificationCallCId$","voipCallkeepCallOnForegroundMap$","voipCallkeepAcceptedCallOnNativeDialerMap$"],"sourceRoot":"../../../../src","sources":["utils/push/rxSubjects.ts"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAGA;AACA;AACA;AACA;AACO,MAAMC,uBAAuB,GAAAC,OAAA,CAAAD,uBAAA,GAAG,IAAIE,qBAAe,CAExDC,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACO,MAAMC,4BAA4B,GAAAH,OAAA,CAAAG,4BAAA,GAAG,IAAIF,qBAAe,CAE7DC,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACO,MAAME,0BAA0B,GAAAJ,OAAA,CAAAI,0BAAA,GAAG,IAAIH,qBAAe,CAE3DC,SAAS,CAAC;;AAEZ;AACA;AACA;AACA;AACO,MAAMG,4BAA4B,GAAAL,OAAA,CAAAK,4BAAA,GAAG,IAAIJ,qBAAe,CAE7DC,SAAS,CAAC;;AAEZ;AACA;AACA;AACO,MAAMI,4BAA4B,GAAAN,OAAA,CAAAM,4BAAA,GAAG,IAAIL,qBAAe,CAE7DC,SAAS,CAAC;;AAEZ;;AAMA;AACA;AACA;AACA;AACA;AACO,MAAMK,gCAAgC,GAAAP,OAAA,CAAAO,gCAAA,GAAG,IAAIN,qBAAe,CAEjEC,SAAS,CAAC;;AAEZ;AACA;AACA;AACO,MAAMM,0CAA0C,GAAAR,OAAA,CAAAQ,0CAAA,GAAG,IAAIP,qBAAe,CAE3EC,SAAS,CAAC"}
|
package/dist/commonjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,
|
|
1
|
+
{"version":3,"names":["version","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,OAAO"}
|
package/dist/module/index.js
CHANGED
|
@@ -18,7 +18,6 @@ if (Platform.OS !== 'web') {
|
|
|
18
18
|
|
|
19
19
|
// only enable warning and error logs from webrtc library
|
|
20
20
|
Logger.enable(`${Logger.ROOT_PREFIX}:(WARN|ERROR)`);
|
|
21
|
-
export * from '@stream-io/i18n';
|
|
22
21
|
export * from '@stream-io/video-client';
|
|
23
22
|
export * from '@stream-io/video-react-bindings';
|
|
24
23
|
export * from './components';
|
package/dist/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["setClientDetails","registerGlobals","Logger","Platform","OS","enable","ROOT_PREFIX","StreamVideo","StreamCall","MediaStreamManagement"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAC3D;AACA,OAAO,wBAAwB;AAC/B;AACA,OAAO,gCAAgC;AACvC;AACA,OAAO,kBAAkB;AACzB,SAASC,eAAe,QAAQ,gCAAgC;AAChE,OAAOC,MAAM,MAAM,2CAA2C;AAC9D,SAASC,QAAQ,QAAQ,cAAc;;AAEvC;AACA;AACA;AACA,IAAIA,QAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;EACzBH,eAAe,CAAC,CAAC;AACnB;;AAEA;AACAC,MAAM,CAACG,MAAM,CAAE,GAAEH,MAAM,CAACI,WAAY,eAAc,CAAC;AAEnD,cAAc,
|
|
1
|
+
{"version":3,"names":["setClientDetails","registerGlobals","Logger","Platform","OS","enable","ROOT_PREFIX","StreamVideo","StreamCall","MediaStreamManagement"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,0BAA0B;AAC3D;AACA,OAAO,wBAAwB;AAC/B;AACA,OAAO,gCAAgC;AACvC;AACA,OAAO,kBAAkB;AACzB,SAASC,eAAe,QAAQ,gCAAgC;AAChE,OAAOC,MAAM,MAAM,2CAA2C;AAC9D,SAASC,QAAQ,QAAQ,cAAc;;AAEvC;AACA;AACA;AACA,IAAIA,QAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;EACzBH,eAAe,CAAC,CAAC;AACnB;;AAEA;AACAC,MAAM,CAACG,MAAM,CAAE,GAAEH,MAAM,CAACI,WAAY,eAAc,CAAC;AAEnD,cAAc,yBAAyB;AACvC,cAAc,iCAAiC;AAC/C,cAAc,cAAc;AAC5B,cAAc,YAAY;AAC1B,cAAc,SAAS;AACvB,cAAc,SAAS;AACvB,cAAc,SAAS;AACvB,cAAc,gBAAgB;;AAE9B;AACA;AACA,SAASC,WAAW,EAAEC,UAAU,EAAEC,qBAAqB,QAAQ,aAAa;AAE5ET,gBAAgB,CAAC,CAAC"}
|
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.9';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -36,6 +36,6 @@ export type CallContentProps = Pick<HangUpCallButtonProps, 'onHangupCallHandler'
|
|
|
36
36
|
supportedReactions?: StreamReactionType[];
|
|
37
37
|
landscape?: boolean;
|
|
38
38
|
};
|
|
39
|
-
export declare const CallContent: ({ onBackPressed, onParticipantInfoPress, onHangupCallHandler, CallParticipantsList, CallTopView, CallControls, FloatingParticipantView, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, ParticipantsInfoBadge, VideoRenderer, layout, landscape, supportedReactions, }: CallContentProps) => JSX.Element;
|
|
39
|
+
export declare const CallContent: ({ onBackPressed, onParticipantInfoPress, onHangupCallHandler, CallParticipantsList, CallTopView, CallControls, FloatingParticipantView, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, ParticipantsInfoBadge, VideoRenderer, layout, landscape, supportedReactions, }: CallContentProps) => React.JSX.Element;
|
|
40
40
|
export {};
|
|
41
41
|
//# sourceMappingURL=CallContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAEL,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAOxB,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAgB,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIvE,OAAO,EAEL,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAC1B,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CAC9E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,IAAI,CACF,gBAAgB,EAChB,eAAe,GAAG,wBAAwB,GAAG,uBAAuB,CACrE,GACD,yBAAyB,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAK1C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ,eAAO,MAAM,WAAW,iVAkBrB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAEL,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAOxB,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAgB,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIvE,OAAO,EAEL,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAC1B,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5D;;OAEG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACnF;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CAC9E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,IAAI,CACF,gBAAgB,EAChB,eAAe,GAAG,wBAAwB,GAAG,uBAAuB,CACrE,GACD,yBAAyB,GAAG;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAK1C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ,eAAO,MAAM,WAAW,iVAkBrB,gBAAgB,sBA6HlB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* The props for the Accept Call button.
|
|
3
4
|
*/
|
|
@@ -18,6 +19,6 @@ type AcceptCallButtonProps = {
|
|
|
18
19
|
*
|
|
19
20
|
* Mostly calls call.join() internally.
|
|
20
21
|
*/
|
|
21
|
-
export declare const AcceptCallButton: ({ onPressHandler, onAcceptCallHandler, }: AcceptCallButtonProps) => JSX.Element;
|
|
22
|
+
export declare const AcceptCallButton: ({ onPressHandler, onAcceptCallHandler, }: AcceptCallButtonProps) => React.JSX.Element;
|
|
22
23
|
export {};
|
|
23
24
|
//# sourceMappingURL=AcceptCallButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAG1B,qBAAqB,sBAkCvB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ViewProps } from 'react-native';
|
|
2
3
|
import { HangUpCallButtonProps } from './HangupCallButton';
|
|
3
4
|
/**
|
|
@@ -14,5 +15,5 @@ export type CallControlProps = Pick<ViewProps, 'style'> & Pick<HangUpCallButtonP
|
|
|
14
15
|
* A list/row of controls (mute audio/video, toggle front/back camera, hangup call etc.)
|
|
15
16
|
* the user can trigger within an active call.
|
|
16
17
|
*/
|
|
17
|
-
export declare const CallControls: ({ style, onHangupCallHandler, landscape, }: CallControlProps) => JSX.Element;
|
|
18
|
+
export declare const CallControls: ({ style, onHangupCallHandler, landscape, }: CallControlProps) => React.JSX.Element;
|
|
18
19
|
//# sourceMappingURL=CallControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,EAAa,MAAM,cAAc,CAAC;AAKtE,OAAO,EAAoB,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG7E;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GACrD,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,GAAG;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,YAAY,+CAItB,gBAAgB,sBAyBlB,CAAC"}
|
|
@@ -32,6 +32,6 @@ interface CallControlsButtonProps {
|
|
|
32
32
|
*/
|
|
33
33
|
onLayout?: View['props']['onLayout'];
|
|
34
34
|
}
|
|
35
|
-
export declare const CallControlsButton: (props: React.PropsWithChildren<CallControlsButtonProps>) => JSX.Element;
|
|
35
|
+
export declare const CallControlsButton: (props: React.PropsWithChildren<CallControlsButtonProps>) => React.JSX.Element;
|
|
36
36
|
export {};
|
|
37
37
|
//# sourceMappingURL=CallControlsButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,EAEV,cAAc,EAEd,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,UAAU,uBAAuB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,kBAAkB,UACtB,MAAM,iBAAiB,CAAC,uBAAuB,CAAC,
|
|
1
|
+
{"version":3,"file":"CallControlsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/CallControlsButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,UAAU,EAEV,cAAc,EAEd,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,UAAU,uBAAuB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,kBAAkB,UACtB,MAAM,iBAAiB,CAAC,uBAAuB,CAAC,sBA0DxD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* The props for the Chat Button in the Call Controls.
|
|
3
4
|
*/
|
|
@@ -17,5 +18,5 @@ export type ChatButtonProps = {
|
|
|
17
18
|
*
|
|
18
19
|
* This call also display the unread count indicator/badge is there messages that are unread.
|
|
19
20
|
*/
|
|
20
|
-
export declare const ChatButton: ({ onPressHandler, unreadBadgeCount, }: ChatButtonProps) => JSX.Element;
|
|
21
|
+
export declare const ChatButton: ({ onPressHandler, unreadBadgeCount, }: ChatButtonProps) => React.JSX.Element;
|
|
21
22
|
//# sourceMappingURL=ChatButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ChatButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ChatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,0CAGpB,eAAe,sBAUjB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* The props for the Hang up call button in the Call Controls.
|
|
3
4
|
*/
|
|
@@ -19,5 +20,5 @@ export type HangUpCallButtonProps = {
|
|
|
19
20
|
*
|
|
20
21
|
* Mostly calls call.leave() internally.
|
|
21
22
|
*/
|
|
22
|
-
export declare const HangUpCallButton: ({ onPressHandler, onHangupCallHandler, }: HangUpCallButtonProps) => JSX.Element;
|
|
23
|
+
export declare const HangUpCallButton: ({ onPressHandler, onHangupCallHandler, }: HangUpCallButtonProps) => React.JSX.Element;
|
|
23
24
|
//# sourceMappingURL=HangupCallButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAG1B,qBAAqB,sBAoCvB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the IncomingCallControls Component.
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type IncomingCallControlsProps = {
|
|
|
11
12
|
*/
|
|
12
13
|
onRejectCallHandler?: () => void;
|
|
13
14
|
};
|
|
14
|
-
export declare const IncomingCallControls: ({ onAcceptCallHandler, onRejectCallHandler, }: IncomingCallControlsProps) => JSX.Element;
|
|
15
|
+
export declare const IncomingCallControls: ({ onAcceptCallHandler, onRejectCallHandler, }: IncomingCallControlsProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=IncomingCallControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IncomingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/IncomingCallControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IncomingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/IncomingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,kDAG9B,yBAAyB,sBAW3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LobbyControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/LobbyControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LobbyControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/LobbyControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,eAAO,MAAM,aAAa,yBAUzB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the OutgoingCallControls Component.
|
|
3
4
|
*/
|
|
@@ -7,5 +8,5 @@ export type OutgoingCallControlsProps = {
|
|
|
7
8
|
*/
|
|
8
9
|
onHangupCallHandler?: () => void;
|
|
9
10
|
};
|
|
10
|
-
export declare const OutgoingCallControls: ({ onHangupCallHandler, }: OutgoingCallControlsProps) => JSX.Element;
|
|
11
|
+
export declare const OutgoingCallControls: ({ onHangupCallHandler, }: OutgoingCallControlsProps) => React.JSX.Element;
|
|
11
12
|
//# sourceMappingURL=OutgoingCallControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OutgoingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/OutgoingCallControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OutgoingCallControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/OutgoingCallControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,6BAE9B,yBAAyB,sBAe3B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { StreamReactionType } from '../CallContent';
|
|
2
3
|
/**
|
|
3
4
|
* Props for the Reaction button
|
|
@@ -16,5 +17,5 @@ export type ReactionsButtonProps = {
|
|
|
16
17
|
* Button to display the list of Reactions supported in the call.
|
|
17
18
|
* On press, it opens a view that can be used to send Reaction.
|
|
18
19
|
*/
|
|
19
|
-
export declare const ReactionsButton: ({ supportedReactions, onPressHandler, }: ReactionsButtonProps) => JSX.Element;
|
|
20
|
+
export declare const ReactionsButton: ({ supportedReactions, onPressHandler, }: ReactionsButtonProps) => React.JSX.Element;
|
|
20
21
|
//# sourceMappingURL=ReactionsButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReactionsButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ReactionsButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,4CAGzB,oBAAoB,sBAuDtB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* The props for the Reject Call button.
|
|
3
4
|
*/
|
|
@@ -19,6 +20,6 @@ type RejectCallButtonProps = {
|
|
|
19
20
|
*
|
|
20
21
|
* Mostly calls call.leave({ reject: true }) internally.
|
|
21
22
|
*/
|
|
22
|
-
export declare const RejectCallButton: ({ onPressHandler, onRejectCallHandler, }: RejectCallButtonProps) => JSX.Element;
|
|
23
|
+
export declare const RejectCallButton: ({ onPressHandler, onRejectCallHandler, }: RejectCallButtonProps) => React.JSX.Element;
|
|
23
24
|
export {};
|
|
24
25
|
//# sourceMappingURL=RejectCallButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,6CAG1B,qBAAqB,sBAyCvB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the Toggle Audio preview button
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type ToggleAudioPreviewButtonProps = {
|
|
|
11
12
|
/**
|
|
12
13
|
* Button to toggle audio mute/unmute status before joining the call.
|
|
13
14
|
*/
|
|
14
|
-
export declare const ToggleAudioPreviewButton: ({ onPressHandler, }: ToggleAudioPreviewButtonProps) => JSX.Element;
|
|
15
|
+
export declare const ToggleAudioPreviewButton: ({ onPressHandler, }: ToggleAudioPreviewButtonProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=ToggleAudioPreviewButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleAudioPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPreviewButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleAudioPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPreviewButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,wBAElC,6BAA6B,sBAyC/B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the Toggle Audio publishing button
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type ToggleAudioPublishingButtonProps = {
|
|
|
11
12
|
/**
|
|
12
13
|
* Button to toggle audio mute/unmute status while in the call.
|
|
13
14
|
*/
|
|
14
|
-
export declare const ToggleAudioPublishingButton: ({ onPressHandler, }: ToggleAudioPublishingButtonProps) => JSX.Element;
|
|
15
|
+
export declare const ToggleAudioPublishingButton: ({ onPressHandler, }: ToggleAudioPublishingButtonProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=ToggleAudioPublishingButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleAudioPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPublishingButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleAudioPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,wBAErC,gCAAgC,sBAgClC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the Toggle Camera face button.
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type ToggleCameraFaceButtonProps = {
|
|
|
11
12
|
/**
|
|
12
13
|
* Button to toggle camera face(front/back) when in the call.
|
|
13
14
|
*/
|
|
14
|
-
export declare const ToggleCameraFaceButton: ({ onPressHandler, }: ToggleCameraFaceButtonProps) => JSX.Element;
|
|
15
|
+
export declare const ToggleCameraFaceButton: ({ onPressHandler, }: ToggleCameraFaceButtonProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=ToggleCameraFaceButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleCameraFaceButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleCameraFaceButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleCameraFaceButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleCameraFaceButton.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,wBAEhC,2BAA2B,sBAiC7B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the Toggle Video preview button
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type ToggleVideoPreviewButtonProps = {
|
|
|
11
12
|
/**
|
|
12
13
|
* Button to toggle video mute/unmute status before joining the call.
|
|
13
14
|
*/
|
|
14
|
-
export declare const ToggleVideoPreviewButton: ({ onPressHandler, }: ToggleVideoPreviewButtonProps) => JSX.Element;
|
|
15
|
+
export declare const ToggleVideoPreviewButton: ({ onPressHandler, }: ToggleVideoPreviewButtonProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=ToggleVideoPreviewButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleVideoPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPreviewButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleVideoPreviewButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPreviewButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,wBAElC,6BAA6B,sBAwC/B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* Props for the Toggle Video publishing button
|
|
3
4
|
*/
|
|
@@ -11,5 +12,5 @@ export type ToggleVideoPublishingButtonProps = {
|
|
|
11
12
|
/**
|
|
12
13
|
* Button to toggle video mute/unmute status while in the call.
|
|
13
14
|
*/
|
|
14
|
-
export declare const ToggleVideoPublishingButton: ({ onPressHandler, }: ToggleVideoPublishingButtonProps) => JSX.Element;
|
|
15
|
+
export declare const ToggleVideoPublishingButton: ({ onPressHandler, }: ToggleVideoPublishingButtonProps) => React.JSX.Element;
|
|
15
16
|
//# sourceMappingURL=ToggleVideoPublishingButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleVideoPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPublishingButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToggleVideoPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,wBAErC,gCAAgC,sBA6BlC,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { LayoutRectangle } from 'react-native';
|
|
2
3
|
import { ReactionsButtonProps } from '../ReactionsButton';
|
|
3
4
|
type ReactionPickerProps = Pick<ReactionsButtonProps, 'supportedReactions'> & {
|
|
4
5
|
reactionsButtonLayoutRectangle?: LayoutRectangle;
|
|
5
6
|
onRequestedClose: () => void;
|
|
6
7
|
};
|
|
7
|
-
export declare const ReactionsPicker: ({ supportedReactions, reactionsButtonLayoutRectangle, onRequestedClose, }: ReactionPickerProps) => JSX.Element;
|
|
8
|
+
export declare const ReactionsPicker: ({ supportedReactions, reactionsButtonLayoutRectangle, onRequestedClose, }: ReactionPickerProps) => React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=ReactionsPicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactionsPicker.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/internal/ReactionsPicker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReactionsPicker.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/internal/ReactionsPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EACL,eAAe,EAKhB,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,KAAK,mBAAmB,GAAG,IAAI,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,GAAG;IAC5E,8BAA8B,CAAC,EAAE,eAAe,CAAC;IACjD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAKF,eAAO,MAAM,eAAe,8EAIzB,mBAAmB,sBA6IrB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
|
|
2
3
|
import { CallContentProps } from '../CallContent';
|
|
3
4
|
import { ParticipantViewComponentProps } from '../../Participant';
|
|
@@ -18,5 +19,5 @@ export type CallParticipantsGridProps = ParticipantViewComponentProps & Pick<Cal
|
|
|
18
19
|
/**
|
|
19
20
|
* Component used to display the list of participants in a grid mode.
|
|
20
21
|
*/
|
|
21
|
-
export declare const CallParticipantsGrid: ({ CallParticipantsList, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, VideoRenderer, showLocalParticipant, supportedReactions, landscape, }: CallParticipantsGridProps) => JSX.Element;
|
|
22
|
+
export declare const CallParticipantsGrid: ({ CallParticipantsList, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, VideoRenderer, showLocalParticipant, supportedReactions, landscape, }: CallParticipantsGridProps) => React.JSX.Element;
|
|
22
23
|
//# sourceMappingURL=CallParticipantsGrid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallParticipantsGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsGrid.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallParticipantsGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAEL,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AAGtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,6BAA6B,GACnE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,sBAAsB,CAAC,GACrE,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,oBAAoB,wNAW9B,yBAAyB,sBAsD3B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { CallParticipantsListComponentProps } from '../CallParticipantsList/CallParticipantsList';
|
|
2
3
|
import { ParticipantViewComponentProps } from '../../Participant';
|
|
3
4
|
import { CallContentProps } from '../CallContent';
|
|
@@ -15,5 +16,5 @@ export type CallParticipantsSpotlightProps = ParticipantViewComponentProps & Pic
|
|
|
15
16
|
* Component used to display the list of participants in a spotlight mode.
|
|
16
17
|
* This can be used when you want to render the screen sharing stream.
|
|
17
18
|
*/
|
|
18
|
-
export declare const CallParticipantsSpotlight: ({ CallParticipantsList, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, VideoRenderer, supportedReactions, landscape, }: CallParticipantsSpotlightProps) => JSX.Element;
|
|
19
|
+
export declare const CallParticipantsSpotlight: ({ CallParticipantsList, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, VideoRenderer, supportedReactions, landscape, }: CallParticipantsSpotlightProps) => React.JSX.Element;
|
|
19
20
|
//# sourceMappingURL=CallParticipantsSpotlight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallParticipantsSpotlight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallParticipantsSpotlight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAEL,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,6BAA6B,GACxE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,sBAAsB,CAAC,GACrE,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAKJ;;;GAGG;AACH,eAAO,MAAM,yBAAyB,kMAUnC,8BAA8B,sBA2FhC,CAAC"}
|
|
@@ -37,5 +37,5 @@ export type CallParticipantsListProps = CallParticipantsListComponentProps & Pic
|
|
|
37
37
|
* NOTE: this component depends on a flex container to calculate the width and height of the participant view,
|
|
38
38
|
* hence it should be used only in a flex parent container
|
|
39
39
|
*/
|
|
40
|
-
export declare const CallParticipantsList: ({ numberOfColumns, horizontal, participants, ParticipantView, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, VideoRenderer, supportedReactions, landscape, }: CallParticipantsListProps) => JSX.Element;
|
|
40
|
+
export declare const CallParticipantsList: ({ numberOfColumns, horizontal, participants, ParticipantView, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, VideoRenderer, supportedReactions, landscape, }: CallParticipantsListProps) => React.JSX.Element;
|
|
41
41
|
//# sourceMappingURL=CallParticipantsList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallParticipantsList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallParticipantsList/CallParticipantsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAGf,OAAO,EACL,2BAA2B,EAC3B,sBAAsB,EAGvB,MAAM,yBAAyB,CAAC;AAIjC,OAAO,EAEL,6BAA6B,EAC7B,oBAAoB,EACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAWlD,MAAM,MAAM,kCAAkC,GAC5C,6BAA6B,GAAG;IAC9B;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC;AAEJ;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,kCAAkC,GACxE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;OAEG;IACH,YAAY,EAAE,CAAC,sBAAsB,GAAG,2BAA2B,CAAC,EAAE,CAAC;IACvE;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,uNAY9B,yBAAyB,
|
|
1
|
+
{"version":3,"file":"CallParticipantsList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallParticipantsList/CallParticipantsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAGf,OAAO,EACL,2BAA2B,EAC3B,sBAAsB,EAGvB,MAAM,yBAAyB,CAAC;AAIjC,OAAO,EAEL,6BAA6B,EAC7B,oBAAoB,EACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAWlD,MAAM,MAAM,kCAAkC,GAC5C,6BAA6B,GAAG;IAC9B;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC;AAEJ;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,kCAAkC,GACxE,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;OAEG;IACH,YAAY,EAAE,CAAC,sBAAsB,GAAG,2BAA2B,CAAC,EAAE,CAAC;IACvE;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,uNAY9B,yBAAyB,sBAuK3B,CAAC"}
|
|
@@ -25,5 +25,5 @@ export type CallTopViewProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
ParticipantsInfoBadge?: React.ComponentType<ParticipantsInfoBadgeProps> | null;
|
|
27
27
|
};
|
|
28
|
-
export declare const CallTopView: ({ onBackPressed, onParticipantInfoPress, title, style: styleProp, ParticipantsInfoBadge, }: CallTopViewProps) => JSX.Element;
|
|
28
|
+
export declare const CallTopView: ({ onBackPressed, onParticipantInfoPress, title, style: styleProp, ParticipantsInfoBadge, }: CallTopViewProps) => React.JSX.Element;
|
|
29
29
|
//# sourceMappingURL=CallTopView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallTopView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallTopView/CallTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAKL,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAEL,0BAA0B,EAC3B,MAAM,yBAAyB,CAAC;AAOjC,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;OAEG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;CAChF,CAAC;AAEF,eAAO,MAAM,WAAW,+FAMrB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"CallTopView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallTopView/CallTopView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAKL,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAEL,0BAA0B,EAC3B,MAAM,yBAAyB,CAAC;AAOjC,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;OAEG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;CAChF,CAAC;AAEF,eAAO,MAAM,WAAW,+FAMrB,gBAAgB,sBAmFlB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { CallTopViewProps } from '..';
|
|
2
3
|
/**
|
|
3
4
|
* Props for the ParticipantsInfoBadge component.
|
|
@@ -7,5 +8,5 @@ export type ParticipantsInfoBadgeProps = Pick<CallTopViewProps, 'onParticipantIn
|
|
|
7
8
|
* Badge that shows the number of participants in the call.
|
|
8
9
|
* When pressed, it opens the ParticipantsInfoList.
|
|
9
10
|
*/
|
|
10
|
-
export declare const ParticipantsInfoBadge: ({ onParticipantInfoPress, }: ParticipantsInfoBadgeProps) => JSX.Element | null;
|
|
11
|
+
export declare const ParticipantsInfoBadge: ({ onParticipantInfoPress, }: ParticipantsInfoBadgeProps) => React.JSX.Element | null;
|
|
11
12
|
//# sourceMappingURL=ParticipantsInfoBadge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParticipantsInfoBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallTopView/ParticipantsInfoBadge.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ParticipantsInfoBadge.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallTopView/ParticipantsInfoBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,IAAI,CAAC;AAKtC;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAC3C,gBAAgB,EAChB,wBAAwB,CACzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,gCAE/B,0BAA0B,6BA0E5B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { LobbyProps } from './Lobby';
|
|
2
3
|
/**
|
|
3
4
|
* Props for the Join Call Button in the Lobby component.
|
|
@@ -8,5 +9,5 @@ export type JoinCallButtonProps = Pick<LobbyProps, 'onJoinCallHandler'> & {
|
|
|
8
9
|
/**
|
|
9
10
|
* The default Join call button to be used in the Lobby component.
|
|
10
11
|
*/
|
|
11
|
-
export declare const JoinCallButton: ({ onJoinCallHandler, onPressHandler, }: JoinCallButtonProps) => JSX.Element;
|
|
12
|
+
export declare const JoinCallButton: ({ onJoinCallHandler, onPressHandler, }: JoinCallButtonProps) => React.JSX.Element;
|
|
12
13
|
//# sourceMappingURL=JoinCallButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JoinCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/JoinCallButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"JoinCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/JoinCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,UAAU,EAAE,mBAAmB,CAAC,GAAG;IACxE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,2CAGxB,mBAAmB,sBA6CrB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentType } from 'react';
|
|
1
|
+
import React, { ComponentType } from 'react';
|
|
2
2
|
import { JoinCallButtonProps } from './JoinCallButton';
|
|
3
3
|
import { LobbyFooterProps } from './LobbyFooter';
|
|
4
4
|
/**
|
|
@@ -30,5 +30,5 @@ export type LobbyProps = {
|
|
|
30
30
|
/**
|
|
31
31
|
* Components that acts as a pre-join view for the call. Where you can preview your video and audio. Check for call details and check for number of participants already in the call.
|
|
32
32
|
*/
|
|
33
|
-
export declare const Lobby: ({ onJoinCallHandler, LobbyControls, JoinCallButton, landscape, LobbyFooter, }: LobbyProps) => JSX.Element;
|
|
33
|
+
export declare const Lobby: ({ onJoinCallHandler, LobbyControls, JoinCallButton, landscape, LobbyFooter, }: LobbyProps) => React.JSX.Element;
|
|
34
34
|
//# sourceMappingURL=Lobby.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lobby.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/Lobby.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Lobby.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/Lobby.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAc7C,OAAO,EAEL,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAEvB;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;IACzC;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAC3D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACtD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,kFAMf,UAAU,sBA0FZ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { LobbyProps } from './Lobby';
|
|
2
3
|
/**
|
|
3
4
|
* Props for the Lobby Footer in the Lobby component.
|
|
@@ -6,5 +7,5 @@ export type LobbyFooterProps = Pick<LobbyProps, 'onJoinCallHandler' | 'JoinCallB
|
|
|
6
7
|
/**
|
|
7
8
|
* The default Lobby Footer to be used in the Lobby component.
|
|
8
9
|
*/
|
|
9
|
-
export declare const LobbyFooter: ({ onJoinCallHandler, JoinCallButton, }: LobbyFooterProps) => JSX.Element;
|
|
10
|
+
export declare const LobbyFooter: ({ onJoinCallHandler, JoinCallButton, }: LobbyFooterProps) => React.JSX.Element;
|
|
10
11
|
//# sourceMappingURL=LobbyFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LobbyFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/LobbyFooter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LobbyFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/LobbyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,UAAU,EACV,mBAAmB,GAAG,gBAAgB,CACvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,2CAGrB,gBAAgB,sBA2ClB,CAAC"}
|
|
@@ -23,7 +23,7 @@ export type IncomingCallProps = IncomingCallControlsProps & {
|
|
|
23
23
|
* An incoming call with the caller's avatar, name and accept/reject buttons.
|
|
24
24
|
* Used when the user is receiving a call.
|
|
25
25
|
*/
|
|
26
|
-
export declare const IncomingCall: ({ onAcceptCallHandler, onRejectCallHandler, CallTopView, IncomingCallControls, landscape, }: IncomingCallProps) => JSX.Element;
|
|
26
|
+
export declare const IncomingCall: ({ onAcceptCallHandler, onRejectCallHandler, CallTopView, IncomingCallControls, landscape, }: IncomingCallProps) => React.JSX.Element;
|
|
27
27
|
export declare const styles: {
|
|
28
28
|
background: {
|
|
29
29
|
flex: number;
|