@stream-io/video-react-native-sdk 1.3.7 → 1.4.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 (510) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/commonjs/components/Call/CallContent/CallContent.js +25 -20
  3. package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
  4. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js +8 -6
  5. package/dist/commonjs/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  6. package/dist/commonjs/components/Call/CallControls/CallControls.js +2 -2
  7. package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
  8. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js +11 -18
  9. package/dist/commonjs/components/Call/CallControls/CallControlsButton.js.map +1 -1
  10. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js +8 -13
  11. package/dist/commonjs/components/Call/CallControls/HangupCallButton.js.map +1 -1
  12. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js +5 -1
  13. package/dist/commonjs/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  14. package/dist/commonjs/components/Call/CallControls/LobbyControls.js +16 -9
  15. package/dist/commonjs/components/Call/CallControls/LobbyControls.js.map +1 -1
  16. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js +3 -3
  17. package/dist/commonjs/components/Call/CallControls/ReactionsButton.js.map +1 -1
  18. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js +8 -6
  19. package/dist/commonjs/components/Call/CallControls/RejectCallButton.js.map +1 -1
  20. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js +10 -6
  21. package/dist/commonjs/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  22. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js +10 -10
  23. package/dist/commonjs/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  24. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js +9 -6
  25. package/dist/commonjs/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  26. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js +10 -6
  27. package/dist/commonjs/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  28. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js +10 -10
  29. package/dist/commonjs/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  30. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js +9 -6
  31. package/dist/commonjs/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  32. package/dist/commonjs/components/Call/CallControls/index.js +0 -11
  33. package/dist/commonjs/components/Call/CallControls/index.js.map +1 -1
  34. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js +32 -28
  35. package/dist/commonjs/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  36. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +1 -1
  37. package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  38. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +31 -25
  39. package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  40. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js +32 -17
  41. package/dist/commonjs/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  42. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js +21 -14
  43. package/dist/commonjs/components/Call/Lobby/JoinCallButton.js.map +1 -1
  44. package/dist/commonjs/components/Call/Lobby/Lobby.js +66 -94
  45. package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
  46. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js +60 -23
  47. package/dist/commonjs/components/Call/Lobby/LobbyFooter.js.map +1 -1
  48. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +6 -7
  49. package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  50. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +6 -7
  51. package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  52. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +0 -4
  53. package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  54. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js +3 -3
  55. package/dist/commonjs/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  56. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +1 -1
  57. package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  58. package/dist/commonjs/components/Call/index.js +0 -11
  59. package/dist/commonjs/components/Call/index.js.map +1 -1
  60. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js +31 -20
  61. package/dist/commonjs/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  62. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js +1 -1
  63. package/dist/commonjs/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  64. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js +2 -2
  65. package/dist/commonjs/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  66. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +7 -5
  67. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  68. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +5 -3
  69. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  70. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +7 -5
  71. package/dist/commonjs/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  72. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +2 -2
  73. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  74. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +1 -1
  75. package/dist/commonjs/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  76. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js +1 -1
  77. package/dist/commonjs/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  78. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js +2 -2
  79. package/dist/commonjs/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  80. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js +2 -2
  81. package/dist/commonjs/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  82. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +1 -1
  83. package/dist/commonjs/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  84. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js +2 -2
  85. package/dist/commonjs/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  86. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +1 -1
  87. package/dist/commonjs/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  88. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js +16 -5
  89. package/dist/commonjs/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  90. package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  91. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js +6 -5
  92. package/dist/commonjs/components/Participant/FloatingParticipantView/index.js.map +1 -1
  93. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js +72 -49
  94. package/dist/commonjs/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  95. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +5 -5
  96. package/dist/commonjs/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  97. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js +28 -15
  98. package/dist/commonjs/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  99. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js +2 -2
  100. package/dist/commonjs/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  101. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js +29 -21
  102. package/dist/commonjs/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  103. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js +86 -0
  104. package/dist/commonjs/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -0
  105. package/dist/commonjs/components/utility/Avatar.js +1 -1
  106. package/dist/commonjs/components/utility/Avatar.js.map +1 -1
  107. package/dist/commonjs/components/utility/ScreenShareOverlay.js +6 -5
  108. package/dist/commonjs/components/utility/ScreenShareOverlay.js.map +1 -1
  109. package/dist/commonjs/constants/TestIds.js +1 -1
  110. package/dist/commonjs/constants/TestIds.js.map +1 -1
  111. package/dist/commonjs/constants/index.js +24 -5
  112. package/dist/commonjs/constants/index.js.map +1 -1
  113. package/dist/commonjs/icons/CameraSwitch.js +6 -3
  114. package/dist/commonjs/icons/CameraSwitch.js.map +1 -1
  115. package/dist/commonjs/icons/IconWrapper.js +25 -0
  116. package/dist/commonjs/icons/IconWrapper.js.map +1 -0
  117. package/dist/commonjs/icons/Lock.js +26 -0
  118. package/dist/commonjs/icons/Lock.js.map +1 -0
  119. package/dist/commonjs/icons/Mic.js +6 -6
  120. package/dist/commonjs/icons/Mic.js.map +1 -1
  121. package/dist/commonjs/icons/MicOff.js +6 -3
  122. package/dist/commonjs/icons/MicOff.js.map +1 -1
  123. package/dist/commonjs/icons/Phone.js +13 -3
  124. package/dist/commonjs/icons/Phone.js.map +1 -1
  125. package/dist/commonjs/icons/PhoneDown.js +6 -3
  126. package/dist/commonjs/icons/PhoneDown.js.map +1 -1
  127. package/dist/commonjs/icons/PinVertical.js +5 -2
  128. package/dist/commonjs/icons/PinVertical.js.map +1 -1
  129. package/dist/commonjs/icons/Reaction.js +3 -1
  130. package/dist/commonjs/icons/Reaction.js.map +1 -1
  131. package/dist/commonjs/icons/ScreenShare.js +6 -3
  132. package/dist/commonjs/icons/ScreenShare.js.map +1 -1
  133. package/dist/commonjs/icons/StopScreenShare.js +5 -2
  134. package/dist/commonjs/icons/StopScreenShare.js.map +1 -1
  135. package/dist/commonjs/icons/Video.js +6 -3
  136. package/dist/commonjs/icons/Video.js.map +1 -1
  137. package/dist/commonjs/icons/VideoSlash.js +6 -3
  138. package/dist/commonjs/icons/VideoSlash.js.map +1 -1
  139. package/dist/commonjs/icons/index.js +11 -22
  140. package/dist/commonjs/icons/index.js.map +1 -1
  141. package/dist/commonjs/theme/colors.js +22 -39
  142. package/dist/commonjs/theme/colors.js.map +1 -1
  143. package/dist/commonjs/theme/constants.js +44 -44
  144. package/dist/commonjs/theme/constants.js.map +1 -1
  145. package/dist/commonjs/theme/index.js +11 -10
  146. package/dist/commonjs/theme/index.js.map +1 -1
  147. package/dist/commonjs/theme/theme.js +46 -9
  148. package/dist/commonjs/theme/theme.js.map +1 -1
  149. package/dist/commonjs/translations/en.json +7 -3
  150. package/dist/commonjs/version.js +1 -1
  151. package/dist/module/components/Call/CallContent/CallContent.js +26 -21
  152. package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
  153. package/dist/module/components/Call/CallControls/AcceptCallButton.js +9 -7
  154. package/dist/module/components/Call/CallControls/AcceptCallButton.js.map +1 -1
  155. package/dist/module/components/Call/CallControls/CallControls.js +2 -2
  156. package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
  157. package/dist/module/components/Call/CallControls/CallControlsButton.js +11 -18
  158. package/dist/module/components/Call/CallControls/CallControlsButton.js.map +1 -1
  159. package/dist/module/components/Call/CallControls/HangupCallButton.js +8 -13
  160. package/dist/module/components/Call/CallControls/HangupCallButton.js.map +1 -1
  161. package/dist/module/components/Call/CallControls/IncomingCallControls.js +5 -1
  162. package/dist/module/components/Call/CallControls/IncomingCallControls.js.map +1 -1
  163. package/dist/module/components/Call/CallControls/LobbyControls.js +14 -8
  164. package/dist/module/components/Call/CallControls/LobbyControls.js.map +1 -1
  165. package/dist/module/components/Call/CallControls/ReactionsButton.js +4 -4
  166. package/dist/module/components/Call/CallControls/ReactionsButton.js.map +1 -1
  167. package/dist/module/components/Call/CallControls/RejectCallButton.js +9 -7
  168. package/dist/module/components/Call/CallControls/RejectCallButton.js.map +1 -1
  169. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js +10 -6
  170. package/dist/module/components/Call/CallControls/ScreenShareToggleButton.js.map +1 -1
  171. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js +11 -11
  172. package/dist/module/components/Call/CallControls/ToggleAudioPreviewButton.js.map +1 -1
  173. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js +10 -7
  174. package/dist/module/components/Call/CallControls/ToggleAudioPublishingButton.js.map +1 -1
  175. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js +11 -7
  176. package/dist/module/components/Call/CallControls/ToggleCameraFaceButton.js.map +1 -1
  177. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js +11 -11
  178. package/dist/module/components/Call/CallControls/ToggleVideoPreviewButton.js.map +1 -1
  179. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js +10 -7
  180. package/dist/module/components/Call/CallControls/ToggleVideoPublishingButton.js.map +1 -1
  181. package/dist/module/components/Call/CallControls/index.js +0 -1
  182. package/dist/module/components/Call/CallControls/index.js.map +1 -1
  183. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js +33 -29
  184. package/dist/module/components/Call/CallControls/internal/ReactionsPicker.js.map +1 -1
  185. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +1 -1
  186. package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
  187. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +29 -24
  188. package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
  189. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js +32 -17
  190. package/dist/module/components/Call/CallParticipantsList/CallParticipantsList.js.map +1 -1
  191. package/dist/module/components/Call/Lobby/JoinCallButton.js +19 -13
  192. package/dist/module/components/Call/Lobby/JoinCallButton.js.map +1 -1
  193. package/dist/module/components/Call/Lobby/Lobby.js +64 -93
  194. package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
  195. package/dist/module/components/Call/Lobby/LobbyFooter.js +58 -22
  196. package/dist/module/components/Call/Lobby/LobbyFooter.js.map +1 -1
  197. package/dist/module/components/Call/RingingCallContent/IncomingCall.js +6 -7
  198. package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
  199. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +6 -7
  200. package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
  201. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +0 -4
  202. package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
  203. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js +3 -3
  204. package/dist/module/components/Call/RingingCallContent/TextBasedIndicator.js.map +1 -1
  205. package/dist/module/components/Call/RingingCallContent/UserInfo.js +1 -1
  206. package/dist/module/components/Call/RingingCallContent/UserInfo.js.map +1 -1
  207. package/dist/module/components/Call/index.js +0 -1
  208. package/dist/module/components/Call/index.js.map +1 -1
  209. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js +32 -21
  210. package/dist/module/components/Livestream/HostLivestream/HostLivestream.js.map +1 -1
  211. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js +1 -1
  212. package/dist/module/components/Livestream/LivestreamControls/HostLivestreamControls.js.map +1 -1
  213. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js +2 -2
  214. package/dist/module/components/Livestream/LivestreamControls/HostStartStreamButton.js.map +1 -1
  215. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js +8 -6
  216. package/dist/module/components/Livestream/LivestreamControls/LivestreamAudioControlButton.js.map +1 -1
  217. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js +5 -3
  218. package/dist/module/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.js.map +1 -1
  219. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js +8 -6
  220. package/dist/module/components/Livestream/LivestreamControls/LivestreamVideoControlButton.js.map +1 -1
  221. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js +2 -2
  222. package/dist/module/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.js.map +1 -1
  223. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js +1 -1
  224. package/dist/module/components/Livestream/LivestreamControls/ViewerLivestreamControls.js.map +1 -1
  225. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js +1 -1
  226. package/dist/module/components/Livestream/LivestreamLayout/LivestreamLayout.js.map +1 -1
  227. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js +2 -2
  228. package/dist/module/components/Livestream/LivestreamTopView/DurationBadge.js.map +1 -1
  229. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js +2 -2
  230. package/dist/module/components/Livestream/LivestreamTopView/FollowerCount.js.map +1 -1
  231. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js +1 -1
  232. package/dist/module/components/Livestream/LivestreamTopView/HostLivestreamTopView.js.map +1 -1
  233. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js +2 -2
  234. package/dist/module/components/Livestream/LivestreamTopView/LiveIndicator.js.map +1 -1
  235. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js +1 -1
  236. package/dist/module/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.js.map +1 -1
  237. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js +17 -6
  238. package/dist/module/components/Livestream/ViewerLivestream/ViewerLivestream.js.map +1 -1
  239. package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
  240. package/dist/module/components/Participant/FloatingParticipantView/index.js +6 -5
  241. package/dist/module/components/Participant/FloatingParticipantView/index.js.map +1 -1
  242. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js +70 -49
  243. package/dist/module/components/Participant/ParticipantView/ParticipantLabel.js.map +1 -1
  244. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js +5 -5
  245. package/dist/module/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.js.map +1 -1
  246. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js +29 -16
  247. package/dist/module/components/Participant/ParticipantView/ParticipantReaction.js.map +1 -1
  248. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js +2 -2
  249. package/dist/module/components/Participant/ParticipantView/ParticipantVideoFallback.js.map +1 -1
  250. package/dist/module/components/Participant/ParticipantView/ParticipantView.js +27 -20
  251. package/dist/module/components/Participant/ParticipantView/ParticipantView.js.map +1 -1
  252. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js +78 -0
  253. package/dist/module/components/Participant/ParticipantView/SpeechIndicator.js.map +1 -0
  254. package/dist/module/components/utility/Avatar.js +1 -1
  255. package/dist/module/components/utility/Avatar.js.map +1 -1
  256. package/dist/module/components/utility/ScreenShareOverlay.js +6 -5
  257. package/dist/module/components/utility/ScreenShareOverlay.js.map +1 -1
  258. package/dist/module/constants/TestIds.js +1 -1
  259. package/dist/module/constants/TestIds.js.map +1 -1
  260. package/dist/module/constants/index.js +23 -4
  261. package/dist/module/constants/index.js.map +1 -1
  262. package/dist/module/icons/CameraSwitch.js +6 -3
  263. package/dist/module/icons/CameraSwitch.js.map +1 -1
  264. package/dist/module/icons/IconWrapper.js +17 -0
  265. package/dist/module/icons/IconWrapper.js.map +1 -0
  266. package/dist/module/icons/Lock.js +16 -0
  267. package/dist/module/icons/Lock.js.map +1 -0
  268. package/dist/module/icons/Mic.js +6 -6
  269. package/dist/module/icons/Mic.js.map +1 -1
  270. package/dist/module/icons/MicOff.js +6 -3
  271. package/dist/module/icons/MicOff.js.map +1 -1
  272. package/dist/module/icons/Phone.js +13 -3
  273. package/dist/module/icons/Phone.js.map +1 -1
  274. package/dist/module/icons/PhoneDown.js +6 -3
  275. package/dist/module/icons/PhoneDown.js.map +1 -1
  276. package/dist/module/icons/PinVertical.js +5 -2
  277. package/dist/module/icons/PinVertical.js.map +1 -1
  278. package/dist/module/icons/Reaction.js +3 -1
  279. package/dist/module/icons/Reaction.js.map +1 -1
  280. package/dist/module/icons/ScreenShare.js +6 -3
  281. package/dist/module/icons/ScreenShare.js.map +1 -1
  282. package/dist/module/icons/StopScreenShare.js +5 -2
  283. package/dist/module/icons/StopScreenShare.js.map +1 -1
  284. package/dist/module/icons/Video.js +6 -3
  285. package/dist/module/icons/Video.js.map +1 -1
  286. package/dist/module/icons/VideoSlash.js +6 -3
  287. package/dist/module/icons/VideoSlash.js.map +1 -1
  288. package/dist/module/icons/index.js +1 -2
  289. package/dist/module/icons/index.js.map +1 -1
  290. package/dist/module/theme/colors.js +22 -39
  291. package/dist/module/theme/colors.js.map +1 -1
  292. package/dist/module/theme/constants.js +44 -44
  293. package/dist/module/theme/constants.js.map +1 -1
  294. package/dist/module/theme/index.js +1 -5
  295. package/dist/module/theme/index.js.map +1 -1
  296. package/dist/module/theme/theme.js +46 -9
  297. package/dist/module/theme/theme.js.map +1 -1
  298. package/dist/module/translations/en.json +7 -3
  299. package/dist/module/version.js +1 -1
  300. package/dist/typescript/components/Call/CallContent/CallContent.d.ts +2 -7
  301. package/dist/typescript/components/Call/CallContent/CallContent.d.ts.map +1 -1
  302. package/dist/typescript/components/Call/CallControls/AcceptCallButton.d.ts.map +1 -1
  303. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts +4 -0
  304. package/dist/typescript/components/Call/CallControls/CallControlsButton.d.ts.map +1 -1
  305. package/dist/typescript/components/Call/CallControls/HangupCallButton.d.ts.map +1 -1
  306. package/dist/typescript/components/Call/CallControls/IncomingCallControls.d.ts.map +1 -1
  307. package/dist/typescript/components/Call/CallControls/LobbyControls.d.ts.map +1 -1
  308. package/dist/typescript/components/Call/CallControls/ReactionsButton.d.ts.map +1 -1
  309. package/dist/typescript/components/Call/CallControls/RejectCallButton.d.ts.map +1 -1
  310. package/dist/typescript/components/Call/CallControls/ScreenShareToggleButton.d.ts.map +1 -1
  311. package/dist/typescript/components/Call/CallControls/ToggleAudioPreviewButton.d.ts.map +1 -1
  312. package/dist/typescript/components/Call/CallControls/ToggleAudioPublishingButton.d.ts.map +1 -1
  313. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts +6 -1
  314. package/dist/typescript/components/Call/CallControls/ToggleCameraFaceButton.d.ts.map +1 -1
  315. package/dist/typescript/components/Call/CallControls/ToggleVideoPreviewButton.d.ts.map +1 -1
  316. package/dist/typescript/components/Call/CallControls/ToggleVideoPublishingButton.d.ts.map +1 -1
  317. package/dist/typescript/components/Call/CallControls/index.d.ts +0 -1
  318. package/dist/typescript/components/Call/CallControls/index.d.ts.map +1 -1
  319. package/dist/typescript/components/Call/CallControls/internal/ReactionsPicker.d.ts.map +1 -1
  320. package/dist/typescript/components/Call/CallLayout/CallParticipantsSpotlight.d.ts.map +1 -1
  321. package/dist/typescript/components/Call/CallParticipantsList/CallParticipantsList.d.ts.map +1 -1
  322. package/dist/typescript/components/Call/Lobby/JoinCallButton.d.ts.map +1 -1
  323. package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
  324. package/dist/typescript/components/Call/Lobby/LobbyFooter.d.ts.map +1 -1
  325. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +2 -6
  326. package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
  327. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +1 -6
  328. package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
  329. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts +0 -5
  330. package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
  331. package/dist/typescript/components/Call/index.d.ts +0 -1
  332. package/dist/typescript/components/Call/index.d.ts.map +1 -1
  333. package/dist/typescript/components/Livestream/HostLivestream/HostLivestream.d.ts.map +1 -1
  334. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamAudioControlButton.d.ts.map +1 -1
  335. package/dist/typescript/components/Livestream/LivestreamControls/LivestreamVideoControlButton.d.ts.map +1 -1
  336. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.d.ts.map +1 -1
  337. package/dist/typescript/components/Livestream/LivestreamControls/ViewerLivestreamControls.d.ts.map +1 -1
  338. package/dist/typescript/components/Livestream/ViewerLivestream/ViewerLivestream.d.ts.map +1 -1
  339. package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
  340. package/dist/typescript/components/Participant/FloatingParticipantView/index.d.ts.map +1 -1
  341. package/dist/typescript/components/Participant/ParticipantView/ParticipantLabel.d.ts.map +1 -1
  342. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts +1 -1
  343. package/dist/typescript/components/Participant/ParticipantView/ParticipantReaction.d.ts.map +1 -1
  344. package/dist/typescript/components/Participant/ParticipantView/ParticipantVideoFallback.d.ts.map +1 -1
  345. package/dist/typescript/components/Participant/ParticipantView/ParticipantView.d.ts.map +1 -1
  346. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts +18 -0
  347. package/dist/typescript/components/Participant/ParticipantView/SpeechIndicator.d.ts.map +1 -0
  348. package/dist/typescript/components/utility/Avatar.d.ts.map +1 -1
  349. package/dist/typescript/constants/TestIds.d.ts +2 -2
  350. package/dist/typescript/constants/TestIds.d.ts.map +1 -1
  351. package/dist/typescript/constants/index.d.ts +0 -1
  352. package/dist/typescript/constants/index.d.ts.map +1 -1
  353. package/dist/typescript/icons/CameraSwitch.d.ts +2 -1
  354. package/dist/typescript/icons/CameraSwitch.d.ts.map +1 -1
  355. package/dist/typescript/icons/IconWrapper.d.ts +6 -0
  356. package/dist/typescript/icons/IconWrapper.d.ts.map +1 -0
  357. package/dist/typescript/icons/{Chat.d.ts → Lock.d.ts} +3 -2
  358. package/dist/typescript/icons/Lock.d.ts.map +1 -0
  359. package/dist/typescript/icons/Mic.d.ts +2 -1
  360. package/dist/typescript/icons/Mic.d.ts.map +1 -1
  361. package/dist/typescript/icons/MicOff.d.ts +2 -1
  362. package/dist/typescript/icons/MicOff.d.ts.map +1 -1
  363. package/dist/typescript/icons/Phone.d.ts +2 -1
  364. package/dist/typescript/icons/Phone.d.ts.map +1 -1
  365. package/dist/typescript/icons/PhoneDown.d.ts +2 -1
  366. package/dist/typescript/icons/PhoneDown.d.ts.map +1 -1
  367. package/dist/typescript/icons/PinVertical.d.ts +2 -1
  368. package/dist/typescript/icons/PinVertical.d.ts.map +1 -1
  369. package/dist/typescript/icons/ScreenShare.d.ts +2 -1
  370. package/dist/typescript/icons/ScreenShare.d.ts.map +1 -1
  371. package/dist/typescript/icons/StopScreenShare.d.ts +2 -1
  372. package/dist/typescript/icons/StopScreenShare.d.ts.map +1 -1
  373. package/dist/typescript/icons/Video.d.ts +2 -1
  374. package/dist/typescript/icons/Video.d.ts.map +1 -1
  375. package/dist/typescript/icons/VideoSlash.d.ts +2 -1
  376. package/dist/typescript/icons/VideoSlash.d.ts.map +1 -1
  377. package/dist/typescript/icons/index.d.ts +1 -2
  378. package/dist/typescript/icons/index.d.ts.map +1 -1
  379. package/dist/typescript/theme/colors.d.ts +5 -38
  380. package/dist/typescript/theme/colors.d.ts.map +1 -1
  381. package/dist/typescript/theme/constants.d.ts +44 -44
  382. package/dist/typescript/theme/constants.d.ts.map +1 -1
  383. package/dist/typescript/theme/index.d.ts +1 -2
  384. package/dist/typescript/theme/index.d.ts.map +1 -1
  385. package/dist/typescript/theme/theme.d.ts +23 -31
  386. package/dist/typescript/theme/theme.d.ts.map +1 -1
  387. package/dist/typescript/theme/types.d.ts +65 -18
  388. package/dist/typescript/theme/types.d.ts.map +1 -1
  389. package/dist/typescript/translations/index.d.ts +5 -1
  390. package/dist/typescript/translations/index.d.ts.map +1 -1
  391. package/dist/typescript/version.d.ts +1 -1
  392. package/package.json +3 -3
  393. package/src/components/Call/CallContent/CallContent.tsx +25 -33
  394. package/src/components/Call/CallControls/AcceptCallButton.tsx +7 -5
  395. package/src/components/Call/CallControls/CallControls.tsx +2 -2
  396. package/src/components/Call/CallControls/CallControlsButton.tsx +14 -20
  397. package/src/components/Call/CallControls/HangupCallButton.tsx +6 -11
  398. package/src/components/Call/CallControls/IncomingCallControls.tsx +5 -1
  399. package/src/components/Call/CallControls/LobbyControls.tsx +16 -8
  400. package/src/components/Call/CallControls/ReactionsButton.tsx +4 -2
  401. package/src/components/Call/CallControls/RejectCallButton.tsx +7 -5
  402. package/src/components/Call/CallControls/ScreenShareToggleButton.tsx +18 -7
  403. package/src/components/Call/CallControls/ToggleAudioPreviewButton.tsx +11 -13
  404. package/src/components/Call/CallControls/ToggleAudioPublishingButton.tsx +12 -8
  405. package/src/components/Call/CallControls/ToggleCameraFaceButton.tsx +23 -10
  406. package/src/components/Call/CallControls/ToggleVideoPreviewButton.tsx +11 -14
  407. package/src/components/Call/CallControls/ToggleVideoPublishingButton.tsx +15 -8
  408. package/src/components/Call/CallControls/index.tsx +0 -1
  409. package/src/components/Call/CallControls/internal/ReactionsPicker.tsx +34 -32
  410. package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +2 -4
  411. package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +29 -23
  412. package/src/components/Call/CallParticipantsList/CallParticipantsList.tsx +34 -15
  413. package/src/components/Call/Lobby/JoinCallButton.tsx +21 -15
  414. package/src/components/Call/Lobby/Lobby.tsx +74 -121
  415. package/src/components/Call/Lobby/LobbyFooter.tsx +63 -41
  416. package/src/components/Call/RingingCallContent/IncomingCall.tsx +4 -14
  417. package/src/components/Call/RingingCallContent/OutgoingCall.tsx +4 -14
  418. package/src/components/Call/RingingCallContent/RingingCallContent.tsx +3 -17
  419. package/src/components/Call/RingingCallContent/TextBasedIndicator.tsx +3 -3
  420. package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
  421. package/src/components/Call/index.ts +0 -1
  422. package/src/components/Livestream/HostLivestream/HostLivestream.tsx +34 -23
  423. package/src/components/Livestream/LivestreamControls/HostLivestreamControls.tsx +1 -1
  424. package/src/components/Livestream/LivestreamControls/HostStartStreamButton.tsx +4 -4
  425. package/src/components/Livestream/LivestreamControls/LivestreamAudioControlButton.tsx +9 -7
  426. package/src/components/Livestream/LivestreamControls/LivestreamScreenShareToggleButton.tsx +4 -4
  427. package/src/components/Livestream/LivestreamControls/LivestreamVideoControlButton.tsx +9 -7
  428. package/src/components/Livestream/LivestreamControls/ViewerLeaveStreamButton.tsx +2 -4
  429. package/src/components/Livestream/LivestreamControls/ViewerLivestreamControls.tsx +1 -3
  430. package/src/components/Livestream/LivestreamLayout/LivestreamLayout.tsx +1 -1
  431. package/src/components/Livestream/LivestreamTopView/DurationBadge.tsx +2 -2
  432. package/src/components/Livestream/LivestreamTopView/FollowerCount.tsx +2 -2
  433. package/src/components/Livestream/LivestreamTopView/HostLivestreamTopView.tsx +1 -1
  434. package/src/components/Livestream/LivestreamTopView/LiveIndicator.tsx +2 -2
  435. package/src/components/Livestream/LivestreamTopView/ViewerLivestreamTopView.tsx +1 -1
  436. package/src/components/Livestream/ViewerLivestream/ViewerLivestream.tsx +19 -6
  437. package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +0 -1
  438. package/src/components/Participant/FloatingParticipantView/index.tsx +4 -6
  439. package/src/components/Participant/ParticipantView/ParticipantLabel.tsx +87 -87
  440. package/src/components/Participant/ParticipantView/ParticipantNetworkQualityIndicator.tsx +5 -5
  441. package/src/components/Participant/ParticipantView/ParticipantReaction.tsx +36 -26
  442. package/src/components/Participant/ParticipantView/ParticipantVideoFallback.tsx +2 -6
  443. package/src/components/Participant/ParticipantView/ParticipantView.tsx +33 -22
  444. package/src/components/Participant/ParticipantView/SpeechIndicator.tsx +103 -0
  445. package/src/components/utility/Avatar.tsx +2 -4
  446. package/src/components/utility/ScreenShareOverlay.tsx +5 -5
  447. package/src/constants/TestIds.ts +1 -1
  448. package/src/constants/index.ts +27 -5
  449. package/src/icons/CameraSwitch.tsx +4 -3
  450. package/src/icons/IconWrapper.tsx +15 -0
  451. package/src/icons/Lock.tsx +19 -0
  452. package/src/icons/Mic.tsx +4 -7
  453. package/src/icons/MicOff.tsx +4 -3
  454. package/src/icons/Phone.tsx +11 -3
  455. package/src/icons/PhoneDown.tsx +9 -3
  456. package/src/icons/PinVertical.tsx +3 -2
  457. package/src/icons/Reaction.tsx +1 -1
  458. package/src/icons/ScreenShare.tsx +9 -3
  459. package/src/icons/StopScreenShare.tsx +3 -2
  460. package/src/icons/Video.tsx +4 -3
  461. package/src/icons/VideoSlash.tsx +9 -3
  462. package/src/icons/index.tsx +1 -2
  463. package/src/theme/colors.ts +27 -42
  464. package/src/theme/constants.ts +51 -44
  465. package/src/theme/index.ts +1 -8
  466. package/src/theme/theme.ts +77 -40
  467. package/src/theme/types.ts +72 -21
  468. package/src/translations/en.json +7 -3
  469. package/src/version.ts +1 -1
  470. package/dist/commonjs/components/Call/CallControls/ChatButton.js +0 -84
  471. package/dist/commonjs/components/Call/CallControls/ChatButton.js.map +0 -1
  472. package/dist/commonjs/components/Call/CallTopView/CallTopView.js +0 -120
  473. package/dist/commonjs/components/Call/CallTopView/CallTopView.js.map +0 -1
  474. package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js +0 -105
  475. package/dist/commonjs/components/Call/CallTopView/ParticipantsInfoBadge.js.map +0 -1
  476. package/dist/commonjs/components/Call/CallTopView/index.js +0 -28
  477. package/dist/commonjs/components/Call/CallTopView/index.js.map +0 -1
  478. package/dist/commonjs/icons/Chat.js +0 -19
  479. package/dist/commonjs/icons/Chat.js.map +0 -1
  480. package/dist/commonjs/icons/Participants.js +0 -21
  481. package/dist/commonjs/icons/Participants.js.map +0 -1
  482. package/dist/module/components/Call/CallControls/ChatButton.js +0 -77
  483. package/dist/module/components/Call/CallControls/ChatButton.js.map +0 -1
  484. package/dist/module/components/Call/CallTopView/CallTopView.js +0 -111
  485. package/dist/module/components/Call/CallTopView/CallTopView.js.map +0 -1
  486. package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js +0 -98
  487. package/dist/module/components/Call/CallTopView/ParticipantsInfoBadge.js.map +0 -1
  488. package/dist/module/components/Call/CallTopView/index.js +0 -3
  489. package/dist/module/components/Call/CallTopView/index.js.map +0 -1
  490. package/dist/module/icons/Chat.js +0 -11
  491. package/dist/module/icons/Chat.js.map +0 -1
  492. package/dist/module/icons/Participants.js +0 -13
  493. package/dist/module/icons/Participants.js.map +0 -1
  494. package/dist/typescript/components/Call/CallControls/ChatButton.d.ts +0 -22
  495. package/dist/typescript/components/Call/CallControls/ChatButton.d.ts.map +0 -1
  496. package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts +0 -29
  497. package/dist/typescript/components/Call/CallTopView/CallTopView.d.ts.map +0 -1
  498. package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts +0 -12
  499. package/dist/typescript/components/Call/CallTopView/ParticipantsInfoBadge.d.ts.map +0 -1
  500. package/dist/typescript/components/Call/CallTopView/index.d.ts +0 -3
  501. package/dist/typescript/components/Call/CallTopView/index.d.ts.map +0 -1
  502. package/dist/typescript/icons/Chat.d.ts.map +0 -1
  503. package/dist/typescript/icons/Participants.d.ts +0 -8
  504. package/dist/typescript/icons/Participants.d.ts.map +0 -1
  505. package/src/components/Call/CallControls/ChatButton.tsx +0 -90
  506. package/src/components/Call/CallTopView/CallTopView.tsx +0 -162
  507. package/src/components/Call/CallTopView/ParticipantsInfoBadge.tsx +0 -119
  508. package/src/components/Call/CallTopView/index.ts +0 -2
  509. package/src/icons/Chat.tsx +0 -16
  510. package/src/icons/Participants.tsx +0 -18
