@stream-io/video-react-native-sdk 0.0.28 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +19 -10
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js +7 -3
  4. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  5. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  6. package/dist/commonjs/components/Call/CallControls/{ReactionButton.js → ReactionsButton.js} +8 -8
  7. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -0
  8. package/dist/commonjs/components/Call/CallControls/index.js +4 -4
  9. package/dist/commonjs/components/Call/CallControls/index.js.map +1 -1
  10. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +10 -9
  11. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  12. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +2 -0
  13. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  14. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +4 -1
  15. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  16. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +5 -2
  17. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  18. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +4 -2
  19. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
  20. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +4 -18
  21. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  22. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +4 -2
  23. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  24. package/dist/commonjs/constants/index.js.map +1 -1
  25. package/dist/commonjs/utils/StreamVideoRN/index.js +1 -2
  26. package/dist/commonjs/utils/StreamVideoRN/index.js.map +1 -1
  27. package/dist/commonjs/version.js +1 -1
  28. package/dist/commonjs/version.js.map +1 -1
  29. package/dist/module/components/Call/CallContent/CallContent.js +7 -3
  30. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  31. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  32. package/dist/module/components/Call/CallControls/{ReactionButton.js → ReactionsButton.js} +6 -6
  33. package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -0
  34. package/dist/module/components/Call/CallControls/index.js +1 -1
  35. package/dist/module/components/Call/CallControls/index.js.map +1 -1
  36. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +10 -9
  37. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  38. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +2 -0
  39. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  40. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +4 -1
  41. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  42. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +5 -2
  43. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  44. package/dist/module/components/Participant/FloatingParticipantView/index.js +4 -2
  45. package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
  46. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +6 -20
  47. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  48. package/dist/module/components/Participant/ParticipantView/ParticipantView.js +4 -2
  49. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  50. package/dist/module/constants/index.js.map +1 -1
  51. package/dist/module/utils/StreamVideoRN/index.js +1 -2
  52. package/dist/module/utils/StreamVideoRN/index.js.map +1 -1
  53. package/dist/module/version.js +1 -1
  54. package/dist/module/version.js.map +1 -1
  55. package/dist/typescript/components/Call/CallContent/CallContent.d.ts +17 -8
  56. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
  57. package/dist/typescript/components/Call/CallControls/CallControls.d.ts +2 -6
  58. package/dist/typescript/components/Call/CallControls/CallControls.d.ts.map +1 -1
  59. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts +20 -0
  60. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -0
  61. package/dist/typescript/components/Call/CallControls/index.d.ts +1 -1
  62. package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -1
  63. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts +4 -5
  64. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
  65. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts +5 -8
  66. package/dist/typescript/components/Call/CallLayout/CallParticipantsGrid.d.ts.map +1 -1
  67. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts +5 -8
  68. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
  69. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts +3 -2
  70. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
  71. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts +3 -3
  72. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
  73. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +3 -2
  74. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
  75. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts +4 -4
  76. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
  77. package/dist/typescript/constants/index.d.ts +2 -2
  78. package/dist/typescript/constants/index.d.ts.map +1 -1
  79. package/dist/typescript/utils/StreamVideoRN/index.d.ts.map +1 -1
  80. package/dist/typescript/utils/StreamVideoRN/types.d.ts +1 -11
  81. package/dist/typescript/utils/StreamVideoRN/types.d.ts.map +1 -1
  82. package/dist/typescript/version.d.ts +1 -1
  83. package/dist/typescript/version.d.ts.map +1 -1
  84. package/package.json +1 -1
  85. package/src/components/Call/CallContent/CallContent.tsx +41 -25
  86. package/src/components/Call/CallControls/CallControls.tsx +9 -13
  87. package/src/components/Call/CallControls/{ReactionButton.tsx → ReactionsButton.tsx} +13 -6
  88. package/src/components/Call/CallControls/index.tsx +1 -1
  89. package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +14 -14
  90. package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +17 -16
  91. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +7 -7
  92. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +25 -20
  93. package/src/components/Participant/FloatingParticipantView/index.tsx +8 -2
  94. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +16 -29
  95. package/src/components/Participant/ParticipantView/ParticipantView.tsx +38 -32
  96. package/src/constants/index.ts +2 -2
  97. package/src/utils/StreamVideoRN/index.ts +1 -2
  98. package/src/utils/StreamVideoRN/types.ts +1 -11
  99. package/src/version.ts +1 -1
  100. package/dist/commonjs/components/Call/CallControls/ReactionButton.js.map +0 -1
  101. package/dist/module/components/Call/CallControls/ReactionButton.js.map +0 -1
  102. package/dist/typescript/components/Call/CallControls/ReactionButton.d.ts +0 -15
  103. package/dist/typescript/components/Call/CallControls/ReactionButton.d.ts.map +0 -1