@@ -1 +1 @@
1
- {"version":3,"names":["palette","opacityToHex","opacity","Math","round","toString","padStart","colors","primary","blue500","error","red400","info","green500","static_black","grey950","static_white","grey50","static_overlay","static_grey","grey700","disabled","grey600","text_low_emphasis","grey500","text_high_emphasis","controls_bg","borders","grey300","overlay","overlay_dark","bars","content_bg","dark_gray","grey800","darkThemeColors","grey900"],"sourceRoot":"../../../src","sources":["theme/colors.ts"],"mappings":"AAAA,SAASA,OAAO,QAAQ,aAAa;AAErC,MAAMC,YAAY,GAAIC,OAAe,IAAK;EACxC,OAAOC,IAAI,CAACC,KAAK,CAACF,OAAO,GAAG,GAAG,CAAC,CAC7BG,QAAQ,CAAC,EAAE,CAAC,CACZC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC;AACrB,CAAC;AAED,MAAMC,MAAM,GAAG;EACbC,OAAO,EAAER,OAAO,CAACS,OAAO;EACxBC,KAAK,EAAEV,OAAO,CAACW,MAAM;EACrBC,IAAI,EAAEZ,OAAO,CAACa,QAAQ;EACtBC,YAAY,EAAEd,OAAO,CAACe,OAAO;EAC7BC,YAAY,EAAEhB,OAAO,CAACiB,MAAM;EAC5BC,cAAc,EAAElB,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,IAAI,CAAC;EACpDkB,WAAW,EAAEnB,OAAO,CAACoB,OAAO;EAC5BC,QAAQ,EAAErB,OAAO,CAACsB,OAAO;EACzBC,iBAAiB,EAAEvB,OAAO,CAACwB,OAAO;EAClCC,kBAAkB,EAAEzB,OAAO,CAACe,OAAO;EACnCW,WAAW,EAAE1B,OAAO,CAACiB,MAAM;EAC3BU,OAAO,EAAE3B,OAAO,CAAC4B,OAAO;EACxBC,OAAO,EAAE7B,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,GAAG,CAAC;EAC5C6B,YAAY,EAAE9B,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,GAAG,CAAC;EACjD8B,IAAI,EAAE/B,OAAO,CAACiB,MAAM;EACpBe,UAAU,EAAEhC,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,IAAI,CAAC;EAChDgC,SAAS,EAAEjC,OAAO,CAACkC;AACrB,CAAC;AAED,MAAMC,eAAe,GAAG;EACtB3B,OAAO,EAAER,OAAO,CAACS,OAAO;EACxBC,KAAK,EAAEV,OAAO,CAACW,MAAM;EACrBC,IAAI,EAAEZ,OAAO,CAACa,QAAQ;EACtBC,YAAY,EAAEd,OAAO,CAACe,OAAO;EAC7BC,YAAY,EAAEhB,OAAO,CAACiB,MAAM;EAC5BC,cAAc,EAAElB,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,IAAI,CAAC;EACpDkB,WAAW,EAAEnB,OAAO,CAACoB,OAAO;EAC5BC,QAAQ,EAAErB,OAAO,CAACsB,OAAO;EACzBC,iBAAiB,EAAEvB,OAAO,CAACwB,OAAO;EAClCC,kBAAkB,EAAEzB,OAAO,CAACiB,MAAM;EAClCS,WAAW,EAAE1B,OAAO,CAACoC,OAAO;EAC5BT,OAAO,EAAE3B,OAAO,CAACoB,OAAO;EACxBS,OAAO,EAAE7B,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,GAAG,CAAC;EAC5C6B,YAAY,EAAE9B,OAAO,CAACiB,MAAM,GAAGhB,YAAY,CAAC,GAAG,CAAC;EAChD8B,IAAI,EAAE/B,OAAO,CAACoC,OAAO;EACrBJ,UAAU,EAAEhC,OAAO,CAACe,OAAO,GAAGd,YAAY,CAAC,IAAI,CAAC;EAChDgC,SAAS,EAAEjC,OAAO,CAACkC;AACrB,CAAC;AAED,SAAS3B,MAAM,EAAE4B,eAAe","ignoreList":[]}
1
+ {"version":3,"names":["palette","colors","primary","primary100","secondary","neutral90","success","success100","warning","warning100","buttonPrimary","buttonSecondary","buttonSuccess","buttonWarning","buttonDisabled","primary180","iconPrimary","neutral0","iconSecondary","iconSuccess","iconWarning","sheetPrimary","neutral120","sheetSecondary","neutral110","sheetTertiary","sheetOverlay","overlay","textPrimary","textSecondary","neutral30","colorPalette"],"sourceRoot":"../../../src","sources":["theme/colors.ts"],"mappings":"AAAA,SAASA,OAAO,QAAQ,aAAa;AAGrC,MAAMC,MAAmB,GAAG;EAC1BC,OAAO,EAAEF,OAAO,CAACG,UAAU;EAC3BC,SAAS,EAAEJ,OAAO,CAACK,SAAS;EAC5BC,OAAO,EAAEN,OAAO,CAACO,UAAU;EAC3BC,OAAO,EAAER,OAAO,CAACS,UAAU;EAE3BC,aAAa,EAAEV,OAAO,CAACG,UAAU;EACjCQ,eAAe,EAAEX,OAAO,CAACK,SAAS;EAClCO,aAAa,EAAEZ,OAAO,CAACO,UAAU;EACjCM,aAAa,EAAEb,OAAO,CAACS,UAAU;EACjCK,cAAc,EAAEd,OAAO,CAACe,UAAU;EAElCC,WAAW,EAAEhB,OAAO,CAACiB,QAAQ;EAC7BC,aAAa,EAAElB,OAAO,CAACG,UAAU;EACjCgB,WAAW,EAAEnB,OAAO,CAACO,UAAU;EAC/Ba,WAAW,EAAEpB,OAAO,CAACS,UAAU;EAE/BY,YAAY,EAAErB,OAAO,CAACsB,UAAU;EAChCC,cAAc,EAAEvB,OAAO,CAACwB,UAAU;EAClCC,aAAa,EAAEzB,OAAO,CAACK,SAAS;EAChCqB,YAAY,EAAE1B,OAAO,CAAC2B,OAAO;EAE7BC,WAAW,EAAE5B,OAAO,CAACiB,QAAQ;EAC7BY,aAAa,EAAE7B,OAAO,CAAC8B;AACzB,CAAC;AAED,MAAMC,YAAY,GAAG;EACnB9B;AACF,CAAC;AAED,SAAS8B,YAAY,EAAE9B,MAAM","ignoreList":[]}
@@ -1,49 +1,49 @@
1
1
  const ref = {
2
2
  palette: {
3
- green50: '#F6FEF9',
4
- green100: '#E9F1FF',
5
- green200: '#A6F2C6',
6
- green300: '#79ECA9',
7
- green400: '#4CE68C',
8
- green500: '#20E070',
9
- green600: '#19B359',
10
- green700: '#138643',
11
- green800: '#0D592C',
12
- green900: '#062D16',
13
- green950: '#041B0D',
14
- blue50: '#F5FAFF',
15
- blue100: '#E0F0FF',
16
- blue200: '#CCDFFF',
17
- blue300: '#669FFF',
18
- blue400: '#337EFF',
19
- blue500: '#005FFF',
20
- blue600: '#004CCC',
21
- blue700: '#003999',
22
- blue800: '#002666',
23
- blue900: '#00163D',
24
- blue950: '#000D24',
25
- red50: '#FFF5F5',
26
- red100: '#FFE5E7',
27
- red200: '#FF999F',
28
- red300: '#FF666E',
29
- red400: '#FF3742',
30
- red500: '#FF000E',
31
- red600: '#CC000B',
32
- red700: '#990008',
33
- red800: '#660006',
34
- red900: '#330003',
35
- red950: '#1F0002',
36
- grey50: '#FFFFFF',
37
- grey100: '#F7F7F8',
38
- grey200: '#E9EAED',
39
- grey300: '#DBDDE1',
40
- grey400: '#B4B7BB',
41
- grey500: '#72767E',
42
- grey600: '#4C525C',
43
- grey700: '#272A30',
44
- grey800: '#1C1E22',
45
- grey900: '#121416',
46
- grey950: '#080707'
3
+ primary100: '#005fff',
4
+ primary150: '#123d82',
5
+ primary180: '#1b2c43',
6
+ primary20: '#ccdfff',
7
+ primary70: '#4c8fff',
8
+ secondary100: '#69e5f6',
9
+ secondary140: '#448592',
10
+ secondary180: '#263942',
11
+ secondary20: '#f0fcfe',
12
+ secondary60: '#a5effa',
13
+ tertiary100: '#b38af8',
14
+ tertiary170: '#4b446b',
15
+ tertiary190: '#2d3042',
16
+ tertiary20: '#f7f3fe',
17
+ tertiary60: '#d1b9fb',
18
+ success100: '#00e2a1',
19
+ success150: '#12715c',
20
+ success190: '#1d2f34',
21
+ success20: '#e5fcf6',
22
+ success60: '#66eec7',
23
+ warning100: '#dc433b',
24
+ warning150: '#7d3535',
25
+ warning190: '#31292f',
26
+ warning20: '#f8d9d8',
27
+ warning70: '#e77b76',
28
+ caution100: '#ffd646',
29
+ caution150: '#786c38',
30
+ caution180: '#353830',
31
+ caution20: '#fffbec',
32
+ caution60: '#ffe690',
33
+ neutral0: '#eff0f1',
34
+ neutral10: '#e3e4e5',
35
+ neutral100: '#0d1721',
36
+ neutral110: '#101213',
37
+ neutral120: '#000000',
38
+ neutral20: '#caccce',
39
+ neutral30: '#b0b4b7',
40
+ neutral40: '#979ca0',
41
+ neutral50: '#7e8389',
42
+ neutral60: '#656b72',
43
+ neutral70: '#4c535b',
44
+ neutral80: '#323b44',
45
+ neutral90: '#19232d',
46
+ overlay: '#0c0d0ea6'
47
47
  }
48
48
  };