@@ -6,7 +6,7 @@ import { ParticipantReactionProps } from './ParticipantReaction';
6
6
  import { ParticipantLabelProps } from './ParticipantLabel';
7
7
  import { ParticipantVideoFallbackProps } from './ParticipantVideoFallback';
8
8
  import { VideoRendererProps } from './VideoRenderer';
9
- export type ParticipantVideoType = VideoTrackType;
9
+ import { CallContentProps } from '../../Call';
10
10
  export type ParticipantViewComponentProps = {
11
11
  /**
12
12
  * Component to customize the Label of the participant.
@@ -32,7 +32,7 @@ export type ParticipantViewComponentProps = {
32
32
  /**
33
33
  * Props to be passed for the Participant component.
34
34
  */
35
- export type ParticipantViewProps = ParticipantViewComponentProps & {
35
+ export type ParticipantViewProps = ParticipantViewComponentProps & Pick<CallContentProps, 'supportedReactions'> & {
36
36
  /**
37
37
  * The participant that will be displayed.
38
38
  */
@@ -49,7 +49,7 @@ export type ParticipantViewProps = ParticipantViewComponentProps & {
49
49
  /**
50
50
  * The video track that is to be displayed.
51
51
  */
52
- trackType?: ParticipantVideoType;
52
+ trackType?: VideoTrackType;
53
53
  /**
54
54
  * Custom style to be merged with the participant view.
55
55
  */
@@ -66,5 +66,5 @@ export type ParticipantViewProps = ParticipantViewComponentProps & {
66
66
  * and additional info. By an absence of a video track or when isVisible is truthy,
67
67
  * only an avatar and audio track will be rendered.
68
68
  */
69
- export declare const ParticipantView: ({ participant, trackType, isVisible, style, ParticipantLabel, ParticipantReaction, VideoRenderer, ParticipantNetworkQualityIndicator, ParticipantVideoFallback, videoZOrder, }: ParticipantViewProps) => JSX.Element;
69
+ export declare const ParticipantView: ({ participant, trackType, isVisible, style, ParticipantLabel, ParticipantReaction, VideoRenderer, ParticipantNetworkQualityIndicator, ParticipantVideoFallback, videoZOrder, supportedReactions, }: ParticipantViewProps) => JSX.Element;
70
70
  //# sourceMappingURL=ParticipantView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParticipantView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Participant/ParticipantView/ParticipantView.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EACL,sBAAsB,EACtB,cAAc,EACf,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,uCAAuC,EACxC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAEL,wBAAwB,EACzB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAEL,6BAA6B,EAC9B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAGzB,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC;AAElD,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,mBAAmB,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,wBAAwB,CAAC,EAAE,aAAa,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IAC/E;;OAEG;IACH,kCAAkC,CAAC,EAAE,aAAa,CAAC,uCAAuC,CAAC,GAAG,IAAI,CAAC;IACnG;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAC1D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,GAAG;IACjE;;OAEG;IACH,WAAW,EAAE,sBAAsB,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,mLAWzB,oBAAoB,gBA4CtB,CAAC"}
1
+ {"version":3,"file":"ParticipantView.d.ts","sourceRoot":"","sources":["../../../../../src/components/Participant/ParticipantView/ParticipantView.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EACL,sBAAsB,EACtB,cAAc,EACf,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,uCAAuC,EACxC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAEL,wBAAwB,EACzB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAEL,6BAA6B,EAC9B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAEL,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC/D;;OAEG;IACH,mBAAmB,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACrE;;OAEG;IACH,wBAAwB,CAAC,EAAE,aAAa,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IAC/E;;OAEG;IACH,kCAAkC,CAAC,EAAE,aAAa,CAAC,uCAAuC,CAAC,GAAG,IAAI,CAAC;IACnG;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CAC1D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,GAC9D,IAAI,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG;IAC7C;;OAEG;IACH,WAAW,EAAE,sBAAsB,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,eAAe,uMAYzB,oBAAoB,gBAiDtB,CAAC"}
@@ -1,11 +1,11 @@
1
- import { StreamVideoConfig } from '../utils/StreamVideoRN/types';
1
+ import { StreamReactionType } from '../components';
2
2
  export declare const FLOATING_VIDEO_VIEW_STYLE: {
3
3
  height: number;
4
4
  width: number;
5
5
  borderRadius: number;
6
6
  };
7
7
  export declare const LOBBY_VIDEO_VIEW_HEIGHT = 280;
8
- export declare const defaultEmojiReactions: StreamVideoConfig['supportedReactions'];
8
+ export declare const defaultEmojiReactions: StreamReactionType[];
9
9
  export declare const Z_INDEX: {
10
10
  IN_BACK: number;
11
11
  IN_MIDDLE: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEjE,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAE3C,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,oBAAoB,CAmBzE,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAE3C,eAAO,MAAM,qBAAqB,EAAE,kBAAkB,EAmBrD,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/StreamVideoRN/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAqB5C,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAC,MAAM,CAA+B;IACpD;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAO1E;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAUvE,MAAM,CAAC,SAAS;CAGjB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/StreamVideoRN/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAoB5C,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAC,MAAM,CAA+B;IAEpD;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAO1E;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAUvE,MAAM,CAAC,SAAS;CAGjB"}
@@ -1,15 +1,6 @@
1
- import { StreamReaction, StreamVideoClient } from '@stream-io/video-client';
1
+ import { StreamVideoClient } from '@stream-io/video-client';
2
2
  import { AndroidChannel } from '@notifee/react-native';
3
- type StreamReactionType = Required<StreamReaction> & {
4
- icon: string | JSX.Element;
5
- };
6
3
  export type StreamVideoConfig = {
7
- /**
8
- * Reactions that are to be supported in the app.
9
- *
10
- * Note: This is an array of reactions that is rendered in the Reaction list.
11
- */
12
- supportedReactions: StreamReactionType[];
13
4
  /**
14
5
  * The configuration to be used for push notifications.
15
6
  * If undefined, push notifications will not be enabled for the app
@@ -91,5 +82,4 @@ export type StreamVideoConfig = {
91
82
  };
92
83
  };
93
84
  };
94
- export {};
95
85
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/StreamVideoRN/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,KAAK,kBAAkB,GAAG,QAAQ,CAAC,cAAc,CAAC,GAAG;IACnD,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,kBAAkB,EAAE,CAAC;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE;QACL,GAAG,EAAE;YACH;;;eAGG;YACH,gBAAgB,EAAE,MAAM,CAAC;SAC1B,CAAC;QACF,OAAO,EAAE;YACP;;;;;;;;eAQG;YACH,mBAAmB,EAAE,cAAc,CAAC;YACpC;;;;;;;eAOG;YACH,mCAAmC,EAAE;gBACnC,QAAQ,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;gBAC9C,OAAO,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;aAC9C,CAAC;YACF;;;eAGG;YACH,gBAAgB,EAAE,MAAM,CAAC;SAC1B,CAAC;QACF;;;;;;;;;;;;;;;;WAgBG;QACH,uBAAuB,EAAE,MAAM,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;QACtE,+EAA+E;QAC/E,kBAAkB,EAAE,MAAM,IAAI,CAAC;QAC/B,mIAAmI;QACnI,sBAAsB,EAAE,MAAM,IAAI,CAAC;KACpC,CAAC;IACF,iBAAiB,EAAE;QACjB,OAAO,EAAE;YACP;;eAEG;YACH,OAAO,EAAE,cAAc,CAAC;YACxB;;eAEG;YACH,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/utils/StreamVideoRN/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QACL,GAAG,EAAE;YACH;;;eAGG;YACH,gBAAgB,EAAE,MAAM,CAAC;SAC1B,CAAC;QACF,OAAO,EAAE;YACP;;;;;;;;eAQG;YACH,mBAAmB,EAAE,cAAc,CAAC;YACpC;;;;;;;eAOG;YACH,mCAAmC,EAAE;gBACnC,QAAQ,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;gBAC9C,OAAO,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,MAAM,CAAC;aAC9C,CAAC;YACF;;;eAGG;YACH,gBAAgB,EAAE,MAAM,CAAC;SAC1B,CAAC;QACF;;;;;;;;;;;;;;;;WAgBG;QACH,uBAAuB,EAAE,MAAM,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;QACtE,+EAA+E;QAC/E,kBAAkB,EAAE,MAAM,IAAI,CAAC;QAC/B,mIAAmI;QACnI,sBAAsB,EAAE,MAAM,IAAI,CAAC;KACpC,CAAC;IACF,iBAAiB,EAAE;QACjB,OAAO,EAAE;YACP;;eAEG;YACH,OAAO,EAAE,cAAc,CAAC;YACxB;;eAEG;YACH,iBAAiB,EAAE;gBACjB,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.28";
1
+ export declare const version = "0.1.0";
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,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-native-sdk",
3
- "version": "0.0.28",
3
+ "version": "0.1.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/module/index.js",
@@ -13,9 +13,10 @@ import {
13
13
  import {
14
14
  CallControlProps,
15
15
  CallControls as DefaultCallControls,
16
+ HangUpCallButtonProps,
16
17
  } from '../CallControls';
17
18
  import { useCall, useCallStateHooks } from '@stream-io/video-react-bindings';
18
- import { CallingState } from '@stream-io/video-client';
19
+ import { CallingState, StreamReaction } from '@stream-io/video-client';
19
20
  import { useIncallManager } from '../../../hooks';
20
21
  import { Z_INDEX } from '../../../constants';
21
22
  import { useDebouncedValue } from '../../../utils/hooks';
@@ -25,42 +26,53 @@ import {
25
26
  ParticipantViewComponentProps,
26
27
  } from '../../Participant';
27
28
  import { useTheme } from '../../../contexts';
29
+ import {
30
+ CallParticipantsListComponentProps,
31
+ CallParticipantsListProps,
32
+ } from '../CallParticipantsList';
28
33
 
29
- export type CallParticipantsComponentProps = Pick<
30
- CallParticipantsGridProps,
31
- | 'CallParticipantsList'
32
- | 'ParticipantLabel'
33
- | 'ParticipantNetworkQualityIndicator'
34
- | 'ParticipantReaction'
35
- | 'ParticipantVideoFallback'
36
- | 'ParticipantView'
37
- | 'VideoRenderer'
38
- > & {
39
- /**
40
- * Component to customize the CallTopView component.
41
- */
42
- CallTopView?: React.ComponentType<CallTopViewProps> | null;
43
- /**
44
- * Component to customize the CallControls component.
45
- */
46
- CallControls?: React.ComponentType<CallControlProps> | null;
47
- /**
48
- * Component to customize the FloatingParticipantView.
49
- */
50
- FloatingParticipantView?: React.ComponentType<FloatingParticipantViewProps> | null;
34
+ export type StreamReactionType = StreamReaction & {
35
+ icon: string;
51
36
  };
52
37
 
53
- export type CallContentProps = Pick<CallControlProps, 'onHangupCallHandler'> &
38
+ type CallContentComponentProps = ParticipantViewComponentProps &
39
+ Pick<CallParticipantsListComponentProps, 'ParticipantView'> & {
40
+ /**
41
+ * Component to customize the CallTopView component.
42
+ */
43
+ CallTopView?: React.ComponentType<CallTopViewProps> | null;
44
+ /**
45
+ * Component to customize the CallControls component.
46
+ */
47
+ CallControls?: React.ComponentType<CallControlProps> | null;
48
+ /**
49
+ * Component to customize the FloatingParticipantView.
50
+ */
51
+ FloatingParticipantView?: React.ComponentType<FloatingParticipantViewProps> | null;
52
+ /**
53
+ * Component to customize the CallParticipantsList.
54
+ */
55
+ CallParticipantsList?: React.ComponentType<CallParticipantsListProps> | null;
56
+ };
57
+
58
+ export type CallContentProps = Pick<
59
+ HangUpCallButtonProps,
60
+ 'onHangupCallHandler'
61
+ > &
54
62
  Pick<
55
63
  CallTopViewProps,
56
64
  'onBackPressed' | 'onParticipantInfoPress' | 'ParticipantsInfoBadge'
57
65
  > &
58
- CallParticipantsComponentProps & {
66
+ CallContentComponentProps & {
59
67
  /**
60
68
  * This switches the participant's layout between the grid and the spotlight mode.
61
69
  */
62
70
  layout?: 'grid' | 'spotlight';
63
71
  /**
72
+ * Reactions that are to be supported in the call
73
+ */
74
+ supportedReactions?: StreamReactionType[];
75
+ /*
64
76
  * Check if device is in landscape mode.
65
77
  * This will apply the landscape mode styles to the component.
66
78
  */
@@ -83,6 +95,7 @@ export const CallContent = ({
83
95
  ParticipantsInfoBadge,
84
96
  VideoRenderer,
85
97
  layout = 'grid',
98
+ supportedReactions,
86
99
  landscape = true,
87
100
  }: CallContentProps) => {
88
101
  const [
@@ -150,6 +163,7 @@ export const CallContent = ({
150
163
  showLocalParticipant: isRemoteParticipantInFloatingView,
151
164
  ParticipantView,
152
165
  CallParticipantsList,
166
+ supportedReactions,
153
167
  };
154
168
 
155
169
  const callParticipantsSpotlightProps: CallParticipantsSpotlightProps = {
@@ -157,6 +171,7 @@ export const CallContent = ({
157
171
  landscape,
158
172
  ParticipantView,
159
173
  CallParticipantsList,
174
+ supportedReactions,
160
175
  };
161
176
 
162
177
  const landScapeStyles: ViewStyle = {
@@ -187,6 +202,7 @@ export const CallContent = ({
187
202
  : localParticipant
188
203
  }
189
204
  onPressHandler={handleFloatingViewParticipantSwitch}
205
+ supportedReactions={supportedReactions}
190
206
  {...participantViewProps}
191
207
  />
192
208
  )}
@@ -4,24 +4,20 @@ import { ToggleAudioPublishingButton } from './ToggleAudioPublishingButton';
4
4
  import { ToggleVideoPublishingButton } from './ToggleVideoPublishingButton';
5
5
  import { ToggleCameraFaceButton } from './ToggleCameraFaceButton';
6
6
  import { Z_INDEX } from '../../../constants';
7
- import { HangUpCallButton } from './HangupCallButton';
7
+ import { HangUpCallButton, HangUpCallButtonProps } from './HangupCallButton';
8
8
  import { useTheme } from '../../../contexts/ThemeContext';
9
9
 
10
10
  /**
11
11
  * Props for the CallControls Component.
12
12
  */
13
- export type CallControlProps = Pick<ViewProps, 'style'> & {
14
- /**
15
- * Handler to override the hang up handler when the hangup button is pressed.
16
- * @returns void
17
- */
18
- onHangupCallHandler?: () => void;
19
- /**
20
- * Check if device is in landscape mode.
21
- * This will apply the landscape mode styles to the component.
22
- */
23
- landscape?: boolean;
24
- };
13
+ export type CallControlProps = Pick<ViewProps, 'style'> &
14
+ Pick<HangUpCallButtonProps, 'onHangupCallHandler'> & {
15
+ /**
16
+ * Check if device is in landscape mode.
17
+ * This will apply the landscape mode styles to the component.
18
+ */
19
+ landscape?: boolean;
20
+ };
25
21
 
26
22
  /**
27
23
  * A list/row of controls (mute audio/video, toggle front/back camera, hangup call etc.)
@@ -5,14 +5,18 @@ import { OwnCapability } from '@stream-io/video-client';
5
5
  import { ButtonTestIds } from '../../../constants/TestIds';
6
6
  import { Reaction } from '../../../icons';
7
7
  import { ReactionsPicker } from './internal/ReactionsPicker';
8
- import { StreamVideoRN } from '../../../utils';
9
8
  import { LayoutChangeEvent, LayoutRectangle } from 'react-native';
10
9
  import { useTheme } from '../../../contexts/ThemeContext';
10
+ import { StreamReactionType } from '../CallContent';
11
11
 
12
12
  /**
13
13
  * Props for the Reaction button
14
14
  */
15
- export type ReactionButtonProps = {
15
+ export type ReactionsButtonProps = {
16
+ /**
17
+ * Supported Reactions to be sent while in the call.
18
+ */
19
+ supportedReactions?: StreamReactionType[];
16
20
  /**
17
21
  * Handler to be called when the reaction button is pressed.
18
22
  */
@@ -23,7 +27,10 @@ export type ReactionButtonProps = {
23
27
  * Button to display the list of Reactions supported in the call.
24
28
  * On press, it opens a view that can be used to send Reaction.
25
29
  */
26
- export const ReactionButton = ({ onPressHandler }: ReactionButtonProps) => {
30
+ export const ReactionsButton = ({
31
+ supportedReactions,
32
+ onPressHandler,
33
+ }: ReactionsButtonProps) => {
27
34
  const [showReactionsPicker, setShowReactionsPicker] =
28
35
  useState<boolean>(false);
29
36
  const [reactionsButtonLayoutRectangle, setReactionsButtonLayoutRectangle] =
@@ -48,7 +55,7 @@ export const ReactionButton = ({ onPressHandler }: ReactionButtonProps) => {
48
55
  });
49
56
  };
50
57
 
51
- const reactionButtonHandler = () => {
58
+ const reactionsButtonHandler = () => {
52
59
  if (onPressHandler) {
53
60
  onPressHandler();
54
61
  return;
@@ -61,7 +68,7 @@ export const ReactionButton = ({ onPressHandler }: ReactionButtonProps) => {
61
68
  <Restricted requiredGrants={[OwnCapability.CREATE_REACTION]}>
62
69
  <CallControlsButton
63
70
  testID={ButtonTestIds.REACTION}
64
- onPress={reactionButtonHandler}
71
+ onPress={reactionsButtonHandler}
65
72
  onLayout={onReactionsButtonLayout}
66
73
  >
67
74
  <Reaction color={colors.static_black} />
@@ -69,7 +76,7 @@ export const ReactionButton = ({ onPressHandler }: ReactionButtonProps) => {
69
76
  </Restricted>
70
77
  {showReactionsPicker && (
71
78
  <ReactionsPicker
72
- reactions={StreamVideoRN.getConfig().supportedReactions}
79
+ supportedReactions={supportedReactions}
73
80
  reactionsButtonLayoutRectangle={reactionsButtonLayoutRectangle}
74
81
  onRequestedClose={() => {
75
82
  setShowReactionsPicker(false);
@@ -7,7 +7,7 @@ export * from './ToggleAudioPublishingButton';
7
7
  export * from './ToggleVideoPublishingButton';
8
8
  export * from './ToggleCameraFaceButton';
9
9
  export * from './ChatButton';
10
- export * from './ReactionButton';
10
+ export * from './ReactionsButton';
11
11
  export * from './CallControls';
12
12
  export * from './LobbyControls';
13
13
  export * from './IncomingCallControls';
@@ -6,26 +6,26 @@ import {
6
6
  Animated,
7
7
  Easing,
8
8
  } from 'react-native';
9
- import { StreamVideoConfig } from '../../../../utils/StreamVideoRN/types';
10
9
  import { useCall } from '@stream-io/video-react-bindings';
11
10
  import { SendReactionRequest } from '@stream-io/video-client';
12
11
  import { ComponentTestIds } from '../../../../constants/TestIds';
13
12
  import { useTheme } from '../../../../contexts/ThemeContext';
13
+ import { ReactionsButtonProps } from '../ReactionsButton';
14
+ import { defaultEmojiReactions } from '../../../../constants';
14
15
 
15
- interface Props {
16
- reactions: StreamVideoConfig['supportedReactions'];
16
+ type ReactionPickerProps = Pick<ReactionsButtonProps, 'supportedReactions'> & {
17
17
  reactionsButtonLayoutRectangle?: LayoutRectangle;
18
18
  onRequestedClose: () => void;
19
- }
19
+ };
20
20
 
21
21
  const TOP_PADDING = 4;
22
22
  const REACTION_MARGIN_BOTTOM = 4;
23
23
 
24
24
  export const ReactionsPicker = ({
25
- reactions,
25
+ supportedReactions = defaultEmojiReactions,
26
26
  reactionsButtonLayoutRectangle,
27
27
  onRequestedClose,
28
- }: Props) => {
28
+ }: ReactionPickerProps) => {
29
29
  const {
30
30
  theme: { colors, reactionsPicker },
31
31
  } = useTheme();
@@ -37,9 +37,9 @@ export const ReactionsPicker = ({
37
37
  // the top padding
38
38
  TOP_PADDING +
39
39
  // take margins into account
40
- REACTION_MARGIN_BOTTOM * reactions.length +
40
+ REACTION_MARGIN_BOTTOM * supportedReactions.length +
41
41
  // the size of the reaction icon items (same size as reactions button * amount of reactions)
42
- reactionItemSize * reactions.length;
42
+ reactionItemSize * supportedReactions.length;
43
43
 
44
44
  const reactionsPopupStyle = {
45
45
  // we should show the popup right above the reactions button and not top of it
@@ -112,9 +112,9 @@ export const ReactionsPicker = ({
112
112
  }}
113
113
  >
114
114
  {/* all the reactions */}
115
- {reactions.map((reaction) => (
115
+ {supportedReactions.map((supportedReaction) => (
116
116
  <Pressable
117
- key={reaction.emoji_code}
117
+ key={supportedReaction.emoji_code}
118
118
  style={[
119
119
  styles.reactionItem,
120
120
  reactionItemStyle,
@@ -126,9 +126,9 @@ export const ReactionsPicker = ({
126
126
  ]}
127
127
  onPress={() => {
128
128
  onClose({
129
- type: reaction.type,
130
- custom: reaction.custom,
131
- emoji_code: reaction.emoji_code,
129
+ type: supportedReaction.type,
130
+ custom: supportedReaction.custom,
131
+ emoji_code: supportedReaction.emoji_code,
132
132
  });
133
133
  }}
134
134
  >
@@ -148,7 +148,7 @@ export const ReactionsPicker = ({
148
148
  reactionsPicker.reactionText,
149
149
  ]}
150
150
  >
151
- {reaction.icon}
151
+ {supportedReaction.icon}
152
152
  </Animated.Text>
153
153
  </Pressable>
154
154
  ))}
@@ -4,30 +4,29 @@ import { useCallStateHooks } from '@stream-io/video-react-bindings';
4
4
  import { useDebouncedValue } from '../../../utils/hooks/useDebouncedValue';
5
5
  import {
6
6
  CallParticipantsList as DefaultCallParticipantsList,
7
- CallParticipantsListProps,
8
7
  CallParticipantsListComponentProps,
9
8
  } from '../CallParticipantsList/CallParticipantsList';
10
9
  import { ComponentTestIds } from '../../../constants/TestIds';
11
10
  import { useTheme } from '../../../contexts/ThemeContext';
11
+ import { CallContentProps } from '../CallContent';
12
+ import { ParticipantViewComponentProps } from '../../Participant';
12
13
 
13
14
  /**
14
15
  * Props for the CallParticipantsGrid component.
15
16
  */
16
- export type CallParticipantsGridProps = CallParticipantsListComponentProps & {
17
- /**
18
- * Component to customize the CallParticipantsList.
19
- */
20
- CallParticipantsList?: React.ComponentType<CallParticipantsListProps> | null;
21
- /**
22
- * Boolean to decide if local participant will be visible in the grid when there is 1:1 call.
23
- */
24
- showLocalParticipant?: boolean;
25
- /**
26
- * Check if device is in landscape mode.
27
- * This will apply the landscape mode styles to the component.
28
- */
29
- landscape?: boolean;
30
- };
17
+ export type CallParticipantsGridProps = ParticipantViewComponentProps &
18
+ Pick<CallContentProps, 'supportedReactions' | 'CallParticipantsList'> &
19
+ Pick<CallParticipantsListComponentProps, 'ParticipantView'> & {
20
+ /**
21
+ * Boolean to decide if local participant will be visible in the grid when there is 1:1 call.
22
+ */
23
+ showLocalParticipant?: boolean;
24
+ /**
25
+ * Check if device is in landscape mode.
26
+ * This will apply the landscape mode styles to the component.
27
+ */
28
+ landscape?: boolean;
29
+ };
31
30
 
32
31
  /**
33
32
  * Component used to display the list of participants in a grid mode.
@@ -41,6 +40,7 @@ export const CallParticipantsGrid = ({
41
40
  ParticipantView,
42
41
  VideoRenderer,
43
42
  showLocalParticipant = false,
43
+ supportedReactions,
44
44
  landscape,
45
45
  }: CallParticipantsGridProps) => {
46
46
  const {
@@ -89,6 +89,7 @@ export const CallParticipantsGrid = ({
89
89
  {CallParticipantsList && (
90
90
  <CallParticipantsList
91
91
  participants={participants}
92
+ supportedReactions={supportedReactions}
92
93
  landscape={landscape}
93
94
  {...participantViewProps}
94
95
  />
@@ -11,23 +11,20 @@ import { ComponentTestIds } from '../../../constants/TestIds';
11
11
  import {
12
12
  CallParticipantsList as DefaultCallParticipantsList,
13
13
  CallParticipantsListComponentProps,
14
- CallParticipantsListProps,
15
14
  } from '../CallParticipantsList/CallParticipantsList';
16
15
  import {
17
16
  ParticipantView as DefaultParticipantView,
18
17
  ParticipantViewComponentProps,
19
18
  } from '../../Participant';
20
19
  import { useTheme } from '../../../contexts/ThemeContext';
20
+ import { CallContentProps } from '../CallContent';
21
21
 
22
22
  /**
23
23
  * Props for the CallParticipantsSpotlight component.
24
24
  */
25
- export type CallParticipantsSpotlightProps =
26
- CallParticipantsListComponentProps & {
27
- /**
28
- * Component to customize the CallParticipantsList.
29
- */
30
- CallParticipantsList?: React.ComponentType<CallParticipantsListProps> | null;
25
+ export type CallParticipantsSpotlightProps = ParticipantViewComponentProps &
26
+ Pick<CallContentProps, 'supportedReactions' | 'CallParticipantsList'> &
27
+ Pick<CallParticipantsListComponentProps, 'ParticipantView'> & {
31
28
  /**
32
29
  * Check if device is in landscape mode.
33
30
  * This will apply the landscape mode styles to the component.
@@ -50,6 +47,7 @@ export const CallParticipantsSpotlight = ({
50
47
  ParticipantVideoFallback,
51
48
  ParticipantView = DefaultParticipantView,
52
49
  VideoRenderer,
50
+ supportedReactions,
53
51
  landscape,
54
52
  }: CallParticipantsSpotlightProps) => {
55
53
  const {
@@ -115,6 +113,7 @@ export const CallParticipantsSpotlight = ({
115
113
  trackType={
116
114
  isScreenShareOnSpotlight ? 'screenShareTrack' : 'videoTrack'
117
115
  }
116
+ supportedReactions={supportedReactions}
118
117
  {...participantViewProps}
119
118
  />
120
119
  )}
@@ -130,6 +129,7 @@ export const CallParticipantsSpotlight = ({
130
129
  participants={
131
130
  isScreenShareOnSpotlight ? allParticipants : otherParticipants
132
131
  }
132
+ supportedReactions={supportedReactions}
133
133
  horizontal={!landscape}
134
134
  numberOfColumns={!landscape ? 2 : 1}
135
135
  landscape={landscape}
@@ -21,6 +21,7 @@ import {
21
21
  ParticipantViewComponentProps,
22
22
  ParticipantViewProps,
23
23
  } from '../../Participant/ParticipantView';
24
+ import { CallContentProps } from '../CallContent';
24
25
 
25
26
  type FlatListProps = React.ComponentProps<
26
27
  typeof FlatList<StreamVideoParticipant | StreamVideoLocalParticipant>
@@ -42,26 +43,27 @@ export type CallParticipantsListComponentProps =
42
43
  /**
43
44
  * Props of the CallParticipantsList component
44
45
  */
45
- export type CallParticipantsListProps = CallParticipantsListComponentProps & {
46
- /**
47
- * The list of participants to display in the list
48
- */
49
- participants: (StreamVideoParticipant | StreamVideoLocalParticipant)[];
50
- /**
51
- * The number of columns to display in the list of participants while in vertical or horizontal scrolling mode. This property is only used when there are more than 2 participants.
52
- * @default 2
53
- */
54
- numberOfColumns?: number;
55
- /**
56
- * If true, the list will be displayed in horizontal scrolling mode
57
- */
58
- horizontal?: boolean;
59
- /**
60
- * Check if phone is in landscape mode.
61
- * This will apply the landscape mode styles to the component.
62
- */
63
- landscape?: boolean;
64
- };
46
+ export type CallParticipantsListProps = CallParticipantsListComponentProps &
47
+ Pick<CallContentProps, 'supportedReactions'> & {
48
+ /**
49
+ * The list of participants to display in the list
50
+ */
51
+ participants: (StreamVideoParticipant | StreamVideoLocalParticipant)[];
52
+ /**
53
+ * The number of columns to display in the list of participants while in vertical or horizontal scrolling mode. This property is only used when there are more than 2 participants.
54
+ * @default 2
55
+ */
56
+ numberOfColumns?: number;
57
+ /**
58
+ * If true, the list will be displayed in horizontal scrolling mode
59
+ */
60
+ horizontal?: boolean;
61
+ /**
62
+ * Check if phone is in landscape mode.
63
+ * This will apply the landscape mode styles to the component.
64
+ */
65
+ landscape?: boolean;
66
+ };
65
67
 
66
68
  /**
67
69
  * This component displays a list of participants in a FlatList.
@@ -79,6 +81,7 @@ export const CallParticipantsList = ({
79
81
  ParticipantReaction,
80
82
  ParticipantVideoFallback,
81
83
  VideoRenderer,
84
+ supportedReactions,
82
85
  landscape,
83
86
  }: CallParticipantsListProps) => {
84
87
  const [containerLayout, setContainerLayout] = useState({
@@ -195,6 +198,7 @@ export const CallParticipantsList = ({
195
198
  style={itemContainerStyle}
196
199
  trackType="videoTrack"
197
200
  isVisible={isVisible}
201
+ supportedReactions={supportedReactions}
198
202
  {...participantProps}
199
203
  />
200
204
  )}
@@ -220,6 +224,7 @@ export const CallParticipantsList = ({
220
224
  style={styles.flexed}
221
225
  trackType="videoTrack"
222
226
  key={keyExtractor(participant, index)}
227
+ supportedReactions={supportedReactions}
223
228
  {...participantProps}
224
229
  />
225
230
  )
@@ -10,7 +10,10 @@ import { FLOATING_VIDEO_VIEW_STYLE, Z_INDEX } from '../../../constants';
10
10
  import { ComponentTestIds } from '../../../constants/TestIds';
11
11
  import { VideoSlash } from '../../../icons';
12
12
  import FloatingView from './FloatingView';
13
- import { CallParticipantsListProps } from '../../Call';
13
+ import {
14
+ CallContentProps,
15
+ CallParticipantsListComponentProps,
16
+ } from '../../Call';
14
17
  import { FloatingViewAlignment } from './FloatingView/common';
15
18
  import {
16
19
  ParticipantView as DefaultParticipantView,
@@ -29,7 +32,8 @@ export type FloatingParticipantViewAlignment =
29
32
  * Props to be passed for the LocalVideoView component.
30
33
  */
31
34
  export type FloatingParticipantViewProps = ParticipantViewComponentProps &
32
- Pick<CallParticipantsListProps, 'ParticipantView'> & {
35
+ Pick<CallParticipantsListComponentProps, 'ParticipantView'> &
36
+ Pick<CallContentProps, 'supportedReactions'> & {
33
37
  /**
34
38
  * Determines where the floating participant video will be placed.
35
39
  */
@@ -85,6 +89,7 @@ export const FloatingParticipantView = ({
85
89
  ParticipantNetworkQualityIndicator,
86
90
  ParticipantReaction,
87
91
  VideoRenderer,
92
+ supportedReactions,
88
93
  }: FloatingParticipantViewProps) => {
89
94
  const {
90
95
  theme: { colors, floatingParticipantsView },
@@ -160,6 +165,7 @@ export const FloatingParticipantView = ({
160
165
  // video z order must be one above the one used in grid view
161
166
  // (which uses the default: 0)
162
167
  videoZOrder={1}
168
+ supportedReactions={supportedReactions}
163
169
  {...participantViewProps}
164
170
  />
165
171
  )}