49
49
  const {
@@ -1 +1 @@
1
- {"version":3,"names":["ref","palette","green50","green100","green200","green300","green400","green500","green600","green700","green800","green900","green950","blue50","blue100","blue200","blue300","blue400","blue500","blue600","blue700","blue800","blue900","blue950","red50","red100","red200","red300","red400","red500","red600","red700","red800","red900","red950","grey50","grey100","grey200","grey300","grey400","grey500","grey600","grey700","grey800","grey900","grey950"],"sourceRoot":"../../../src","sources":["theme/constants.ts"],"mappings":"AAAA,MAAMA,GAAG,GAAG;EACVC,OAAO,EAAE;IACPC,OAAO,EAAE,SAAS;IAClBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,SAAS;IACnBC,MAAM,EAAE,SAAS;IACjBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,KAAK,EAAE,SAAS;IAChBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,MAAM,EAAE,SAAS;IACjBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE,SAAS;IAClBC,OAAO,EAAE;EACX;AACF,CAAC;AAED,MAAM;EAAE5C;AAAQ,CAAC,GAAGD,GAAG;AACvB,SAASC,OAAO","ignoreList":[]}
1
+ {"version":3,"names":["ref","palette","primary100","primary150","primary180","primary20","primary70","secondary100","secondary140","secondary180","secondary20","secondary60","tertiary100","tertiary170","tertiary190","tertiary20","tertiary60","success100","success150","success190","success20","success60","warning100","warning150","warning190","warning20","warning70","caution100","caution150","caution180","caution20","caution60","neutral0","neutral10","neutral100","neutral110","neutral120","neutral20","neutral30","neutral40","neutral50","neutral60","neutral70","neutral80","neutral90","overlay"],"sourceRoot":"../../../src","sources":["theme/constants.ts"],"mappings":"AAAA,MAAMA,GAAG,GAAG;EACVC,OAAO,EAAE;IACPC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IAEpBC,YAAY,EAAE,SAAS;IACvBC,YAAY,EAAE,SAAS;IACvBC,YAAY,EAAE,SAAS;IACvBC,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,SAAS;IAEtBC,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,SAAS;IACtBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IAErBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IAEpBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IAEpBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IAEpBC,QAAQ,EAAE,SAAS;IACnBC,SAAS,EAAE,SAAS;IACpBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IACpBC,SAAS,EAAE,SAAS;IAEpBC,OAAO,EAAE;EACX;AACF,CAAC;AAED,MAAM;EAAE5C;AAAQ,CAAC,GAAGD,GAAG;AACvB,SAASC,OAAO","ignoreList":[]}
@@ -1,7 +1,3 @@
1
- import { colors, darkThemeColors } from './colors';
2
- export const colorPallet = {
3
- light: colors,
4
- dark: darkThemeColors
5
- };
6
1
  export * from './theme';
2
+ export * from './colors';
7
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["colors","darkThemeColors","colorPallet","light","dark"],"sourceRoot":"../../../src","sources":["theme/index.ts"],"mappings":"AAAA,SAASA,MAAM,EAAEC,eAAe,QAAQ,UAAU;AAGlD,OAAO,MAAMC,WAAkB,GAAG;EAChCC,KAAK,EAAEH,MAAM;EACbI,IAAI,EAAEH;AACR,CAAC;AAED,cAAc,SAAS","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["theme/index.ts"],"mappings":"AAAA,cAAc,SAAS;AACvB,cAAc,UAAU","ignoreList":[]}
@@ -1,6 +1,20 @@
1
1
  import { colors } from './colors';
2
2
  export const defaultTheme = {
3
3
  variants: {
4
+ roundButtonSizes: {
5
+ xs: 16,
6
+ sm: 24,
7
+ md: 36,
8
+ lg: 44,
9
+ xl: 56
10
+ },
11
+ borderRadiusSizes: {
12
+ xs: 4,
13
+ sm: 8,
14
+ md: 16,
15
+ lg: 24,
16
+ xl: 32
17
+ },
4
18
  buttonSizes: {
5
19
  xs: 40,
6
20
  sm: 50,
@@ -21,6 +35,26 @@ export const defaultTheme = {
21
35
  md: 100,
22
36
  lg: 160,
23
37
  xl: 180
38
+ },
39
+ spacingSizes: {
40
+ xs: 4,
41
+ sm: 8,
42
+ md: 16,
43
+ lg: 24,
44
+ xl: 32
45
+ },
46
+ fontSizes: {
47
+ xs: 8,
48
+ sm: 12,
49
+ md: 16,
50
+ lg: 20,
51
+ xl: 24
52
+ },
53
+ insets: {
54
+ top: 0,
55
+ right: 0,
56
+ bottom: 0,
57
+ left: 0
24
58
  }
25
59
  },
26
60
  typefaces: {
@@ -53,6 +87,18 @@ export const defaultTheme = {
53
87
  fontWeight: '400'
54
88
  }
55
89
  },
90
+ defaults: {
91
+ color: colors.primary,
92
+ backgroundColor: colors.sheetPrimary,
93
+ margin: 10,
94
+ padding: 10,
95
+ fontSize: 16,
96
+ fontWeight: '500',
97
+ borderRadius: 32,
98
+ iconSize: 28,
99
+ borderColor: colors.buttonPrimary,
100
+ borderWidth: 1
101
+ },
56
102
  colors: colors,
57
103
  avatar: {
58
104
  container: {},
@@ -203,15 +249,6 @@ export const defaultTheme = {
203
249
  ringingCallContent: {
204
250
  container: {}
205
251
  },
206
- callTopView: {
207
- container: {},
208
- content: {},
209
- backIconContainer: {},
210
- leftElement: {},
211
- centerElement: {},
212
- rightElement: {},
213
- title: {}
214
- },
215
252
  userInfo: {
216
253
  container: {},
217
254
  avatarGroup: {},
@@ -1 +1 @@
1
- {"version":3,"names":["colors","defaultTheme","variants","buttonSizes","xs","sm","md","lg","xl","iconSizes","avatarSizes","typefaces","heading4","fontSize","fontWeight","heading5","heading6","subtitle","subtitleBold","bodyBold","caption","avatar","container","image","text","acceptCallButton","svgContainer","callContent","callParticipantsContainer","topContainer","callControls","callControlsButton","joinCallButton","label","chatButton","hangupCallButton","rejectCallButton","screenShareToggleButton","toggleAudioPreviewButton","toggleAudioPublishingButton","toggleCameraFaceButton","toggleVideoPreviewButton","toggleVideoPublishingButton","callParticipantsGrid","callParticipantsSpotlight","fullScreenSpotlightContainer","callParticipantsListContainer","spotlightContainer","lobby","heading","subHeading","bottomContainer","videoContainer","infoContainer","infoText","participantStatusContainer","avatarContainer","userNameLabel","audioMutedIconContainer","floatingParticipantsView","participantViewContainer","videoFallback","participantLabel","videoMutedIconContainer","pinIconContainer","screenShareIconContainer","participantNetworkQualityIndicator","participantReaction","reaction","participantVideoFallback","avatarText","avatarImage","participantView","footerContainer","highligtedContainer","reactionsPicker","reactionsPopup","reactionsButtonDimmer","reactionItem","reactionText","videoRenderer","videoStream","incomingCall","background","content","incomingCallText","incomingCallControls","buttonGroup","outgoingCall","callingText","outgoingCallControls","deviceControlButtons","ringingCallContent","callTopView","backIconContainer","leftElement","centerElement","rightElement","title","userInfo","avatarGroup","name","lobbyControls","participantInfoBadge","participantCountContainer","participantsIconContainer","participantsCountText","hostLivestream","hostLivestreamTopView","liveInfo","viewerLivestream","livestreamLayout","viewerLivestreamTopView","followerCount","icon","durationBadge","liveIndicator","hostLivestreamControls","viewerLivestreamControls","hostStartStreamButton","viewerLeaveStreamButton","livestreamMediaControls","livestreamAudioControlButton","livestreamVideoControlButton","livestreamScreenShareToggleButton","screenshareOverlay","button","buttonIcon","buttonText"],"sourceRoot":"../../../src","sources":["theme/theme.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["colors","defaultTheme","variants","roundButtonSizes","xs","sm","md","lg","xl","borderRadiusSizes","buttonSizes","iconSizes","avatarSizes","spacingSizes","fontSizes","insets","top","right","bottom","left","typefaces","heading4","fontSize","fontWeight","heading5","heading6","subtitle","subtitleBold","bodyBold","caption","defaults","color","primary","backgroundColor","sheetPrimary","margin","padding","borderRadius","iconSize","borderColor","buttonPrimary","borderWidth","avatar","container","image","text","acceptCallButton","svgContainer","callContent","callParticipantsContainer","topContainer","callControls","callControlsButton","joinCallButton","label","chatButton","hangupCallButton","rejectCallButton","screenShareToggleButton","toggleAudioPreviewButton","toggleAudioPublishingButton","toggleCameraFaceButton","toggleVideoPreviewButton","toggleVideoPublishingButton","callParticipantsGrid","callParticipantsSpotlight","fullScreenSpotlightContainer","callParticipantsListContainer","spotlightContainer","lobby","heading","subHeading","bottomContainer","videoContainer","infoContainer","infoText","participantStatusContainer","avatarContainer","userNameLabel","audioMutedIconContainer","floatingParticipantsView","participantViewContainer","videoFallback","participantLabel","videoMutedIconContainer","pinIconContainer","screenShareIconContainer","participantNetworkQualityIndicator","participantReaction","reaction","participantVideoFallback","avatarText","avatarImage","participantView","footerContainer","highligtedContainer","reactionsPicker","reactionsPopup","reactionsButtonDimmer","reactionItem","reactionText","videoRenderer","videoStream","incomingCall","background","content","incomingCallText","incomingCallControls","buttonGroup","outgoingCall","callingText","outgoingCallControls","deviceControlButtons","ringingCallContent","userInfo","avatarGroup","name","lobbyControls","participantInfoBadge","participantCountContainer","participantsIconContainer","participantsCountText","hostLivestream","hostLivestreamTopView","leftElement","rightElement","centerElement","liveInfo","viewerLivestream","livestreamLayout","viewerLivestreamTopView","followerCount","icon","durationBadge","liveIndicator","hostLivestreamControls","viewerLivestreamControls","hostStartStreamButton","viewerLeaveStreamButton","livestreamMediaControls","livestreamAudioControlButton","livestreamVideoControlButton","livestreamScreenShareToggleButton","screenshareOverlay","button","buttonIcon","buttonText"],"sourceRoot":"../../../src","sources":["theme/theme.ts"],"mappings":"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","ignoreList":[]}
@@ -11,7 +11,7 @@
11
11
  "End Stream": "End Stream",
12
12
  "Leave Stream": "Leave Stream",
13
13
  "Live": "Live",
14
- "Before Joining": "Before Joining",
14
+ "Before joining": "Before joining",
15
15
  "Setup your audio and video": "Setup your audio and video",
16
16
  "Setup your audio": "Setup your audio",
17
17
  "You are first to Join the call.": "You are first to Join the call.",
@@ -23,5 +23,9 @@
23
23
  "{{ numberOfParticipants }} participant(s) are in the call.": "{{ numberOfParticipants }} participant(s) are in the call.",
24
24
  "You are about to join a call with id {{ callId }}.": "You are about to join a call with id {{ callId }}.",
25
25
  "Preparing call": "Preparing call",
26
- "You have left the call": "You have left the call"
27
- }
26
+ "You have left the call": "You have left the call",
27
+ "You are about to join a call.": "You are about to join a call.",
28
+ "Currently there are no other participants in the call.": "Currently there are no other participants in the call.",
29
+ "There is {{numberOfParticipants}} more person in the call.": "There is {{numberOfParticipants}} more person in the call.",
30
+ "There are {{numberOfParticipants}} more people in the call.": "There are {{numberOfParticipants}} more people in the call."
31
+ }
@@ -1,2 +1,2 @@
1
- export const version = '1.3.7';
1
+ export const version = '1.4.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import { CallTopViewProps } from '../CallTopView';
3
2
  import { CallControlProps, HangUpCallButtonProps } from '../CallControls';
4
3
  import { StreamReaction } from '@stream-io/video-client';
5
4
  import { FloatingParticipantViewProps, ParticipantViewComponentProps } from '../../Participant';
@@ -9,10 +8,6 @@ export type StreamReactionType = StreamReaction & {
9
8
  icon: string;
10
9
  };
11
10
  type CallContentComponentProps = ParticipantViewComponentProps & Pick<CallParticipantsListComponentProps, 'ParticipantView'> & {
12
- /**
13
- * Component to customize the CallTopView component.
14
- */
15
- CallTopView?: React.ComponentType<CallTopViewProps> | null;
16
11
  /**
17
12
  * Component to customize the CallControls component.
18
13
  */
@@ -30,7 +25,7 @@ type CallContentComponentProps = ParticipantViewComponentProps & Pick<CallPartic
30
25
  */
31
26
  ScreenShareOverlay?: React.ComponentType<ScreenShareOverlayProps> | null;
32
27
  };
33
- export type CallContentProps = Pick<HangUpCallButtonProps, 'onHangupCallHandler'> & Pick<CallTopViewProps, 'onBackPressed' | 'onParticipantInfoPress' | 'ParticipantsInfoBadge'> & CallContentComponentProps & {
28
+ export type CallContentProps = Pick<HangUpCallButtonProps, 'onHangupCallHandler'> & CallContentComponentProps & {
34
29
  /**
35
30
  * This switches the participant's layout between the grid and the spotlight mode.
36
31
  */
@@ -46,6 +41,6 @@ export type CallContentProps = Pick<HangUpCallButtonProps, 'onHangupCallHandler'
46
41
  */
47
42
  disablePictureInPicture?: boolean;
48
43
  };
49
- export declare const CallContent: ({ onBackPressed, onParticipantInfoPress, onHangupCallHandler, CallParticipantsList, CallTopView, CallControls, FloatingParticipantView, ScreenShareOverlay, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, ParticipantsInfoBadge, VideoRenderer, layout, landscape, supportedReactions, iOSPiPIncludeLocalParticipantVideo, disablePictureInPicture, }: CallContentProps) => React.JSX.Element;
44
+ export declare const CallContent: ({ onHangupCallHandler, CallParticipantsList, CallControls, FloatingParticipantView, ScreenShareOverlay, ParticipantLabel, ParticipantNetworkQualityIndicator, ParticipantReaction, ParticipantVideoFallback, ParticipantView, VideoRenderer, layout, landscape, supportedReactions, iOSPiPIncludeLocalParticipantVideo, disablePictureInPicture, }: CallContentProps) => React.JSX.Element;
50
45
  export {};
51
46
  //# 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,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAEL,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAOxB,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD,OAAO,EAEL,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAC1B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAG1C,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;IAC7E;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,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;IAIpB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAC7C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEJ,eAAO,MAAM,WAAW,kaAqBrB,gBAAgB,sBAwIlB,CAAC"}
1
+ {"version":3,"file":"CallContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallContent/CallContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAS5D,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD,OAAO,EAEL,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAC1B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAG1C,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,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;IAC7E;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,qBAAqB,EACrB,qBAAqB,CACtB,GACC,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;IAIpB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAC7C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEJ,eAAO,MAAM,WAAW,uVAiBrB,gBAAgB,sBAkIlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"AAEA,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,sBAmCvB,CAAC"}
1
+ {"version":3,"file":"AcceptCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/AcceptCallButton.tsx"],"names":[],"mappings":"AAEA,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,sBAqCvB,CAAC"}
@@ -10,6 +10,10 @@ interface CallControlsButtonProps {
10
10
  * The background color of the button rendered.
11
11
  */
12
12
  color?: ColorValue;
13
+ /**
14
+ * The background color of the disabled button.
15
+ */
16
+ disabledColor?: ColorValue;
13
17
  /**
14
18
  * Boolean to enable/disable the button
15
19
  */
@@ -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,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,sBA0DxD,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,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B;;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,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,sBAyDxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAO1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;CAChE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,mDAI1B,qBAAqB,sBAsCvB,CAAC"}
1
+ {"version":3,"file":"HangupCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/HangupCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;CAChE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,mDAI1B,qBAAqB,sBAwCvB,CAAC"}
@@ -1 +1 @@
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,sBAc3B,CAAC"}
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,sBAkB3B,CAAC"}
@@ -1 +1 @@
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
+ {"version":3,"file":"LobbyControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/LobbyControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC;;GAEG;AACH,eAAO,MAAM,aAAa,yBAWzB,CAAC"}
@@ -1 +1 @@
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
+ {"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,sBAyDtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1D;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;IAC/D;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iEAK1B,qBAAqB,sBA0CvB,CAAC"}
1
+ {"version":3,"file":"RejectCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/RejectCallButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1D;;GAEG;AACH,KAAK,qBAAqB,GAAG;IAC3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;IAC/D;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iEAK1B,qBAAqB,sBA4CvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenShareToggleButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ScreenShareToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAStC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,kEAGjC,4BAA4B,6BAkC9B,CAAC"}
1
+ {"version":3,"file":"ScreenShareToggleButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ScreenShareToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAUtC;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,kEAGjC,4BAA4B,6BA4C9B,CAAC"}
@@ -1 +1 @@
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
+ {"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,sBAuC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleAudioPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;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,sBA+BlC,CAAC"}
1
+ {"version":3,"file":"ToggleAudioPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleAudioPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;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,sBAmClC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import { ColorValue } from 'react-native';
2
3
  /**
3
4
  * Props for the Toggle Camera face button.
4
5
  */
@@ -8,9 +9,13 @@ export type ToggleCameraFaceButtonProps = {
8
9
  * @returns void
9
10
  */
10
11
  onPressHandler?: () => void;
12
+ /**
13
+ * Background color of the button.
14
+ */
15
+ backgroundColor?: ColorValue;
11
16
  };
12
17
  /**
13
18
  * Button to toggle camera face(front/back) when in the call.
14
19
  */
15
- export declare const ToggleCameraFaceButton: ({ onPressHandler, }: ToggleCameraFaceButtonProps) => React.JSX.Element | undefined;
20
+ export declare const ToggleCameraFaceButton: ({ onPressHandler, backgroundColor, }: ToggleCameraFaceButtonProps) => React.JSX.Element | undefined;
16
21
  //# sourceMappingURL=ToggleCameraFaceButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleCameraFaceButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleCameraFaceButton.tsx"],"names":[],"mappings":"AAEA,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,kCAwC7B,CAAC"}
1
+ {"version":3,"file":"ToggleCameraFaceButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleCameraFaceButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAC;CAC9B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,yCAGhC,2BAA2B,kCA8C7B,CAAC"}
@@ -1 +1 @@
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,kCA8C/B,CAAC"}
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,kCA2C/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleVideoPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;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,kCAkClC,CAAC"}
1
+ {"version":3,"file":"ToggleVideoPublishingButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/ToggleVideoPublishingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;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,kCAyClC,CAAC"}
@@ -6,7 +6,6 @@ export * from './ToggleVideoPreviewButton';
6
6
  export * from './ToggleAudioPublishingButton';
7
7
  export * from './ToggleVideoPublishingButton';
8
8
  export * from './ToggleCameraFaceButton';
9
- export * from './ChatButton';
10
9
  export * from './ReactionsButton';
11
10
  export * from './CallControls';
12
11
  export * from './CallControlsButton';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallControls/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
@@ -1 +1 @@
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,sBA8IrB,CAAC"}
1
+ {"version":3,"file":"ReactionsPicker.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Call/CallControls/internal/ReactionsPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,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;AAEF,eAAO,MAAM,eAAe,8EAIzB,mBAAmB,sBA4IrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CallParticipantsSpotlight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAEL,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,6BAA6B,GACxE,IAAI,CACF,gBAAgB,EACd,oBAAoB,GACpB,sBAAsB,GACtB,oBAAoB,GACpB,yBAAyB,CAC5B,GACD,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,yBAAyB,+OAYnC,8BAA8B,sBAwGhC,CAAC"}
1
+ {"version":3,"file":"CallParticipantsSpotlight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/CallLayout/CallParticipantsSpotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,OAAO,EAEL,kCAAkC,EACnC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAEL,6BAA6B,EAC9B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGlD;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,6BAA6B,GACxE,IAAI,CACF,gBAAgB,EACd,oBAAoB,GACpB,sBAAsB,GACtB,oBAAoB,GACpB,yBAAyB,CAC5B,GACD,IAAI,CAAC,kCAAkC,EAAE,iBAAiB,CAAC,GAAG;IAC5D;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,yBAAyB,+OAYnC,8BAA8B,sBAsGhC,CAAC"}
@@ -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,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,sBAAsB,EAAE,CAAC;IACvC;;;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"}
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,sBAAsB,EAGvB,MAAM,yBAAyB,CAAC;AAIjC,OAAO,EAEL,6BAA6B,EAC7B,oBAAoB,EACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAYlD,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,sBAAsB,EAAE,CAAC;IACvC;;;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,sBA6K3B,CAAC"}
@@ -1 +1 @@
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;AAMrC;;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,sBA8CrB,CAAC"}
1
+ {"version":3,"file":"JoinCallButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/JoinCallButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC;;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 +1 @@
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;AAa7C,OAAO,EAEL,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAGvB;;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,sBA8FZ,CAAC"}
1
+ {"version":3,"file":"Lobby.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/Lobby.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAW,MAAM,OAAO,CAAC;AAWtD,OAAO,EAEL,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAGvB;;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,sBAmEZ,CAAC"}
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"LobbyFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/Lobby/LobbyFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,UAAU,EACV,mBAAmB,GAAG,gBAAgB,CACvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,2CAGrB,gBAAgB,sBA6ClB,CAAC"}
@@ -1,14 +1,9 @@
1
1
  import React from 'react';
2
- import { CallTopViewProps } from '../CallTopView';
3
2
  import { IncomingCallControlsProps } from '../CallControls';
4
3
  /**
5
4
  * Props for the IncomingCall Component.
6
5
  */
7
6
  export type IncomingCallProps = IncomingCallControlsProps & {
8
- /**
9
- * Prop to customize the CallTopView component in the IncomingCall component.
10
- */
11
- CallTopView?: React.ComponentType<CallTopViewProps> | null;
12
7
  /**
13
8
  * Prop to customize the IncomingCall controls.
14
9
  */
@@ -23,7 +18,7 @@ export type IncomingCallProps = IncomingCallControlsProps & {
23
18
  * An incoming call with the caller's avatar, name and accept/reject buttons.
24
19
  * Used when the user is receiving a call.
25
20
  */
26
- export declare const IncomingCall: ({ onAcceptCallHandler, onRejectCallHandler, CallTopView, IncomingCallControls, landscape, }: IncomingCallProps) => React.JSX.Element;
21
+ export declare const IncomingCall: ({ onAcceptCallHandler, onRejectCallHandler, IncomingCallControls, landscape, }: IncomingCallProps) => React.JSX.Element;
27
22
  export declare const styles: {
28
23
  background: {
29
24
  flex: number;
@@ -33,6 +28,7 @@ export declare const styles: {
33
28
  };
34
29
  topContainer: {
35
30
  flex: number;
31
+ justifyContent: "center";
36
32
  };
37
33
  incomingCallText: {
38
34
  marginTop: number;
@@ -1 +1 @@
1
- {"version":3,"file":"IncomingCall.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/RingingCallContent/IncomingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,OAAO,EAEL,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAEL,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,gGAMtB,iBAAiB,sBAiDnB,CAAC;AAgDF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;CAgBjB,CAAC"}
1
+ {"version":3,"file":"IncomingCall.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/RingingCallContent/IncomingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,OAAO,EAEL,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,mFAKtB,iBAAiB,sBAgDnB,CAAC;AAgDF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAgBjB,CAAC"}
@@ -1,14 +1,9 @@
1
1
  import React from 'react';
2
2
  import { OutgoingCallControlsProps } from '../CallControls';
3
- import { CallTopViewProps } from '../CallTopView';
4
3
  /**
5
4
  * Props for the OutgoingCall Component.
6
5
  */
7
6
  export type OutgoingCallProps = OutgoingCallControlsProps & {
8
- /**
9
- * Prop to customize the CallTopView component in the IncomingCall component.
10
- */
11
- CallTopView?: React.ComponentType<CallTopViewProps> | null;
12
7
  /**
13
8
  * Prop to customize the OutgoingCall controls.
14
9
  */
@@ -23,5 +18,5 @@ export type OutgoingCallProps = OutgoingCallControlsProps & {
23
18
  * An outgoing call with the callee's avatar, name, caller's camera in background, reject and mute buttons.
24
19
  * Used after the user has initiated a call.
25
20
  */
26
- export declare const OutgoingCall: ({ CallTopView, OutgoingCallControls, landscape, }: OutgoingCallProps) => React.JSX.Element;
21
+ export declare const OutgoingCall: ({ OutgoingCallControls, landscape, }: OutgoingCallProps) => React.JSX.Element;
27
22
  //# sourceMappingURL=OutgoingCall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OutgoingCall.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/RingingCallContent/OutgoingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAEL,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAIxB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,sDAItB,iBAAiB,sBAuDnB,CAAC"}
1
+ {"version":3,"file":"OutgoingCall.d.ts","sourceRoot":"","sources":["../../../../../src/components/Call/RingingCallContent/OutgoingCall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAEL,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AAIzB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,GAAG;IAC1D;;OAEG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAC7E;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,yCAGtB,iBAAiB,sBAsDnB,CAAC"}