@trtc/calls-uikit-vue 4.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 (483) hide show
  1. package/README-zh_CN.md +83 -0
  2. package/README.md +89 -0
  3. package/debug/GenerateTestUserSig-es.js +26 -0
  4. package/debug/lib-generate-test-usersig-es.min.js +2 -0
  5. package/package.json +42 -0
  6. package/src/Components/TUICallKit.vue +334 -0
  7. package/src/Components/assets/MicrophoneVolume/desktop/mic-off.svg +5 -0
  8. package/src/Components/assets/MicrophoneVolume/desktop/mic-on.svg +5 -0
  9. package/src/Components/assets/base/close.svg +1 -0
  10. package/src/Components/assets/base/error.svg +1 -0
  11. package/src/Components/assets/base/info.svg +1 -0
  12. package/src/Components/assets/base/loading-circle.svg +1 -0
  13. package/src/Components/assets/base/success.svg +1 -0
  14. package/src/Components/assets/base/waring.svg +1 -0
  15. package/src/Components/assets/button/accept.svg +1 -0
  16. package/src/Components/assets/button/background-blur-close.svg +1 -0
  17. package/src/Components/assets/button/background-blur-open.svg +1 -0
  18. package/src/Components/assets/button/camera-close.svg +1 -0
  19. package/src/Components/assets/button/camera-open.svg +1 -0
  20. package/src/Components/assets/button/desktop/arrow.png +0 -0
  21. package/src/Components/assets/button/desktop/fullScreen.svg +4 -0
  22. package/src/Components/assets/button/desktop/inviteUser.svg +1 -0
  23. package/src/Components/assets/button/desktop/minimize.svg +6 -0
  24. package/src/Components/assets/button/hangup.svg +1 -0
  25. package/src/Components/assets/button/microphone-close.svg +1 -0
  26. package/src/Components/assets/button/microphone-open.svg +1 -0
  27. package/src/Components/assets/button/mobile/down.svg +1 -0
  28. package/src/Components/assets/button/mobile/inviteUser.svg +1 -0
  29. package/src/Components/assets/button/mobile/minimize.svg +1 -0
  30. package/src/Components/assets/button/mobile/switch-camera.svg +1 -0
  31. package/src/Components/assets/button/mobile/up.svg +1 -0
  32. package/src/Components/assets/button/speaker-close.svg +1 -0
  33. package/src/Components/assets/button/speaker-open.svg +1 -0
  34. package/src/Components/assets/button/switch-audio.svg +1 -0
  35. package/src/Components/assets/common/arrows.svg +1 -0
  36. package/src/Components/assets/common/call.svg +1 -0
  37. package/src/Components/assets/common/close.svg +1 -0
  38. package/src/Components/assets/common/defaultAvatar.svg +1 -0
  39. package/src/Components/assets/common/loading-audio.svg +1 -0
  40. package/src/Components/assets/common/loading-video.png +0 -0
  41. package/src/Components/assets/common/microphone-volumn-close.svg +1 -0
  42. package/src/Components/assets/desktop/acceptAudio.svg +4 -0
  43. package/src/Components/assets/desktop/acceptVideo.svg +8 -0
  44. package/src/Components/assets/desktop/arrow.png +0 -0
  45. package/src/Components/assets/desktop/camera-false.svg +5 -0
  46. package/src/Components/assets/desktop/camera.svg +6 -0
  47. package/src/Components/assets/desktop/floatCallEnd.svg +3 -0
  48. package/src/Components/assets/desktop/floatFullScreen.svg +3 -0
  49. package/src/Components/assets/desktop/floatMicrophone.svg +4 -0
  50. package/src/Components/assets/desktop/floatMicrophoneClosed.svg +3 -0
  51. package/src/Components/assets/desktop/fullScreen.svg +4 -0
  52. package/src/Components/assets/desktop/hangup.svg +4 -0
  53. package/src/Components/assets/desktop/invite_user.svg +5 -0
  54. package/src/Components/assets/desktop/microphone-false.svg +8 -0
  55. package/src/Components/assets/desktop/microphone.svg +9 -0
  56. package/src/Components/assets/desktop/minimize.svg +6 -0
  57. package/src/Components/assets/desktop/permission/index.ts +11 -0
  58. package/src/Components/assets/desktop/permission/mac/permit-en.jpg +0 -0
  59. package/src/Components/assets/desktop/permission/mac/permit-zh.jpg +0 -0
  60. package/src/Components/assets/desktop/permission/win/permit-en.png +0 -0
  61. package/src/Components/assets/desktop/permission/win/permit-zh.png +0 -0
  62. package/src/Components/assets/desktop/switchScreen.svg +5 -0
  63. package/src/Components/assets/desktop/trans.svg +6 -0
  64. package/src/Components/assets/floatingWindow/desktop/floatCallEnd.svg +3 -0
  65. package/src/Components/assets/floatingWindow/desktop/floatFullScreen.svg +3 -0
  66. package/src/Components/assets/floatingWindow/desktop/floatMicrophone.svg +4 -0
  67. package/src/Components/assets/floatingWindow/desktop/floatMicrophoneClosed.svg +3 -0
  68. package/src/Components/assets/floatingWindow/mobile/camera-close.svg +1 -0
  69. package/src/Components/assets/floatingWindow/mobile/camera-open.svg +1 -0
  70. package/src/Components/assets/floatingWindow/mobile/earphone.svg +1 -0
  71. package/src/Components/assets/floatingWindow/mobile/microphone-close.svg +1 -0
  72. package/src/Components/assets/floatingWindow/mobile/microphone-open.svg +1 -0
  73. package/src/Components/assets/permission/desktop/index.ts +11 -0
  74. package/src/Components/assets/permission/desktop/mac/permit-en.jpg +0 -0
  75. package/src/Components/assets/permission/desktop/mac/permit-zh.jpg +0 -0
  76. package/src/Components/assets/permission/desktop/win/permit-en.png +0 -0
  77. package/src/Components/assets/permission/desktop/win/permit-zh.png +0 -0
  78. package/src/Components/assets/streamInfo/mobile/mic-off-h5.svg +1 -0
  79. package/src/Components/assets/streamInfo/mobile/mic-on-h5.svg +1 -0
  80. package/src/Components/assets/streamInfo/mobile/microphone-close-group.svg +1 -0
  81. package/src/Components/assets/streamInfo/mobile/microphone-close-single.svg +1 -0
  82. package/src/Components/assets/streamInfo/mobile/volumn.svg +1 -0
  83. package/src/Components/assets/streamInfo/networkStatus.png +0 -0
  84. package/src/Components/components/GroupCall/BackGround/BackGround.vue +20 -0
  85. package/src/Components/components/GroupCall/GroupCall.vue +129 -0
  86. package/src/Components/components/GroupCall/MediaContainer/MediaContainer.vue +267 -0
  87. package/src/Components/components/GroupCall/MediaContainer/StreamLoading/StreamLoading.vue +22 -0
  88. package/src/Components/components/SingleCall/MediaContainer/MediaContainer.vue +165 -0
  89. package/src/Components/components/SingleCall/SingleCall.vue +28 -0
  90. package/src/Components/components/SingleCall/hooks/useGetLargeViewName.ts +32 -0
  91. package/src/Components/components/base/Avatar/Avatar.ts +38 -0
  92. package/src/Components/components/base/Avatar/Avatar.vue +53 -0
  93. package/src/Components/components/base/Avatar/style/Avatar.scss +40 -0
  94. package/src/Components/components/base/Button/Button.ts +60 -0
  95. package/src/Components/components/base/Button/Button.vue +61 -0
  96. package/src/Components/components/base/Button/style/Button.scss +42 -0
  97. package/src/Components/components/base/Grid/Grid.ts +26 -0
  98. package/src/Components/components/base/Grid/Grid.vue +40 -0
  99. package/src/Components/components/base/Grid/GridItem/GridItem.vue +81 -0
  100. package/src/Components/components/base/Grid/GridItem/style/GridItem.scss +13 -0
  101. package/src/Components/components/base/Icon/Icon.ts +9 -0
  102. package/src/Components/components/base/Icon/Icon.vue +21 -0
  103. package/src/Components/components/base/Layout/Col/Col.ts +23 -0
  104. package/src/Components/components/base/Layout/Col/Col.vue +46 -0
  105. package/src/Components/components/base/Layout/Col/style/Col.scss +9 -0
  106. package/src/Components/components/base/Layout/Row/Row.ts +23 -0
  107. package/src/Components/components/base/Layout/Row/Row.vue +38 -0
  108. package/src/Components/components/base/Layout/Row/style/Row.scss +10 -0
  109. package/src/Components/components/base/Layout/constant.ts +1 -0
  110. package/src/Components/components/base/Loading/Circle/Circle.ts +13 -0
  111. package/src/Components/components/base/Loading/Circle/Circle.vue +36 -0
  112. package/src/Components/components/base/Loading/Circle/style/Circle.scss +26 -0
  113. package/src/Components/components/base/Loading/Dot/Dot.ts +13 -0
  114. package/src/Components/components/base/Loading/Dot/Dot.vue +44 -0
  115. package/src/Components/components/base/Loading/Dot/style/Dot.scss +61 -0
  116. package/src/Components/components/base/Loading/Loading.ts +29 -0
  117. package/src/Components/components/base/Loading/Loading.vue +36 -0
  118. package/src/Components/components/base/Loading/style/Loading.scss +18 -0
  119. package/src/Components/components/base/Message/Message.ts +117 -0
  120. package/src/Components/components/base/Message/Message.vue +60 -0
  121. package/src/Components/components/base/Message/style/Message.scss +49 -0
  122. package/src/Components/components/base/MessageGroup/MessageGroup.vue +37 -0
  123. package/src/Components/components/base/Overlay/Overlay.ts +46 -0
  124. package/src/Components/components/base/Overlay/Overlay.vue +75 -0
  125. package/src/Components/components/base/Overlay/style/Overlay.scss +40 -0
  126. package/src/Components/components/base/Popover/Popover.ts +36 -0
  127. package/src/Components/components/base/Popover/Popover.vue +40 -0
  128. package/src/Components/components/base/Popover/PopoverWeb/PopoverWeb.vue +110 -0
  129. package/src/Components/components/base/Popover/PopoverWx/PopoverWx.vue +15 -0
  130. package/src/Components/components/base/Popover/style/Popover.scss +30 -0
  131. package/src/Components/components/base/Popover/utils/calculatePosition.ts +50 -0
  132. package/src/Components/components/base/Portal/Portal.ts +14 -0
  133. package/src/Components/components/base/Portal/Portal.vue +22 -0
  134. package/src/Components/components/base/Portal/miniprogram/Portal.vue +20 -0
  135. package/src/Components/components/base/Portal/vue2/Portal.vue +53 -0
  136. package/src/Components/components/base/Portal/vue3/Portal.vue +19 -0
  137. package/src/Components/components/base/TKImage/TKImage.ts +34 -0
  138. package/src/Components/components/base/TKImage/TKImage.vue +77 -0
  139. package/src/Components/components/base/TKImage/style/TKImage.scss +20 -0
  140. package/src/Components/components/base/TKText/TKText.ts +24 -0
  141. package/src/Components/components/base/TKText/TKText.vue +43 -0
  142. package/src/Components/components/base/TKText/style/TKText.scss +19 -0
  143. package/src/Components/components/base/ToggleWindow/ToggleWindow.ts +19 -0
  144. package/src/Components/components/base/ToggleWindow/ToggleWindow.vue +46 -0
  145. package/src/Components/components/base/ToggleWindow/ToggleWindowItem/ToggleWindowItem.ts +5 -0
  146. package/src/Components/components/base/ToggleWindow/ToggleWindowItem/ToggleWindowItem.vue +62 -0
  147. package/src/Components/components/base/ToggleWindow/ToggleWindowItem/style/ToggleWindowItem.scss +38 -0
  148. package/src/Components/components/base/ToggleWindow/constant.ts +1 -0
  149. package/src/Components/components/base/ToggleWindow/style/ToggleWindow.scss +7 -0
  150. package/src/Components/components/base/assets/message/close.svg +5 -0
  151. package/src/Components/components/base/assets/message/error.svg +1 -0
  152. package/src/Components/components/base/assets/message/info.svg +1 -0
  153. package/src/Components/components/base/assets/message/success.svg +1 -0
  154. package/src/Components/components/base/assets/message/warning.svg +1 -0
  155. package/src/Components/components/base/constants/index.ts +8 -0
  156. package/src/Components/components/base/hooks/useListenerEvent.ts +36 -0
  157. package/src/Components/components/base/hooks/useOnClickOutSide.ts +27 -0
  158. package/src/Components/components/base/styles/common.scss +43 -0
  159. package/src/Components/components/base/styles/var.scss +132 -0
  160. package/src/Components/components/base/util/checkEnv.ts +51 -0
  161. package/src/Components/components/base/util/checkVueVersion.ts +11 -0
  162. package/src/Components/components/base/util/classNames.ts +34 -0
  163. package/src/Components/components/base/util/filterObject.ts +11 -0
  164. package/src/Components/components/base/util/index.ts +10 -0
  165. package/src/Components/components/common/AudioStream/AudioStream.ts +29 -0
  166. package/src/Components/components/common/AudioStream/AudioStream.vue +65 -0
  167. package/src/Components/components/common/Button/Accept.vue +66 -0
  168. package/src/Components/components/common/Button/Camera.vue +115 -0
  169. package/src/Components/components/common/Button/FullScreen.vue +32 -0
  170. package/src/Components/components/common/Button/Hangup.vue +57 -0
  171. package/src/Components/components/common/Button/InviteUser.vue +52 -0
  172. package/src/Components/components/common/Button/Microphone.vue +109 -0
  173. package/src/Components/components/common/Button/Minimize.vue +39 -0
  174. package/src/Components/components/common/Button/Reject.vue +52 -0
  175. package/src/Components/components/common/Button/Speaker.vue +98 -0
  176. package/src/Components/components/common/Button/SwitchCamera.vue +58 -0
  177. package/src/Components/components/common/Button/ToggleButtonPanel.vue +44 -0
  178. package/src/Components/components/common/Button/VirtualBackground.vue +76 -0
  179. package/src/Components/components/common/Button/hooks/useConfig.ts +33 -0
  180. package/src/Components/components/common/Button/props/Button.ts +15 -0
  181. package/src/Components/components/common/Button/style/common.scss +5 -0
  182. package/src/Components/components/common/Button/style/desktop.scss +49 -0
  183. package/src/Components/components/common/Button/style/index.scss +2 -0
  184. package/src/Components/components/common/Button/style/mobile.scss +63 -0
  185. package/src/Components/components/common/ButtonPanel/ButtonPanel.vue +238 -0
  186. package/src/Components/components/common/ButtonPanel/config/InitConfig.ts +248 -0
  187. package/src/Components/components/common/ButtonPanel/config/VirtualBackgroundMobileConfig.ts +29 -0
  188. package/src/Components/components/common/ButtonPanel/hooks/useButtonPanelLayout.ts +63 -0
  189. package/src/Components/components/common/DeviceSelect/DeviceSelect.ts +11 -0
  190. package/src/Components/components/common/DeviceSelect/DeviceSelect.vue +158 -0
  191. package/src/Components/components/common/FloatWindow/FloatWindow.vue +64 -0
  192. package/src/Components/components/common/FloatWindow/desktop/FloatWindow.vue +106 -0
  193. package/src/Components/components/common/FloatWindow/mobile/FloatWindow.vue +28 -0
  194. package/src/Components/components/common/FloatWindow/mobile/FloatWindowGroupCall.vue +141 -0
  195. package/src/Components/components/common/FloatWindow/mobile/FloatWindowSingleCall.vue +109 -0
  196. package/src/Components/components/common/JoinGroupCard/JoinGroupCard.vue +51 -0
  197. package/src/Components/components/common/JoinGroupCard/desktop/JoinGroupCard.scss +80 -0
  198. package/src/Components/components/common/JoinGroupCard/desktop/JoinGroupCard.vue +57 -0
  199. package/src/Components/components/common/JoinGroupCard/mobile/JoinGroupCard.scss +60 -0
  200. package/src/Components/components/common/JoinGroupCard/mobile/JoinGroupCard.vue +65 -0
  201. package/src/Components/components/common/MicVolume/MicVolume.vue +37 -0
  202. package/src/Components/components/common/MicVolume/MicVolumeClosed.vue +11 -0
  203. package/src/Components/components/common/MicrophoneVolume/MicrophoneVolume.ts +10 -0
  204. package/src/Components/components/common/MicrophoneVolume/MicrophoneVolume.vue +61 -0
  205. package/src/Components/components/common/OverlayStream/OverlayStream.ts +102 -0
  206. package/src/Components/components/common/OverlayStream/OverlayStream.vue +104 -0
  207. package/src/Components/components/common/OverlayStream/style/OverlayStream.scss +12 -0
  208. package/src/Components/components/common/OverlayStream/style/mobile.scss +32 -0
  209. package/src/Components/components/common/OverlayStream/style/pc.scss +21 -0
  210. package/src/Components/components/common/PermitTip/CloseIcon.vue +3 -0
  211. package/src/Components/components/common/PermitTip/PermitTip.ts +33 -0
  212. package/src/Components/components/common/PermitTip/PermitTip.vue +62 -0
  213. package/src/Components/components/common/PermitTip/SystemPermitTip.vue +160 -0
  214. package/src/Components/components/common/Player/Player.ts +18 -0
  215. package/src/Components/components/common/Player/Player.vue +59 -0
  216. package/src/Components/components/common/Player/WeChatPlayer/WeChatPlayer.vue +101 -0
  217. package/src/Components/components/common/Player/WeChatPlayer/style/index.scss +38 -0
  218. package/src/Components/components/common/Popover/Popover.vue +85 -0
  219. package/src/Components/components/common/Pusher/Pusher.ts +18 -0
  220. package/src/Components/components/common/Pusher/Pusher.vue +78 -0
  221. package/src/Components/components/common/Pusher/WeChatPusher/WeChatPusher.vue +70 -0
  222. package/src/Components/components/common/Pusher/WeChatPusher/style/index.scss +37 -0
  223. package/src/Components/components/common/SelectUser/SelectUser.vue +74 -0
  224. package/src/Components/components/common/SelectUser/components/Dialog/TDialog.vue +94 -0
  225. package/src/Components/components/common/SelectUser/components/Dialog/style/color.css +43 -0
  226. package/src/Components/components/common/SelectUser/components/Dialog/style/dialog.css +3 -0
  227. package/src/Components/components/common/SelectUser/components/Dialog/style/h5.css +49 -0
  228. package/src/Components/components/common/SelectUser/components/Dialog/style/web.css +55 -0
  229. package/src/Components/components/common/SelectUser/components/Icon/TIcon.vue +44 -0
  230. package/src/Components/components/common/SelectUser/components/Icon/style/icon.css +6 -0
  231. package/src/Components/components/common/SelectUser/components/Transfer/TTransfer.vue +304 -0
  232. package/src/Components/components/common/SelectUser/components/Transfer/icon/back.svg +16 -0
  233. package/src/Components/components/common/SelectUser/components/Transfer/icon/cancel.svg +23 -0
  234. package/src/Components/components/common/SelectUser/components/Transfer/icon/selected.svg +27 -0
  235. package/src/Components/components/common/SelectUser/components/Transfer/style/color.css +64 -0
  236. package/src/Components/components/common/SelectUser/components/Transfer/style/h5.css +86 -0
  237. package/src/Components/components/common/SelectUser/components/Transfer/style/transfer.css +17 -0
  238. package/src/Components/components/common/SelectUser/components/Transfer/style/web.css +146 -0
  239. package/src/Components/components/common/SelectUser/index.ts +12 -0
  240. package/src/Components/components/common/Swiper/Swiper.vue +145 -0
  241. package/src/Components/components/common/Swiper/SwiperSlider.vue +55 -0
  242. package/src/Components/components/common/Swiper/index.ts +10 -0
  243. package/src/Components/components/common/Swiper/useSlide.ts +56 -0
  244. package/src/Components/components/common/Swiper/useSwiperSliders.ts +34 -0
  245. package/src/Components/components/common/SwiperWx/Swiper.vue +123 -0
  246. package/src/Components/components/common/SwiperWx/SwiperSlider.vue +87 -0
  247. package/src/Components/components/common/SwiperWx/index.ts +5 -0
  248. package/src/Components/components/common/TKStreamInfo/StreamInfo.ts +34 -0
  249. package/src/Components/components/common/TKStreamInfo/StreamInfoMobile.vue +82 -0
  250. package/src/Components/components/common/TKStreamInfo/StreamInfoPC.vue +58 -0
  251. package/src/Components/components/common/TKStreamInfo/TKStreamInfo.vue +43 -0
  252. package/src/Components/components/common/Timer/Timer.ts +14 -0
  253. package/src/Components/components/common/Timer/Timer.vue +24 -0
  254. package/src/Components/components/common/Tip/Tip.ts +5 -0
  255. package/src/Components/components/common/Tip/Tip.vue +67 -0
  256. package/src/Components/components/common/Toast/Toast.ts +84 -0
  257. package/src/Components/components/common/Toast/Toast.vue +133 -0
  258. package/src/Components/components/common/Toast/index.ts +6 -0
  259. package/src/Components/components/common/Toast/type.ts +16 -0
  260. package/src/Components/components/common/TopBar/TopBar.ts +8 -0
  261. package/src/Components/components/common/TopBar/TopBar.vue +116 -0
  262. package/src/Components/components/common/Waiting/Waiting.vue +126 -0
  263. package/src/Components/components/config/button/ClosedPanelUI.ts +109 -0
  264. package/src/Components/components/config/button/DefaultUI.ts +544 -0
  265. package/src/Components/components/config/button/index.ts +2 -0
  266. package/src/Components/context/ButtonPanelContext.ts +6 -0
  267. package/src/Components/context/CallInfoContext.ts +15 -0
  268. package/src/Components/context/CallerUserInfoContext.ts +9 -0
  269. package/src/Components/context/CustomUIConfigContext.ts +1 -0
  270. package/src/Components/context/FloatWindowContext.ts +5 -0
  271. package/src/Components/context/FocusItemContext.ts +1 -0
  272. package/src/Components/context/IsClickableContext.ts +1 -0
  273. package/src/Components/context/PopoverContext.ts +1 -0
  274. package/src/Components/context/TranslateContext.ts +1 -0
  275. package/src/Components/context/UserInfoContextExcludeVolume.ts +8 -0
  276. package/src/Components/context/index.ts +10 -0
  277. package/src/Components/hooks/index.ts +20 -0
  278. package/src/Components/hooks/useButtonPanelStatus.ts +6 -0
  279. package/src/Components/hooks/useCallDuration.ts +32 -0
  280. package/src/Components/hooks/useCallInfoContext.ts +6 -0
  281. package/src/Components/hooks/useCallerUserInfoContext.ts +6 -0
  282. package/src/Components/hooks/useCustomUI.ts +7 -0
  283. package/src/Components/hooks/useCustomUIButtonConfig.ts +96 -0
  284. package/src/Components/hooks/useDeviceList.ts +51 -0
  285. package/src/Components/hooks/useFloatWindowContext.ts +6 -0
  286. package/src/Components/hooks/useFocusContext.ts +6 -0
  287. package/src/Components/hooks/useGetVolumeMap.ts +59 -0
  288. package/src/Components/hooks/useGroupCallLayout.ts +142 -0
  289. package/src/Components/hooks/useIsClickableContext.ts +6 -0
  290. package/src/Components/hooks/useJoinGroupCall.ts +69 -0
  291. package/src/Components/hooks/useNetWorkStatus.ts +30 -0
  292. package/src/Components/hooks/usePlayer.ts +32 -0
  293. package/src/Components/hooks/usePopover.ts +6 -0
  294. package/src/Components/hooks/useTip.ts +42 -0
  295. package/src/Components/hooks/useTranslate.ts +7 -0
  296. package/src/Components/hooks/useUserInfoContextExcludeVolume.ts +6 -0
  297. package/src/Components/hooks/useViewBackgroundConfig.ts +12 -0
  298. package/src/Components/util/deepClone.ts +15 -0
  299. package/src/Components/util/findValues.ts +21 -0
  300. package/src/Components/util/index.ts +6 -0
  301. package/src/Components/util/isEmpty.ts +15 -0
  302. package/src/Components/util/isEqual.ts +40 -0
  303. package/src/Components/util/isObject.ts +3 -0
  304. package/src/Components/util/stringToPath.ts +78 -0
  305. package/src/Components/util/toggleScreen.ts +10 -0
  306. package/src/Components/util/uiConfig.ts +74 -0
  307. package/src/TUICallService/CallService/UIDesign.ts +174 -0
  308. package/src/TUICallService/CallService/bellContext.ts +88 -0
  309. package/src/TUICallService/CallService/chatCombine.ts +313 -0
  310. package/src/TUICallService/CallService/engineEventHandler.ts +404 -0
  311. package/src/TUICallService/CallService/index.ts +799 -0
  312. package/src/TUICallService/CallService/miniProgram.ts +65 -0
  313. package/src/TUICallService/CallService/utils.ts +281 -0
  314. package/src/TUICallService/TUIGlobal/tuiGlobal.ts +43 -0
  315. package/src/TUICallService/TUIStore/callStore.ts +93 -0
  316. package/src/TUICallService/TUIStore/tuiStore.ts +167 -0
  317. package/src/TUICallService/assets/phone_dialing.mp3 +0 -0
  318. package/src/TUICallService/assets/phone_ringing.mp3 +0 -0
  319. package/src/TUICallService/const/call.ts +157 -0
  320. package/src/TUICallService/const/error.ts +20 -0
  321. package/src/TUICallService/const/index.ts +103 -0
  322. package/src/TUICallService/const/log.ts +9 -0
  323. package/src/TUICallService/index.ts +37 -0
  324. package/src/TUICallService/interface/ICallService.ts +70 -0
  325. package/src/TUICallService/interface/ICallStore.ts +55 -0
  326. package/src/TUICallService/interface/ITUIGlobal.ts +36 -0
  327. package/src/TUICallService/interface/ITUIStore.ts +87 -0
  328. package/src/TUICallService/interface/index.ts +4 -0
  329. package/src/TUICallService/locales/en.ts +135 -0
  330. package/src/TUICallService/locales/index.ts +57 -0
  331. package/src/TUICallService/locales/ja_JP.ts +134 -0
  332. package/src/TUICallService/locales/zh-cn.ts +130 -0
  333. package/src/TUICallService/serve/callManager.ts +109 -0
  334. package/src/TUICallService/utils/common-utils.ts +269 -0
  335. package/src/TUICallService/utils/decorators/promise-retry.ts +51 -0
  336. package/src/TUICallService/utils/env.ts +51 -0
  337. package/src/TUICallService/utils/index.ts +32 -0
  338. package/src/TUICallService/utils/is-empty.ts +31 -0
  339. package/src/TUICallService/utils/retry.ts +88 -0
  340. package/src/TUICallService/utils/timer.ts +162 -0
  341. package/src/TUICallService/utils/validate/avoidRepeatedCall.ts +39 -0
  342. package/src/TUICallService/utils/validate/index.ts +7 -0
  343. package/src/adapter-vue.ts +4 -0
  344. package/src/index.ts +65 -0
  345. package/stats.html +4949 -0
  346. package/tuicall-uikit-vue.es.js +8568 -0
  347. package/tuicall-uikit-vue.umd.js +2 -0
  348. package/types/Components/assets/desktop/permission/index.d.ts +5 -0
  349. package/types/Components/assets/permission/desktop/index.d.ts +5 -0
  350. package/types/Components/components/SingleCall/hooks/useGetLargeViewName.d.ts +2 -0
  351. package/types/Components/components/base/Avatar/Avatar.d.ts +34 -0
  352. package/types/Components/components/base/Button/Button.d.ts +56 -0
  353. package/types/Components/components/base/Grid/Grid.d.ts +23 -0
  354. package/types/Components/components/base/Icon/Icon.d.ts +9 -0
  355. package/types/Components/components/base/Layout/Col/Col.d.ts +20 -0
  356. package/types/Components/components/base/Layout/Row/Row.d.ts +20 -0
  357. package/types/Components/components/base/Layout/constant.d.ts +1 -0
  358. package/types/Components/components/base/Loading/Circle/Circle.d.ts +13 -0
  359. package/types/Components/components/base/Loading/Dot/Dot.d.ts +13 -0
  360. package/types/Components/components/base/Loading/Loading.d.ts +26 -0
  361. package/types/Components/components/base/Message/Message.d.ts +50 -0
  362. package/types/Components/components/base/Overlay/Overlay.d.ts +45 -0
  363. package/types/Components/components/base/Popover/Popover.d.ts +34 -0
  364. package/types/Components/components/base/Popover/utils/calculatePosition.d.ts +4 -0
  365. package/types/Components/components/base/Portal/Portal.d.ts +14 -0
  366. package/types/Components/components/base/TKImage/TKImage.d.ts +33 -0
  367. package/types/Components/components/base/TKText/TKText.d.ts +24 -0
  368. package/types/Components/components/base/ToggleWindow/ToggleWindow.d.ts +18 -0
  369. package/types/Components/components/base/ToggleWindow/ToggleWindowItem/ToggleWindowItem.d.ts +5 -0
  370. package/types/Components/components/base/ToggleWindow/constant.d.ts +1 -0
  371. package/types/Components/components/base/constants/index.d.ts +7 -0
  372. package/types/Components/components/base/hooks/useListenerEvent.d.ts +13 -0
  373. package/types/Components/components/base/hooks/useOnClickOutSide.d.ts +1 -0
  374. package/types/Components/components/base/util/checkEnv.d.ts +10 -0
  375. package/types/Components/components/base/util/checkVueVersion.d.ts +4 -0
  376. package/types/Components/components/base/util/classNames.d.ts +1 -0
  377. package/types/Components/components/base/util/filterObject.d.ts +1 -0
  378. package/types/Components/components/base/util/index.d.ts +5 -0
  379. package/types/Components/components/common/AudioStream/AudioStream.d.ts +29 -0
  380. package/types/Components/components/common/Button/hooks/useConfig.d.ts +2 -0
  381. package/types/Components/components/common/Button/props/Button.d.ts +15 -0
  382. package/types/Components/components/common/ButtonPanel/config/InitConfig.d.ts +89 -0
  383. package/types/Components/components/common/ButtonPanel/config/VirtualBackgroundMobileConfig.d.ts +66 -0
  384. package/types/Components/components/common/ButtonPanel/hooks/useButtonPanelLayout.d.ts +4 -0
  385. package/types/Components/components/common/DeviceSelect/DeviceSelect.d.ts +11 -0
  386. package/types/Components/components/common/MicrophoneVolume/MicrophoneVolume.d.ts +10 -0
  387. package/types/Components/components/common/OverlayStream/OverlayStream.d.ts +92 -0
  388. package/types/Components/components/common/PermitTip/PermitTip.d.ts +3 -0
  389. package/types/Components/components/common/Player/Player.d.ts +18 -0
  390. package/types/Components/components/common/Pusher/Pusher.d.ts +18 -0
  391. package/types/Components/components/common/SelectUser/index.d.ts +6 -0
  392. package/types/Components/components/common/Swiper/index.d.ts +7 -0
  393. package/types/Components/components/common/Swiper/useSlide.d.ts +7 -0
  394. package/types/Components/components/common/Swiper/useSwiperSliders.d.ts +1 -0
  395. package/types/Components/components/common/SwiperWx/index.d.ts +4 -0
  396. package/types/Components/components/common/TKStreamInfo/StreamInfo.d.ts +34 -0
  397. package/types/Components/components/common/Timer/Timer.d.ts +14 -0
  398. package/types/Components/components/common/Tip/Tip.d.ts +5 -0
  399. package/types/Components/components/common/Toast/Toast.d.ts +4 -0
  400. package/types/Components/components/common/Toast/index.d.ts +2 -0
  401. package/types/Components/components/common/Toast/type.d.ts +16 -0
  402. package/types/Components/components/common/TopBar/TopBar.d.ts +8 -0
  403. package/types/Components/components/config/button/ClosedPanelUI.d.ts +3380 -0
  404. package/types/Components/components/config/button/DefaultUI.d.ts +14751 -0
  405. package/types/Components/components/config/button/index.d.ts +2 -0
  406. package/types/Components/context/ButtonPanelContext.d.ts +4 -0
  407. package/types/Components/context/CallInfoContext.d.ts +13 -0
  408. package/types/Components/context/CallerUserInfoContext.d.ts +8 -0
  409. package/types/Components/context/CustomUIConfigContext.d.ts +1 -0
  410. package/types/Components/context/FloatWindowContext.d.ts +4 -0
  411. package/types/Components/context/FocusItemContext.d.ts +1 -0
  412. package/types/Components/context/IsClickableContext.d.ts +1 -0
  413. package/types/Components/context/PopoverContext.d.ts +1 -0
  414. package/types/Components/context/TranslateContext.d.ts +1 -0
  415. package/types/Components/context/UserInfoContextExcludeVolume.d.ts +6 -0
  416. package/types/Components/context/index.d.ts +10 -0
  417. package/types/Components/hooks/index.d.ts +20 -0
  418. package/types/Components/hooks/useButtonPanelStatus.d.ts +2 -0
  419. package/types/Components/hooks/useCallDuration.d.ts +3 -0
  420. package/types/Components/hooks/useCallInfoContext.d.ts +2 -0
  421. package/types/Components/hooks/useCallerUserInfoContext.d.ts +2 -0
  422. package/types/Components/hooks/useCustomUI.d.ts +3 -0
  423. package/types/Components/hooks/useCustomUIButtonConfig.d.ts +1 -0
  424. package/types/Components/hooks/useDeviceList.d.ts +7 -0
  425. package/types/Components/hooks/useFloatWindowContext.d.ts +2 -0
  426. package/types/Components/hooks/useFocusContext.d.ts +1 -0
  427. package/types/Components/hooks/useGetVolumeMap.d.ts +1 -0
  428. package/types/Components/hooks/useGroupCallLayout.d.ts +1 -0
  429. package/types/Components/hooks/useIsClickableContext.d.ts +2 -0
  430. package/types/Components/hooks/useJoinGroupCall.d.ts +9 -0
  431. package/types/Components/hooks/useNetWorkStatus.d.ts +3 -0
  432. package/types/Components/hooks/usePlayer.d.ts +1 -0
  433. package/types/Components/hooks/usePopover.d.ts +2 -0
  434. package/types/Components/hooks/useTip.d.ts +5 -0
  435. package/types/Components/hooks/useTranslate.d.ts +2 -0
  436. package/types/Components/hooks/useUserInfoContextExcludeVolume.d.ts +2 -0
  437. package/types/Components/hooks/useViewBackgroundConfig.d.ts +1 -0
  438. package/types/Components/util/deepClone.d.ts +1 -0
  439. package/types/Components/util/findValues.d.ts +1 -0
  440. package/types/Components/util/index.d.ts +6 -0
  441. package/types/Components/util/isEmpty.d.ts +1 -0
  442. package/types/Components/util/isEqual.d.ts +1 -0
  443. package/types/Components/util/isObject.d.ts +1 -0
  444. package/types/Components/util/stringToPath.d.ts +12 -0
  445. package/types/Components/util/toggleScreen.d.ts +1 -0
  446. package/types/Components/util/uiConfig.d.ts +3 -0
  447. package/types/TUICallService/CallService/UIDesign.d.ts +28 -0
  448. package/types/TUICallService/CallService/bellContext.d.ts +19 -0
  449. package/types/TUICallService/CallService/chatCombine.d.ts +50 -0
  450. package/types/TUICallService/CallService/engineEventHandler.d.ts +35 -0
  451. package/types/TUICallService/CallService/index.d.ts +98 -0
  452. package/types/TUICallService/CallService/miniProgram.d.ts +7 -0
  453. package/types/TUICallService/CallService/utils.d.ts +42 -0
  454. package/types/TUICallService/TUIGlobal/tuiGlobal.d.ts +21 -0
  455. package/types/TUICallService/TUIStore/callStore.d.ts +10 -0
  456. package/types/TUICallService/TUIStore/tuiStore.d.ts +57 -0
  457. package/types/TUICallService/const/call.d.ts +141 -0
  458. package/types/TUICallService/const/error.d.ts +2 -0
  459. package/types/TUICallService/const/index.d.ts +27 -0
  460. package/types/TUICallService/const/log.d.ts +7 -0
  461. package/types/TUICallService/index.d.ts +5 -0
  462. package/types/TUICallService/interface/ICallService.d.ts +69 -0
  463. package/types/TUICallService/interface/ICallStore.d.ts +47 -0
  464. package/types/TUICallService/interface/ITUIGlobal.d.ts +36 -0
  465. package/types/TUICallService/interface/ITUIStore.d.ts +83 -0
  466. package/types/TUICallService/interface/index.d.ts +4 -0
  467. package/types/TUICallService/locales/en.d.ts +128 -0
  468. package/types/TUICallService/locales/index.d.ts +10 -0
  469. package/types/TUICallService/locales/ja_JP.d.ts +127 -0
  470. package/types/TUICallService/locales/zh-cn.d.ts +123 -0
  471. package/types/TUICallService/serve/callManager.d.ts +11 -0
  472. package/types/TUICallService/utils/common-utils.d.ts +62 -0
  473. package/types/TUICallService/utils/decorators/promise-retry.d.ts +32 -0
  474. package/types/TUICallService/utils/env.d.ts +10 -0
  475. package/types/TUICallService/utils/index.d.ts +2 -0
  476. package/types/TUICallService/utils/is-empty.d.ts +2 -0
  477. package/types/TUICallService/utils/retry.d.ts +36 -0
  478. package/types/TUICallService/utils/timer.d.ts +64 -0
  479. package/types/TUICallService/utils/validate/avoidRepeatedCall.d.ts +10 -0
  480. package/types/TUICallService/utils/validate/index.d.ts +2 -0
  481. package/types/adapter-vue.d.ts +4 -0
  482. package/types/index.d.ts +11 -0
  483. package/types/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,3380 @@
1
+ export declare const closedPanelUI: {
2
+ mobile: {
3
+ groupCall: {
4
+ video: {
5
+ calling: {
6
+ microphone: {
7
+ basicConfig: {
8
+ color: string;
9
+ iconSrc: string;
10
+ width: string;
11
+ height: string;
12
+ shape: string;
13
+ iconSize: number;
14
+ textColor: string;
15
+ };
16
+ closedConfig: {
17
+ color: string;
18
+ iconSrc: string;
19
+ width: string;
20
+ height: string;
21
+ shape: string;
22
+ iconSize: number;
23
+ textColor: string;
24
+ };
25
+ };
26
+ speaker: {
27
+ basicConfig: {
28
+ color: string;
29
+ iconSrc: string;
30
+ width: string;
31
+ height: string;
32
+ shape: string;
33
+ iconSize: number;
34
+ textColor: string;
35
+ };
36
+ closedConfig: {
37
+ color: string;
38
+ iconSrc: string;
39
+ width: string;
40
+ height: string;
41
+ shape: string;
42
+ iconSize: number;
43
+ textColor: string;
44
+ };
45
+ };
46
+ camera: {
47
+ basicConfig: {
48
+ color: string;
49
+ iconSrc: string;
50
+ width: string;
51
+ height: string;
52
+ shape: string;
53
+ iconSize: number;
54
+ textColor: string;
55
+ };
56
+ closedConfig: {
57
+ color: string;
58
+ iconSrc: string;
59
+ width: string;
60
+ height: string;
61
+ shape: string;
62
+ iconSize: number;
63
+ textColor: string;
64
+ };
65
+ };
66
+ hangup: {
67
+ basicConfig: {
68
+ color: string;
69
+ iconSrc: string;
70
+ width: string;
71
+ height: string;
72
+ shape: string;
73
+ iconSize: number;
74
+ textColor: string;
75
+ };
76
+ loadingConfig: {
77
+ color: string;
78
+ loadingWidth: string;
79
+ loadingHeight: string;
80
+ width: string;
81
+ height: string;
82
+ shape: string;
83
+ iconSize: number;
84
+ textColor: string;
85
+ };
86
+ };
87
+ toggleButtonPanel: {
88
+ basicConfig: {
89
+ color: string;
90
+ width: string;
91
+ height: string;
92
+ shape: string;
93
+ iconSize: number;
94
+ iconSrc: string;
95
+ };
96
+ };
97
+ switchCamera: {
98
+ basicConfig: {
99
+ color: string;
100
+ iconSrc: string;
101
+ shape: string;
102
+ width: string;
103
+ height: string;
104
+ iconSize: number;
105
+ showText: boolean;
106
+ textColor: string;
107
+ textSize: string;
108
+ textStyle: {
109
+ marginTop: string;
110
+ };
111
+ };
112
+ };
113
+ accept: {
114
+ basicConfig: {
115
+ showText: boolean;
116
+ color: string;
117
+ iconSrc: string;
118
+ width: string;
119
+ height: string;
120
+ shape: string;
121
+ iconSize: number;
122
+ textColor: string;
123
+ textSize: string;
124
+ textStyle: {
125
+ marginTop: string;
126
+ };
127
+ };
128
+ loadingConfig: {
129
+ showText: boolean;
130
+ color: string;
131
+ loadingWidth: string;
132
+ loadingHeight: string;
133
+ width: string;
134
+ height: string;
135
+ shape: string;
136
+ iconSize: number;
137
+ textColor: string;
138
+ textSize: string;
139
+ textStyle: {
140
+ marginTop: string;
141
+ };
142
+ };
143
+ };
144
+ reject: {
145
+ basicConfig: {
146
+ showText: boolean;
147
+ color: string;
148
+ iconSrc: string;
149
+ width: string;
150
+ height: string;
151
+ shape: string;
152
+ iconSize: number;
153
+ textColor: string;
154
+ textSize: string;
155
+ textStyle: {
156
+ marginTop: string;
157
+ };
158
+ };
159
+ };
160
+ fullScreen: {
161
+ basicConfig: {
162
+ iconSize: number;
163
+ iconSrc: string;
164
+ };
165
+ };
166
+ minimize: {
167
+ basicConfig: {
168
+ iconSize: number;
169
+ iconSrc: string;
170
+ };
171
+ };
172
+ inviteUser: {
173
+ basicConfig: {
174
+ color: string;
175
+ width: string;
176
+ height: string;
177
+ shape: string;
178
+ iconSize: number;
179
+ iconSrc: string;
180
+ showText: boolean;
181
+ textColor: string;
182
+ textSize: string;
183
+ textStyle: {
184
+ marginTop: string;
185
+ };
186
+ };
187
+ };
188
+ virtualBackground: {
189
+ basicConfig: {
190
+ color: string;
191
+ iconSrc: string;
192
+ shape: string;
193
+ width: string;
194
+ height: string;
195
+ iconSize: number;
196
+ showText: boolean;
197
+ textColor: string;
198
+ textSize: string;
199
+ textStyle: {
200
+ marginTop: string;
201
+ };
202
+ };
203
+ closedConfig: {
204
+ color: string;
205
+ iconSrc: string;
206
+ width: string;
207
+ height: string;
208
+ shape: string;
209
+ iconSize: number;
210
+ showText: boolean;
211
+ textColor: string;
212
+ textSize: string;
213
+ textStyle: {
214
+ marginTop: string;
215
+ };
216
+ };
217
+ loadingConfig: {
218
+ color: string;
219
+ loadingWidth: string;
220
+ loadingHeight: string;
221
+ width: string;
222
+ height: string;
223
+ shape: string;
224
+ iconSize: number;
225
+ showText: boolean;
226
+ textColor: string;
227
+ textSize: string;
228
+ textStyle: {
229
+ marginTop: string;
230
+ };
231
+ };
232
+ disableConfig: {
233
+ color: string;
234
+ iconSrc: string;
235
+ buttonStyle: {
236
+ opacity: number;
237
+ };
238
+ width: string;
239
+ height: string;
240
+ shape: string;
241
+ iconSize: number;
242
+ showText: boolean;
243
+ textColor: string;
244
+ textSize: string;
245
+ textStyle: {
246
+ marginTop: string;
247
+ };
248
+ };
249
+ };
250
+ };
251
+ connected: {
252
+ microphone: {
253
+ basicConfig: {
254
+ color: string;
255
+ iconSrc: string;
256
+ width: string;
257
+ height: string;
258
+ shape: string;
259
+ iconSize: number;
260
+ textColor: string;
261
+ };
262
+ closedConfig: {
263
+ color: string;
264
+ iconSrc: string;
265
+ width: string;
266
+ height: string;
267
+ shape: string;
268
+ iconSize: number;
269
+ textColor: string;
270
+ };
271
+ };
272
+ speaker: {
273
+ basicConfig: {
274
+ color: string;
275
+ iconSrc: string;
276
+ width: string;
277
+ height: string;
278
+ shape: string;
279
+ iconSize: number;
280
+ textColor: string;
281
+ };
282
+ closedConfig: {
283
+ color: string;
284
+ iconSrc: string;
285
+ width: string;
286
+ height: string;
287
+ shape: string;
288
+ iconSize: number;
289
+ textColor: string;
290
+ };
291
+ };
292
+ camera: {
293
+ basicConfig: {
294
+ color: string;
295
+ iconSrc: string;
296
+ width: string;
297
+ height: string;
298
+ shape: string;
299
+ iconSize: number;
300
+ textColor: string;
301
+ };
302
+ closedConfig: {
303
+ color: string;
304
+ iconSrc: string;
305
+ width: string;
306
+ height: string;
307
+ shape: string;
308
+ iconSize: number;
309
+ textColor: string;
310
+ };
311
+ };
312
+ hangup: {
313
+ basicConfig: {
314
+ color: string;
315
+ iconSrc: string;
316
+ width: string;
317
+ height: string;
318
+ shape: string;
319
+ iconSize: number;
320
+ textColor: string;
321
+ };
322
+ loadingConfig: {
323
+ color: string;
324
+ loadingWidth: string;
325
+ loadingHeight: string;
326
+ width: string;
327
+ height: string;
328
+ shape: string;
329
+ iconSize: number;
330
+ textColor: string;
331
+ };
332
+ };
333
+ toggleButtonPanel: {
334
+ basicConfig: {
335
+ color: string;
336
+ width: string;
337
+ height: string;
338
+ shape: string;
339
+ iconSize: number;
340
+ iconSrc: string;
341
+ };
342
+ };
343
+ virtualBackground: {
344
+ basicConfig: {
345
+ color: string;
346
+ iconSrc: string;
347
+ shape: string;
348
+ showText: boolean;
349
+ width: string;
350
+ height: string;
351
+ iconSize: number;
352
+ textColor: string;
353
+ textSize: string;
354
+ textStyle: {
355
+ marginTop: string;
356
+ };
357
+ };
358
+ closedConfig: {
359
+ color: string;
360
+ iconSrc: string;
361
+ showText: boolean;
362
+ width: string;
363
+ height: string;
364
+ shape: string;
365
+ iconSize: number;
366
+ textColor: string;
367
+ textSize: string;
368
+ textStyle: {
369
+ marginTop: string;
370
+ };
371
+ };
372
+ };
373
+ accept: {
374
+ basicConfig: {
375
+ color: string;
376
+ iconSrc: string;
377
+ width: string;
378
+ height: string;
379
+ shape: string;
380
+ iconSize: number;
381
+ showText: boolean;
382
+ textColor: string;
383
+ textSize: string;
384
+ textStyle: {
385
+ marginTop: string;
386
+ };
387
+ };
388
+ loadingConfig: {
389
+ color: string;
390
+ loadingWidth: string;
391
+ loadingHeight: string;
392
+ width: string;
393
+ height: string;
394
+ shape: string;
395
+ iconSize: number;
396
+ showText: boolean;
397
+ textColor: string;
398
+ textSize: string;
399
+ textStyle: {
400
+ marginTop: string;
401
+ };
402
+ };
403
+ };
404
+ reject: {
405
+ basicConfig: {
406
+ color: string;
407
+ iconSrc: string;
408
+ width: string;
409
+ height: string;
410
+ shape: string;
411
+ iconSize: number;
412
+ showText: boolean;
413
+ textColor: string;
414
+ textSize: string;
415
+ textStyle: {
416
+ marginTop: string;
417
+ };
418
+ };
419
+ };
420
+ fullScreen: {
421
+ basicConfig: {
422
+ iconSize: number;
423
+ iconSrc: string;
424
+ };
425
+ };
426
+ minimize: {
427
+ basicConfig: {
428
+ iconSize: number;
429
+ iconSrc: string;
430
+ };
431
+ };
432
+ switchCamera: {
433
+ basicConfig: {
434
+ color: string;
435
+ iconSrc: string;
436
+ shape: string;
437
+ width: string;
438
+ height: string;
439
+ iconSize: number;
440
+ showText: boolean;
441
+ textColor: string;
442
+ textSize: string;
443
+ textStyle: {
444
+ marginTop: string;
445
+ };
446
+ };
447
+ };
448
+ inviteUser: {
449
+ basicConfig: {
450
+ color: string;
451
+ width: string;
452
+ height: string;
453
+ shape: string;
454
+ iconSize: number;
455
+ iconSrc: string;
456
+ showText: boolean;
457
+ textColor: string;
458
+ textSize: string;
459
+ textStyle: {
460
+ marginTop: string;
461
+ };
462
+ };
463
+ };
464
+ };
465
+ accept: {
466
+ hangup: {
467
+ basicConfig: {
468
+ showText: boolean;
469
+ color: string;
470
+ iconSrc: string;
471
+ width: string;
472
+ height: string;
473
+ shape: string;
474
+ iconSize: number;
475
+ textColor: string;
476
+ textSize: string;
477
+ textStyle: {
478
+ marginTop: string;
479
+ };
480
+ };
481
+ loadingConfig: {
482
+ showText: boolean;
483
+ color: string;
484
+ loadingWidth: string;
485
+ loadingHeight: string;
486
+ width: string;
487
+ height: string;
488
+ shape: string;
489
+ iconSize: number;
490
+ textColor: string;
491
+ textSize: string;
492
+ textStyle: {
493
+ marginTop: string;
494
+ };
495
+ };
496
+ };
497
+ accept: {
498
+ basicConfig: {
499
+ showText: boolean;
500
+ color: string;
501
+ iconSrc: string;
502
+ width: string;
503
+ height: string;
504
+ shape: string;
505
+ iconSize: number;
506
+ textColor: string;
507
+ textSize: string;
508
+ textStyle: {
509
+ marginTop: string;
510
+ };
511
+ };
512
+ loadingConfig: {
513
+ showText: boolean;
514
+ color: string;
515
+ loadingWidth: string;
516
+ loadingHeight: string;
517
+ width: string;
518
+ height: string;
519
+ shape: string;
520
+ iconSize: number;
521
+ textColor: string;
522
+ textSize: string;
523
+ textStyle: {
524
+ marginTop: string;
525
+ };
526
+ };
527
+ };
528
+ reject: {
529
+ basicConfig: {
530
+ showText: boolean;
531
+ color: string;
532
+ iconSrc: string;
533
+ width: string;
534
+ height: string;
535
+ shape: string;
536
+ iconSize: number;
537
+ textColor: string;
538
+ textSize: string;
539
+ textStyle: {
540
+ marginTop: string;
541
+ };
542
+ };
543
+ };
544
+ camera: {
545
+ basicConfig: {
546
+ color: string;
547
+ iconSrc: string;
548
+ shape: string;
549
+ width: string;
550
+ height: string;
551
+ iconSize: number;
552
+ showText: boolean;
553
+ textColor: string;
554
+ textSize: string;
555
+ textStyle: {
556
+ marginTop: string;
557
+ };
558
+ };
559
+ closedConfig: {
560
+ color: string;
561
+ iconSrc: string;
562
+ width: string;
563
+ height: string;
564
+ shape: string;
565
+ iconSize: number;
566
+ showText: boolean;
567
+ textColor: string;
568
+ textSize: string;
569
+ textStyle: {
570
+ marginTop: string;
571
+ };
572
+ };
573
+ loadingConfig: {
574
+ color: string;
575
+ loadingWidth: string;
576
+ loadingHeight: string;
577
+ width: string;
578
+ height: string;
579
+ shape: string;
580
+ iconSize: number;
581
+ showText: boolean;
582
+ textColor: string;
583
+ textSize: string;
584
+ textStyle: {
585
+ marginTop: string;
586
+ };
587
+ };
588
+ };
589
+ microphone: {
590
+ basicConfig: {
591
+ color: string;
592
+ iconSrc: string;
593
+ width: string;
594
+ height: string;
595
+ shape: string;
596
+ iconSize: number;
597
+ showText: boolean;
598
+ textColor: string;
599
+ textSize: string;
600
+ textStyle: {
601
+ marginTop: string;
602
+ };
603
+ };
604
+ closedConfig: {
605
+ color: string;
606
+ iconSrc: string;
607
+ width: string;
608
+ height: string;
609
+ shape: string;
610
+ iconSize: number;
611
+ showText: boolean;
612
+ textColor: string;
613
+ textSize: string;
614
+ textStyle: {
615
+ marginTop: string;
616
+ };
617
+ };
618
+ };
619
+ speaker: {
620
+ basicConfig: {
621
+ color: string;
622
+ iconSrc: string;
623
+ width: string;
624
+ height: string;
625
+ shape: string;
626
+ iconSize: number;
627
+ showText: boolean;
628
+ textColor: string;
629
+ textSize: string;
630
+ textStyle: {
631
+ marginTop: string;
632
+ };
633
+ };
634
+ closedConfig: {
635
+ color: string;
636
+ iconSrc: string;
637
+ width: string;
638
+ height: string;
639
+ shape: string;
640
+ iconSize: number;
641
+ showText: boolean;
642
+ textColor: string;
643
+ textSize: string;
644
+ textStyle: {
645
+ marginTop: string;
646
+ };
647
+ };
648
+ };
649
+ fullScreen: {
650
+ basicConfig: {
651
+ iconSize: number;
652
+ iconSrc: string;
653
+ };
654
+ };
655
+ minimize: {
656
+ basicConfig: {
657
+ iconSize: number;
658
+ iconSrc: string;
659
+ };
660
+ };
661
+ switchCamera: {
662
+ basicConfig: {
663
+ color: string;
664
+ iconSrc: string;
665
+ shape: string;
666
+ width: string;
667
+ height: string;
668
+ iconSize: number;
669
+ showText: boolean;
670
+ textColor: string;
671
+ textSize: string;
672
+ textStyle: {
673
+ marginTop: string;
674
+ };
675
+ };
676
+ };
677
+ inviteUser: {
678
+ basicConfig: {
679
+ color: string;
680
+ width: string;
681
+ height: string;
682
+ shape: string;
683
+ iconSize: number;
684
+ iconSrc: string;
685
+ showText: boolean;
686
+ textColor: string;
687
+ textSize: string;
688
+ textStyle: {
689
+ marginTop: string;
690
+ };
691
+ };
692
+ };
693
+ toggleButtonPanel: {
694
+ basicConfig: {
695
+ color: string;
696
+ width: string;
697
+ height: string;
698
+ shape: string;
699
+ iconSize: number;
700
+ iconSrc: string;
701
+ };
702
+ };
703
+ virtualBackground: {
704
+ basicConfig: {
705
+ color: string;
706
+ iconSrc: string;
707
+ shape: string;
708
+ width: string;
709
+ height: string;
710
+ iconSize: number;
711
+ showText: boolean;
712
+ textColor: string;
713
+ textSize: string;
714
+ textStyle: {
715
+ marginTop: string;
716
+ };
717
+ };
718
+ closedConfig: {
719
+ color: string;
720
+ iconSrc: string;
721
+ width: string;
722
+ height: string;
723
+ shape: string;
724
+ iconSize: number;
725
+ showText: boolean;
726
+ textColor: string;
727
+ textSize: string;
728
+ textStyle: {
729
+ marginTop: string;
730
+ };
731
+ };
732
+ loadingConfig: {
733
+ color: string;
734
+ loadingWidth: string;
735
+ loadingHeight: string;
736
+ width: string;
737
+ height: string;
738
+ shape: string;
739
+ iconSize: number;
740
+ showText: boolean;
741
+ textColor: string;
742
+ textSize: string;
743
+ textStyle: {
744
+ marginTop: string;
745
+ };
746
+ };
747
+ disableConfig: {
748
+ color: string;
749
+ iconSrc: string;
750
+ buttonStyle: {
751
+ opacity: number;
752
+ };
753
+ width: string;
754
+ height: string;
755
+ shape: string;
756
+ iconSize: number;
757
+ showText: boolean;
758
+ textColor: string;
759
+ textSize: string;
760
+ textStyle: {
761
+ marginTop: string;
762
+ };
763
+ };
764
+ };
765
+ };
766
+ };
767
+ audio: {
768
+ calling: {
769
+ microphone: {
770
+ basicConfig: {
771
+ color: string;
772
+ iconSrc: string;
773
+ width: string;
774
+ height: string;
775
+ shape: string;
776
+ iconSize: number;
777
+ textColor: string;
778
+ };
779
+ closedConfig: {
780
+ color: string;
781
+ iconSrc: string;
782
+ width: string;
783
+ height: string;
784
+ shape: string;
785
+ iconSize: number;
786
+ textColor: string;
787
+ };
788
+ };
789
+ speaker: {
790
+ basicConfig: {
791
+ color: string;
792
+ iconSrc: string;
793
+ width: string;
794
+ height: string;
795
+ shape: string;
796
+ iconSize: number;
797
+ textColor: string;
798
+ };
799
+ closedConfig: {
800
+ color: string;
801
+ iconSrc: string;
802
+ width: string;
803
+ height: string;
804
+ shape: string;
805
+ iconSize: number;
806
+ textColor: string;
807
+ };
808
+ };
809
+ camera: {
810
+ basicConfig: {
811
+ color: string;
812
+ iconSrc: string;
813
+ width: string;
814
+ height: string;
815
+ shape: string;
816
+ iconSize: number;
817
+ textColor: string;
818
+ };
819
+ closedConfig: {
820
+ color: string;
821
+ iconSrc: string;
822
+ width: string;
823
+ height: string;
824
+ shape: string;
825
+ iconSize: number;
826
+ textColor: string;
827
+ };
828
+ };
829
+ hangup: {
830
+ basicConfig: {
831
+ color: string;
832
+ iconSrc: string;
833
+ width: string;
834
+ height: string;
835
+ shape: string;
836
+ iconSize: number;
837
+ textColor: string;
838
+ };
839
+ loadingConfig: {
840
+ color: string;
841
+ loadingWidth: string;
842
+ loadingHeight: string;
843
+ width: string;
844
+ height: string;
845
+ shape: string;
846
+ iconSize: number;
847
+ textColor: string;
848
+ };
849
+ };
850
+ toggleButtonPanel: {
851
+ basicConfig: {
852
+ color: string;
853
+ width: string;
854
+ height: string;
855
+ shape: string;
856
+ iconSize: number;
857
+ iconSrc: string;
858
+ };
859
+ };
860
+ switchCamera: {
861
+ basicConfig: {
862
+ color: string;
863
+ iconSrc: string;
864
+ shape: string;
865
+ width: string;
866
+ height: string;
867
+ iconSize: number;
868
+ showText: boolean;
869
+ textColor: string;
870
+ textSize: string;
871
+ textStyle: {
872
+ marginTop: string;
873
+ };
874
+ };
875
+ };
876
+ accept: {
877
+ basicConfig: {
878
+ showText: boolean;
879
+ color: string;
880
+ iconSrc: string;
881
+ width: string;
882
+ height: string;
883
+ shape: string;
884
+ iconSize: number;
885
+ textColor: string;
886
+ textSize: string;
887
+ textStyle: {
888
+ marginTop: string;
889
+ };
890
+ };
891
+ loadingConfig: {
892
+ showText: boolean;
893
+ color: string;
894
+ loadingWidth: string;
895
+ loadingHeight: string;
896
+ width: string;
897
+ height: string;
898
+ shape: string;
899
+ iconSize: number;
900
+ textColor: string;
901
+ textSize: string;
902
+ textStyle: {
903
+ marginTop: string;
904
+ };
905
+ };
906
+ };
907
+ reject: {
908
+ basicConfig: {
909
+ showText: boolean;
910
+ color: string;
911
+ iconSrc: string;
912
+ width: string;
913
+ height: string;
914
+ shape: string;
915
+ iconSize: number;
916
+ textColor: string;
917
+ textSize: string;
918
+ textStyle: {
919
+ marginTop: string;
920
+ };
921
+ };
922
+ };
923
+ fullScreen: {
924
+ basicConfig: {
925
+ iconSize: number;
926
+ iconSrc: string;
927
+ };
928
+ };
929
+ minimize: {
930
+ basicConfig: {
931
+ iconSize: number;
932
+ iconSrc: string;
933
+ };
934
+ };
935
+ inviteUser: {
936
+ basicConfig: {
937
+ color: string;
938
+ width: string;
939
+ height: string;
940
+ shape: string;
941
+ iconSize: number;
942
+ iconSrc: string;
943
+ showText: boolean;
944
+ textColor: string;
945
+ textSize: string;
946
+ textStyle: {
947
+ marginTop: string;
948
+ };
949
+ };
950
+ };
951
+ virtualBackground: {
952
+ basicConfig: {
953
+ color: string;
954
+ iconSrc: string;
955
+ shape: string;
956
+ width: string;
957
+ height: string;
958
+ iconSize: number;
959
+ showText: boolean;
960
+ textColor: string;
961
+ textSize: string;
962
+ textStyle: {
963
+ marginTop: string;
964
+ };
965
+ };
966
+ closedConfig: {
967
+ color: string;
968
+ iconSrc: string;
969
+ width: string;
970
+ height: string;
971
+ shape: string;
972
+ iconSize: number;
973
+ showText: boolean;
974
+ textColor: string;
975
+ textSize: string;
976
+ textStyle: {
977
+ marginTop: string;
978
+ };
979
+ };
980
+ loadingConfig: {
981
+ color: string;
982
+ loadingWidth: string;
983
+ loadingHeight: string;
984
+ width: string;
985
+ height: string;
986
+ shape: string;
987
+ iconSize: number;
988
+ showText: boolean;
989
+ textColor: string;
990
+ textSize: string;
991
+ textStyle: {
992
+ marginTop: string;
993
+ };
994
+ };
995
+ disableConfig: {
996
+ color: string;
997
+ iconSrc: string;
998
+ buttonStyle: {
999
+ opacity: number;
1000
+ };
1001
+ width: string;
1002
+ height: string;
1003
+ shape: string;
1004
+ iconSize: number;
1005
+ showText: boolean;
1006
+ textColor: string;
1007
+ textSize: string;
1008
+ textStyle: {
1009
+ marginTop: string;
1010
+ };
1011
+ };
1012
+ };
1013
+ };
1014
+ connected: {
1015
+ microphone: {
1016
+ basicConfig: {
1017
+ color: string;
1018
+ iconSrc: string;
1019
+ width: string;
1020
+ height: string;
1021
+ shape: string;
1022
+ iconSize: number;
1023
+ textColor: string;
1024
+ };
1025
+ closedConfig: {
1026
+ color: string;
1027
+ iconSrc: string;
1028
+ width: string;
1029
+ height: string;
1030
+ shape: string;
1031
+ iconSize: number;
1032
+ textColor: string;
1033
+ };
1034
+ };
1035
+ speaker: {
1036
+ basicConfig: {
1037
+ color: string;
1038
+ iconSrc: string;
1039
+ width: string;
1040
+ height: string;
1041
+ shape: string;
1042
+ iconSize: number;
1043
+ textColor: string;
1044
+ };
1045
+ closedConfig: {
1046
+ color: string;
1047
+ iconSrc: string;
1048
+ width: string;
1049
+ height: string;
1050
+ shape: string;
1051
+ iconSize: number;
1052
+ textColor: string;
1053
+ };
1054
+ };
1055
+ camera: {
1056
+ basicConfig: {
1057
+ color: string;
1058
+ iconSrc: string;
1059
+ width: string;
1060
+ height: string;
1061
+ shape: string;
1062
+ iconSize: number;
1063
+ textColor: string;
1064
+ };
1065
+ closedConfig: {
1066
+ color: string;
1067
+ iconSrc: string;
1068
+ width: string;
1069
+ height: string;
1070
+ shape: string;
1071
+ iconSize: number;
1072
+ textColor: string;
1073
+ };
1074
+ };
1075
+ hangup: {
1076
+ basicConfig: {
1077
+ color: string;
1078
+ iconSrc: string;
1079
+ width: string;
1080
+ height: string;
1081
+ shape: string;
1082
+ iconSize: number;
1083
+ textColor: string;
1084
+ };
1085
+ loadingConfig: {
1086
+ color: string;
1087
+ loadingWidth: string;
1088
+ loadingHeight: string;
1089
+ width: string;
1090
+ height: string;
1091
+ shape: string;
1092
+ iconSize: number;
1093
+ textColor: string;
1094
+ };
1095
+ };
1096
+ toggleButtonPanel: {
1097
+ basicConfig: {
1098
+ color: string;
1099
+ width: string;
1100
+ height: string;
1101
+ shape: string;
1102
+ iconSize: number;
1103
+ iconSrc: string;
1104
+ };
1105
+ };
1106
+ virtualBackground: {
1107
+ basicConfig: {
1108
+ color: string;
1109
+ iconSrc: string;
1110
+ shape: string;
1111
+ width: string;
1112
+ height: string;
1113
+ iconSize: number;
1114
+ showText: boolean;
1115
+ textColor: string;
1116
+ textSize: string;
1117
+ textStyle: {
1118
+ marginTop: string;
1119
+ };
1120
+ };
1121
+ closedConfig: {
1122
+ color: string;
1123
+ iconSrc: string;
1124
+ width: string;
1125
+ height: string;
1126
+ shape: string;
1127
+ iconSize: number;
1128
+ showText: boolean;
1129
+ textColor: string;
1130
+ textSize: string;
1131
+ textStyle: {
1132
+ marginTop: string;
1133
+ };
1134
+ };
1135
+ };
1136
+ accept: {
1137
+ basicConfig: {
1138
+ color: string;
1139
+ iconSrc: string;
1140
+ width: string;
1141
+ height: string;
1142
+ shape: string;
1143
+ iconSize: number;
1144
+ showText: boolean;
1145
+ textColor: string;
1146
+ textSize: string;
1147
+ textStyle: {
1148
+ marginTop: string;
1149
+ };
1150
+ };
1151
+ loadingConfig: {
1152
+ color: string;
1153
+ loadingWidth: string;
1154
+ loadingHeight: string;
1155
+ width: string;
1156
+ height: string;
1157
+ shape: string;
1158
+ iconSize: number;
1159
+ showText: boolean;
1160
+ textColor: string;
1161
+ textSize: string;
1162
+ textStyle: {
1163
+ marginTop: string;
1164
+ };
1165
+ };
1166
+ };
1167
+ reject: {
1168
+ basicConfig: {
1169
+ color: string;
1170
+ iconSrc: string;
1171
+ width: string;
1172
+ height: string;
1173
+ shape: string;
1174
+ iconSize: number;
1175
+ showText: boolean;
1176
+ textColor: string;
1177
+ textSize: string;
1178
+ textStyle: {
1179
+ marginTop: string;
1180
+ };
1181
+ };
1182
+ };
1183
+ fullScreen: {
1184
+ basicConfig: {
1185
+ iconSize: number;
1186
+ iconSrc: string;
1187
+ };
1188
+ };
1189
+ minimize: {
1190
+ basicConfig: {
1191
+ iconSize: number;
1192
+ iconSrc: string;
1193
+ };
1194
+ };
1195
+ switchCamera: {
1196
+ basicConfig: {
1197
+ color: string;
1198
+ iconSrc: string;
1199
+ shape: string;
1200
+ width: string;
1201
+ height: string;
1202
+ iconSize: number;
1203
+ showText: boolean;
1204
+ textColor: string;
1205
+ textSize: string;
1206
+ textStyle: {
1207
+ marginTop: string;
1208
+ };
1209
+ };
1210
+ };
1211
+ inviteUser: {
1212
+ basicConfig: {
1213
+ color: string;
1214
+ width: string;
1215
+ height: string;
1216
+ shape: string;
1217
+ iconSize: number;
1218
+ iconSrc: string;
1219
+ showText: boolean;
1220
+ textColor: string;
1221
+ textSize: string;
1222
+ textStyle: {
1223
+ marginTop: string;
1224
+ };
1225
+ };
1226
+ };
1227
+ };
1228
+ accept: {
1229
+ hangup: {
1230
+ basicConfig: {
1231
+ showText: boolean;
1232
+ color: string;
1233
+ iconSrc: string;
1234
+ width: string;
1235
+ height: string;
1236
+ shape: string;
1237
+ iconSize: number;
1238
+ textColor: string;
1239
+ textSize: string;
1240
+ textStyle: {
1241
+ marginTop: string;
1242
+ };
1243
+ };
1244
+ loadingConfig: {
1245
+ showText: boolean;
1246
+ color: string;
1247
+ loadingWidth: string;
1248
+ loadingHeight: string;
1249
+ width: string;
1250
+ height: string;
1251
+ shape: string;
1252
+ iconSize: number;
1253
+ textColor: string;
1254
+ textSize: string;
1255
+ textStyle: {
1256
+ marginTop: string;
1257
+ };
1258
+ };
1259
+ };
1260
+ accept: {
1261
+ basicConfig: {
1262
+ showText: boolean;
1263
+ color: string;
1264
+ iconSrc: string;
1265
+ width: string;
1266
+ height: string;
1267
+ shape: string;
1268
+ iconSize: number;
1269
+ textColor: string;
1270
+ textSize: string;
1271
+ textStyle: {
1272
+ marginTop: string;
1273
+ };
1274
+ };
1275
+ loadingConfig: {
1276
+ showText: boolean;
1277
+ color: string;
1278
+ loadingWidth: string;
1279
+ loadingHeight: string;
1280
+ width: string;
1281
+ height: string;
1282
+ shape: string;
1283
+ iconSize: number;
1284
+ textColor: string;
1285
+ textSize: string;
1286
+ textStyle: {
1287
+ marginTop: string;
1288
+ };
1289
+ };
1290
+ };
1291
+ reject: {
1292
+ basicConfig: {
1293
+ showText: boolean;
1294
+ color: string;
1295
+ iconSrc: string;
1296
+ width: string;
1297
+ height: string;
1298
+ shape: string;
1299
+ iconSize: number;
1300
+ textColor: string;
1301
+ textSize: string;
1302
+ textStyle: {
1303
+ marginTop: string;
1304
+ };
1305
+ };
1306
+ };
1307
+ camera: {
1308
+ basicConfig: {
1309
+ color: string;
1310
+ iconSrc: string;
1311
+ shape: string;
1312
+ width: string;
1313
+ height: string;
1314
+ iconSize: number;
1315
+ showText: boolean;
1316
+ textColor: string;
1317
+ textSize: string;
1318
+ textStyle: {
1319
+ marginTop: string;
1320
+ };
1321
+ };
1322
+ closedConfig: {
1323
+ color: string;
1324
+ iconSrc: string;
1325
+ width: string;
1326
+ height: string;
1327
+ shape: string;
1328
+ iconSize: number;
1329
+ showText: boolean;
1330
+ textColor: string;
1331
+ textSize: string;
1332
+ textStyle: {
1333
+ marginTop: string;
1334
+ };
1335
+ };
1336
+ loadingConfig: {
1337
+ color: string;
1338
+ loadingWidth: string;
1339
+ loadingHeight: string;
1340
+ width: string;
1341
+ height: string;
1342
+ shape: string;
1343
+ iconSize: number;
1344
+ showText: boolean;
1345
+ textColor: string;
1346
+ textSize: string;
1347
+ textStyle: {
1348
+ marginTop: string;
1349
+ };
1350
+ };
1351
+ };
1352
+ microphone: {
1353
+ basicConfig: {
1354
+ color: string;
1355
+ iconSrc: string;
1356
+ width: string;
1357
+ height: string;
1358
+ shape: string;
1359
+ iconSize: number;
1360
+ showText: boolean;
1361
+ textColor: string;
1362
+ textSize: string;
1363
+ textStyle: {
1364
+ marginTop: string;
1365
+ };
1366
+ };
1367
+ closedConfig: {
1368
+ color: string;
1369
+ iconSrc: string;
1370
+ width: string;
1371
+ height: string;
1372
+ shape: string;
1373
+ iconSize: number;
1374
+ showText: boolean;
1375
+ textColor: string;
1376
+ textSize: string;
1377
+ textStyle: {
1378
+ marginTop: string;
1379
+ };
1380
+ };
1381
+ };
1382
+ speaker: {
1383
+ basicConfig: {
1384
+ color: string;
1385
+ iconSrc: string;
1386
+ width: string;
1387
+ height: string;
1388
+ shape: string;
1389
+ iconSize: number;
1390
+ showText: boolean;
1391
+ textColor: string;
1392
+ textSize: string;
1393
+ textStyle: {
1394
+ marginTop: string;
1395
+ };
1396
+ };
1397
+ closedConfig: {
1398
+ color: string;
1399
+ iconSrc: string;
1400
+ width: string;
1401
+ height: string;
1402
+ shape: string;
1403
+ iconSize: number;
1404
+ showText: boolean;
1405
+ textColor: string;
1406
+ textSize: string;
1407
+ textStyle: {
1408
+ marginTop: string;
1409
+ };
1410
+ };
1411
+ };
1412
+ fullScreen: {
1413
+ basicConfig: {
1414
+ iconSize: number;
1415
+ iconSrc: string;
1416
+ };
1417
+ };
1418
+ minimize: {
1419
+ basicConfig: {
1420
+ iconSize: number;
1421
+ iconSrc: string;
1422
+ };
1423
+ };
1424
+ switchCamera: {
1425
+ basicConfig: {
1426
+ color: string;
1427
+ iconSrc: string;
1428
+ shape: string;
1429
+ width: string;
1430
+ height: string;
1431
+ iconSize: number;
1432
+ showText: boolean;
1433
+ textColor: string;
1434
+ textSize: string;
1435
+ textStyle: {
1436
+ marginTop: string;
1437
+ };
1438
+ };
1439
+ };
1440
+ inviteUser: {
1441
+ basicConfig: {
1442
+ color: string;
1443
+ width: string;
1444
+ height: string;
1445
+ shape: string;
1446
+ iconSize: number;
1447
+ iconSrc: string;
1448
+ showText: boolean;
1449
+ textColor: string;
1450
+ textSize: string;
1451
+ textStyle: {
1452
+ marginTop: string;
1453
+ };
1454
+ };
1455
+ };
1456
+ toggleButtonPanel: {
1457
+ basicConfig: {
1458
+ color: string;
1459
+ width: string;
1460
+ height: string;
1461
+ shape: string;
1462
+ iconSize: number;
1463
+ iconSrc: string;
1464
+ };
1465
+ };
1466
+ virtualBackground: {
1467
+ basicConfig: {
1468
+ color: string;
1469
+ iconSrc: string;
1470
+ shape: string;
1471
+ width: string;
1472
+ height: string;
1473
+ iconSize: number;
1474
+ showText: boolean;
1475
+ textColor: string;
1476
+ textSize: string;
1477
+ textStyle: {
1478
+ marginTop: string;
1479
+ };
1480
+ };
1481
+ closedConfig: {
1482
+ color: string;
1483
+ iconSrc: string;
1484
+ width: string;
1485
+ height: string;
1486
+ shape: string;
1487
+ iconSize: number;
1488
+ showText: boolean;
1489
+ textColor: string;
1490
+ textSize: string;
1491
+ textStyle: {
1492
+ marginTop: string;
1493
+ };
1494
+ };
1495
+ loadingConfig: {
1496
+ color: string;
1497
+ loadingWidth: string;
1498
+ loadingHeight: string;
1499
+ width: string;
1500
+ height: string;
1501
+ shape: string;
1502
+ iconSize: number;
1503
+ showText: boolean;
1504
+ textColor: string;
1505
+ textSize: string;
1506
+ textStyle: {
1507
+ marginTop: string;
1508
+ };
1509
+ };
1510
+ disableConfig: {
1511
+ color: string;
1512
+ iconSrc: string;
1513
+ buttonStyle: {
1514
+ opacity: number;
1515
+ };
1516
+ width: string;
1517
+ height: string;
1518
+ shape: string;
1519
+ iconSize: number;
1520
+ showText: boolean;
1521
+ textColor: string;
1522
+ textSize: string;
1523
+ textStyle: {
1524
+ marginTop: string;
1525
+ };
1526
+ };
1527
+ };
1528
+ };
1529
+ };
1530
+ };
1531
+ singleCall: {
1532
+ video: {
1533
+ calling: {
1534
+ switchCamera: {
1535
+ basicConfig: {
1536
+ color: string;
1537
+ iconSrc: string;
1538
+ shape: string;
1539
+ showText: boolean;
1540
+ width: string;
1541
+ height: string;
1542
+ iconSize: number;
1543
+ textColor: string;
1544
+ textSize: string;
1545
+ textStyle: {
1546
+ marginTop: string;
1547
+ };
1548
+ };
1549
+ disableConfig: {
1550
+ color: string;
1551
+ iconSrc: string;
1552
+ shape: string;
1553
+ showText: boolean;
1554
+ buttonStyle: {
1555
+ opacity: number;
1556
+ };
1557
+ width: string;
1558
+ height: string;
1559
+ iconSize: number;
1560
+ textColor: string;
1561
+ textSize: string;
1562
+ textStyle: {
1563
+ marginTop: string;
1564
+ };
1565
+ };
1566
+ };
1567
+ hangup: {
1568
+ basicConfig: {
1569
+ color: string;
1570
+ iconSrc: string;
1571
+ width: string;
1572
+ height: string;
1573
+ shape: string;
1574
+ iconSize: number;
1575
+ showText: boolean;
1576
+ textColor: string;
1577
+ textSize: string;
1578
+ textStyle: {
1579
+ marginTop: string;
1580
+ };
1581
+ };
1582
+ loadingConfig: {
1583
+ color: string;
1584
+ loadingWidth: string;
1585
+ loadingHeight: string;
1586
+ width: string;
1587
+ height: string;
1588
+ shape: string;
1589
+ iconSize: number;
1590
+ showText: boolean;
1591
+ textColor: string;
1592
+ textSize: string;
1593
+ textStyle: {
1594
+ marginTop: string;
1595
+ };
1596
+ };
1597
+ };
1598
+ reject: {
1599
+ basicConfig: {
1600
+ showText: boolean;
1601
+ color: string;
1602
+ iconSrc: string;
1603
+ width: string;
1604
+ height: string;
1605
+ shape: string;
1606
+ iconSize: number;
1607
+ textColor: string;
1608
+ textSize: string;
1609
+ textStyle: {
1610
+ marginTop: string;
1611
+ };
1612
+ };
1613
+ };
1614
+ accept: {
1615
+ basicConfig: {
1616
+ color: string;
1617
+ iconSrc: string;
1618
+ width: string;
1619
+ height: string;
1620
+ shape: string;
1621
+ iconSize: number;
1622
+ showText: boolean;
1623
+ textColor: string;
1624
+ textSize: string;
1625
+ textStyle: {
1626
+ marginTop: string;
1627
+ };
1628
+ };
1629
+ loadingConfig: {
1630
+ color: string;
1631
+ loadingWidth: string;
1632
+ loadingHeight: string;
1633
+ width: string;
1634
+ height: string;
1635
+ shape: string;
1636
+ iconSize: number;
1637
+ showText: boolean;
1638
+ textColor: string;
1639
+ textSize: string;
1640
+ textStyle: {
1641
+ marginTop: string;
1642
+ };
1643
+ };
1644
+ };
1645
+ camera: {
1646
+ basicConfig: {
1647
+ color: string;
1648
+ iconSrc: string;
1649
+ shape: string;
1650
+ width: string;
1651
+ height: string;
1652
+ iconSize: number;
1653
+ showText: boolean;
1654
+ textColor: string;
1655
+ textSize: string;
1656
+ textStyle: {
1657
+ marginTop: string;
1658
+ };
1659
+ };
1660
+ closedConfig: {
1661
+ color: string;
1662
+ iconSrc: string;
1663
+ width: string;
1664
+ height: string;
1665
+ shape: string;
1666
+ iconSize: number;
1667
+ showText: boolean;
1668
+ textColor: string;
1669
+ textSize: string;
1670
+ textStyle: {
1671
+ marginTop: string;
1672
+ };
1673
+ };
1674
+ loadingConfig: {
1675
+ color: string;
1676
+ loadingWidth: string;
1677
+ loadingHeight: string;
1678
+ width: string;
1679
+ height: string;
1680
+ shape: string;
1681
+ iconSize: number;
1682
+ showText: boolean;
1683
+ textColor: string;
1684
+ textSize: string;
1685
+ textStyle: {
1686
+ marginTop: string;
1687
+ };
1688
+ };
1689
+ };
1690
+ microphone: {
1691
+ basicConfig: {
1692
+ color: string;
1693
+ iconSrc: string;
1694
+ width: string;
1695
+ height: string;
1696
+ shape: string;
1697
+ iconSize: number;
1698
+ showText: boolean;
1699
+ textColor: string;
1700
+ textSize: string;
1701
+ textStyle: {
1702
+ marginTop: string;
1703
+ };
1704
+ };
1705
+ closedConfig: {
1706
+ color: string;
1707
+ iconSrc: string;
1708
+ width: string;
1709
+ height: string;
1710
+ shape: string;
1711
+ iconSize: number;
1712
+ showText: boolean;
1713
+ textColor: string;
1714
+ textSize: string;
1715
+ textStyle: {
1716
+ marginTop: string;
1717
+ };
1718
+ };
1719
+ };
1720
+ speaker: {
1721
+ basicConfig: {
1722
+ color: string;
1723
+ iconSrc: string;
1724
+ width: string;
1725
+ height: string;
1726
+ shape: string;
1727
+ iconSize: number;
1728
+ showText: boolean;
1729
+ textColor: string;
1730
+ textSize: string;
1731
+ textStyle: {
1732
+ marginTop: string;
1733
+ };
1734
+ };
1735
+ closedConfig: {
1736
+ color: string;
1737
+ iconSrc: string;
1738
+ width: string;
1739
+ height: string;
1740
+ shape: string;
1741
+ iconSize: number;
1742
+ showText: boolean;
1743
+ textColor: string;
1744
+ textSize: string;
1745
+ textStyle: {
1746
+ marginTop: string;
1747
+ };
1748
+ };
1749
+ };
1750
+ fullScreen: {
1751
+ basicConfig: {
1752
+ iconSize: number;
1753
+ iconSrc: string;
1754
+ };
1755
+ };
1756
+ minimize: {
1757
+ basicConfig: {
1758
+ iconSize: number;
1759
+ iconSrc: string;
1760
+ };
1761
+ };
1762
+ inviteUser: {
1763
+ basicConfig: {
1764
+ color: string;
1765
+ width: string;
1766
+ height: string;
1767
+ shape: string;
1768
+ iconSize: number;
1769
+ iconSrc: string;
1770
+ showText: boolean;
1771
+ textColor: string;
1772
+ textSize: string;
1773
+ textStyle: {
1774
+ marginTop: string;
1775
+ };
1776
+ };
1777
+ };
1778
+ toggleButtonPanel: {
1779
+ basicConfig: {
1780
+ color: string;
1781
+ width: string;
1782
+ height: string;
1783
+ shape: string;
1784
+ iconSize: number;
1785
+ iconSrc: string;
1786
+ };
1787
+ };
1788
+ virtualBackground: {
1789
+ basicConfig: {
1790
+ color: string;
1791
+ iconSrc: string;
1792
+ shape: string;
1793
+ width: string;
1794
+ height: string;
1795
+ iconSize: number;
1796
+ showText: boolean;
1797
+ textColor: string;
1798
+ textSize: string;
1799
+ textStyle: {
1800
+ marginTop: string;
1801
+ };
1802
+ };
1803
+ closedConfig: {
1804
+ color: string;
1805
+ iconSrc: string;
1806
+ width: string;
1807
+ height: string;
1808
+ shape: string;
1809
+ iconSize: number;
1810
+ showText: boolean;
1811
+ textColor: string;
1812
+ textSize: string;
1813
+ textStyle: {
1814
+ marginTop: string;
1815
+ };
1816
+ };
1817
+ loadingConfig: {
1818
+ color: string;
1819
+ loadingWidth: string;
1820
+ loadingHeight: string;
1821
+ width: string;
1822
+ height: string;
1823
+ shape: string;
1824
+ iconSize: number;
1825
+ showText: boolean;
1826
+ textColor: string;
1827
+ textSize: string;
1828
+ textStyle: {
1829
+ marginTop: string;
1830
+ };
1831
+ };
1832
+ disableConfig: {
1833
+ color: string;
1834
+ iconSrc: string;
1835
+ buttonStyle: {
1836
+ opacity: number;
1837
+ };
1838
+ width: string;
1839
+ height: string;
1840
+ shape: string;
1841
+ iconSize: number;
1842
+ showText: boolean;
1843
+ textColor: string;
1844
+ textSize: string;
1845
+ textStyle: {
1846
+ marginTop: string;
1847
+ };
1848
+ };
1849
+ };
1850
+ };
1851
+ accept: {
1852
+ switchCamera: {
1853
+ basicConfig: {
1854
+ color: string;
1855
+ iconSrc: string;
1856
+ shape: string;
1857
+ width: string;
1858
+ height: string;
1859
+ iconSize: number;
1860
+ showText: boolean;
1861
+ textColor: string;
1862
+ textSize: string;
1863
+ textStyle: {
1864
+ marginTop: string;
1865
+ };
1866
+ };
1867
+ disableConfig: {
1868
+ color: string;
1869
+ iconSrc: string;
1870
+ shape: string;
1871
+ showText: boolean;
1872
+ buttonStyle: {
1873
+ opacity: number;
1874
+ };
1875
+ width: string;
1876
+ height: string;
1877
+ iconSize: number;
1878
+ textColor: string;
1879
+ textSize: string;
1880
+ textStyle: {
1881
+ marginTop: string;
1882
+ };
1883
+ };
1884
+ };
1885
+ accept: {
1886
+ basicConfig: {
1887
+ showText: boolean;
1888
+ color: string;
1889
+ iconSrc: string;
1890
+ width: string;
1891
+ height: string;
1892
+ shape: string;
1893
+ iconSize: number;
1894
+ textColor: string;
1895
+ textSize: string;
1896
+ textStyle: {
1897
+ marginTop: string;
1898
+ };
1899
+ };
1900
+ loadingConfig: {
1901
+ showText: boolean;
1902
+ color: string;
1903
+ loadingWidth: string;
1904
+ loadingHeight: string;
1905
+ width: string;
1906
+ height: string;
1907
+ shape: string;
1908
+ iconSize: number;
1909
+ textColor: string;
1910
+ textSize: string;
1911
+ textStyle: {
1912
+ marginTop: string;
1913
+ };
1914
+ };
1915
+ };
1916
+ reject: {
1917
+ basicConfig: {
1918
+ showText: boolean;
1919
+ color: string;
1920
+ iconSrc: string;
1921
+ width: string;
1922
+ height: string;
1923
+ shape: string;
1924
+ iconSize: number;
1925
+ textColor: string;
1926
+ textSize: string;
1927
+ textStyle: {
1928
+ marginTop: string;
1929
+ };
1930
+ };
1931
+ };
1932
+ hangup: {
1933
+ basicConfig: {
1934
+ color: string;
1935
+ iconSrc: string;
1936
+ width: string;
1937
+ height: string;
1938
+ shape: string;
1939
+ iconSize: number;
1940
+ showText: boolean;
1941
+ textColor: string;
1942
+ textSize: string;
1943
+ textStyle: {
1944
+ marginTop: string;
1945
+ };
1946
+ };
1947
+ loadingConfig: {
1948
+ color: string;
1949
+ loadingWidth: string;
1950
+ loadingHeight: string;
1951
+ width: string;
1952
+ height: string;
1953
+ shape: string;
1954
+ iconSize: number;
1955
+ showText: boolean;
1956
+ textColor: string;
1957
+ textSize: string;
1958
+ textStyle: {
1959
+ marginTop: string;
1960
+ };
1961
+ };
1962
+ };
1963
+ camera: {
1964
+ basicConfig: {
1965
+ color: string;
1966
+ iconSrc: string;
1967
+ shape: string;
1968
+ width: string;
1969
+ height: string;
1970
+ iconSize: number;
1971
+ showText: boolean;
1972
+ textColor: string;
1973
+ textSize: string;
1974
+ textStyle: {
1975
+ marginTop: string;
1976
+ };
1977
+ };
1978
+ closedConfig: {
1979
+ color: string;
1980
+ iconSrc: string;
1981
+ width: string;
1982
+ height: string;
1983
+ shape: string;
1984
+ iconSize: number;
1985
+ showText: boolean;
1986
+ textColor: string;
1987
+ textSize: string;
1988
+ textStyle: {
1989
+ marginTop: string;
1990
+ };
1991
+ };
1992
+ loadingConfig: {
1993
+ color: string;
1994
+ loadingWidth: string;
1995
+ loadingHeight: string;
1996
+ width: string;
1997
+ height: string;
1998
+ shape: string;
1999
+ iconSize: number;
2000
+ showText: boolean;
2001
+ textColor: string;
2002
+ textSize: string;
2003
+ textStyle: {
2004
+ marginTop: string;
2005
+ };
2006
+ };
2007
+ };
2008
+ microphone: {
2009
+ basicConfig: {
2010
+ color: string;
2011
+ iconSrc: string;
2012
+ width: string;
2013
+ height: string;
2014
+ shape: string;
2015
+ iconSize: number;
2016
+ showText: boolean;
2017
+ textColor: string;
2018
+ textSize: string;
2019
+ textStyle: {
2020
+ marginTop: string;
2021
+ };
2022
+ };
2023
+ closedConfig: {
2024
+ color: string;
2025
+ iconSrc: string;
2026
+ width: string;
2027
+ height: string;
2028
+ shape: string;
2029
+ iconSize: number;
2030
+ showText: boolean;
2031
+ textColor: string;
2032
+ textSize: string;
2033
+ textStyle: {
2034
+ marginTop: string;
2035
+ };
2036
+ };
2037
+ };
2038
+ speaker: {
2039
+ basicConfig: {
2040
+ color: string;
2041
+ iconSrc: string;
2042
+ width: string;
2043
+ height: string;
2044
+ shape: string;
2045
+ iconSize: number;
2046
+ showText: boolean;
2047
+ textColor: string;
2048
+ textSize: string;
2049
+ textStyle: {
2050
+ marginTop: string;
2051
+ };
2052
+ };
2053
+ closedConfig: {
2054
+ color: string;
2055
+ iconSrc: string;
2056
+ width: string;
2057
+ height: string;
2058
+ shape: string;
2059
+ iconSize: number;
2060
+ showText: boolean;
2061
+ textColor: string;
2062
+ textSize: string;
2063
+ textStyle: {
2064
+ marginTop: string;
2065
+ };
2066
+ };
2067
+ };
2068
+ fullScreen: {
2069
+ basicConfig: {
2070
+ iconSize: number;
2071
+ iconSrc: string;
2072
+ };
2073
+ };
2074
+ minimize: {
2075
+ basicConfig: {
2076
+ iconSize: number;
2077
+ iconSrc: string;
2078
+ };
2079
+ };
2080
+ inviteUser: {
2081
+ basicConfig: {
2082
+ color: string;
2083
+ width: string;
2084
+ height: string;
2085
+ shape: string;
2086
+ iconSize: number;
2087
+ iconSrc: string;
2088
+ showText: boolean;
2089
+ textColor: string;
2090
+ textSize: string;
2091
+ textStyle: {
2092
+ marginTop: string;
2093
+ };
2094
+ };
2095
+ };
2096
+ toggleButtonPanel: {
2097
+ basicConfig: {
2098
+ color: string;
2099
+ width: string;
2100
+ height: string;
2101
+ shape: string;
2102
+ iconSize: number;
2103
+ iconSrc: string;
2104
+ };
2105
+ };
2106
+ virtualBackground: {
2107
+ basicConfig: {
2108
+ color: string;
2109
+ iconSrc: string;
2110
+ shape: string;
2111
+ width: string;
2112
+ height: string;
2113
+ iconSize: number;
2114
+ showText: boolean;
2115
+ textColor: string;
2116
+ textSize: string;
2117
+ textStyle: {
2118
+ marginTop: string;
2119
+ };
2120
+ };
2121
+ closedConfig: {
2122
+ color: string;
2123
+ iconSrc: string;
2124
+ width: string;
2125
+ height: string;
2126
+ shape: string;
2127
+ iconSize: number;
2128
+ showText: boolean;
2129
+ textColor: string;
2130
+ textSize: string;
2131
+ textStyle: {
2132
+ marginTop: string;
2133
+ };
2134
+ };
2135
+ loadingConfig: {
2136
+ color: string;
2137
+ loadingWidth: string;
2138
+ loadingHeight: string;
2139
+ width: string;
2140
+ height: string;
2141
+ shape: string;
2142
+ iconSize: number;
2143
+ showText: boolean;
2144
+ textColor: string;
2145
+ textSize: string;
2146
+ textStyle: {
2147
+ marginTop: string;
2148
+ };
2149
+ };
2150
+ disableConfig: {
2151
+ color: string;
2152
+ iconSrc: string;
2153
+ buttonStyle: {
2154
+ opacity: number;
2155
+ };
2156
+ width: string;
2157
+ height: string;
2158
+ shape: string;
2159
+ iconSize: number;
2160
+ showText: boolean;
2161
+ textColor: string;
2162
+ textSize: string;
2163
+ textStyle: {
2164
+ marginTop: string;
2165
+ };
2166
+ };
2167
+ };
2168
+ };
2169
+ connected: {
2170
+ virtualBackground: {
2171
+ basicConfig: {
2172
+ color: string;
2173
+ iconSrc: string;
2174
+ shape: string;
2175
+ showText: boolean;
2176
+ width: string;
2177
+ height: string;
2178
+ iconSize: number;
2179
+ textColor: string;
2180
+ textSize: string;
2181
+ textStyle: {
2182
+ marginTop: string;
2183
+ };
2184
+ };
2185
+ closedConfig: {
2186
+ color: string;
2187
+ iconSrc: string;
2188
+ showText: boolean;
2189
+ width: string;
2190
+ height: string;
2191
+ shape: string;
2192
+ iconSize: number;
2193
+ textColor: string;
2194
+ textSize: string;
2195
+ textStyle: {
2196
+ marginTop: string;
2197
+ };
2198
+ };
2199
+ disableConfig: {
2200
+ color: string;
2201
+ iconSrc: string;
2202
+ showText: boolean;
2203
+ buttonStyle: {
2204
+ opacity: number;
2205
+ };
2206
+ width: string;
2207
+ height: string;
2208
+ shape: string;
2209
+ iconSize: number;
2210
+ textColor: string;
2211
+ textSize: string;
2212
+ textStyle: {
2213
+ marginTop: string;
2214
+ };
2215
+ };
2216
+ };
2217
+ hangup: {
2218
+ basicConfig: {
2219
+ showText: boolean;
2220
+ color: string;
2221
+ iconSrc: string;
2222
+ width: string;
2223
+ height: string;
2224
+ shape: string;
2225
+ iconSize: number;
2226
+ textColor: string;
2227
+ textSize: string;
2228
+ textStyle: {
2229
+ marginTop: string;
2230
+ };
2231
+ };
2232
+ loadingConfig: {
2233
+ showText: boolean;
2234
+ color: string;
2235
+ loadingWidth: string;
2236
+ loadingHeight: string;
2237
+ width: string;
2238
+ height: string;
2239
+ shape: string;
2240
+ iconSize: number;
2241
+ textColor: string;
2242
+ textSize: string;
2243
+ textStyle: {
2244
+ marginTop: string;
2245
+ };
2246
+ };
2247
+ };
2248
+ switchCamera: {
2249
+ basicConfig: {
2250
+ showText: boolean;
2251
+ color: string;
2252
+ iconSrc: string;
2253
+ shape: string;
2254
+ width: string;
2255
+ height: string;
2256
+ iconSize: number;
2257
+ textColor: string;
2258
+ textSize: string;
2259
+ textStyle: {
2260
+ marginTop: string;
2261
+ };
2262
+ };
2263
+ disableConfig: {
2264
+ showText: boolean;
2265
+ buttonStyle: {
2266
+ opacity: number;
2267
+ };
2268
+ color: string;
2269
+ iconSrc: string;
2270
+ shape: string;
2271
+ width: string;
2272
+ height: string;
2273
+ iconSize: number;
2274
+ textColor: string;
2275
+ textSize: string;
2276
+ textStyle: {
2277
+ marginTop: string;
2278
+ };
2279
+ };
2280
+ };
2281
+ accept: {
2282
+ basicConfig: {
2283
+ color: string;
2284
+ iconSrc: string;
2285
+ width: string;
2286
+ height: string;
2287
+ shape: string;
2288
+ iconSize: number;
2289
+ showText: boolean;
2290
+ textColor: string;
2291
+ textSize: string;
2292
+ textStyle: {
2293
+ marginTop: string;
2294
+ };
2295
+ };
2296
+ loadingConfig: {
2297
+ color: string;
2298
+ loadingWidth: string;
2299
+ loadingHeight: string;
2300
+ width: string;
2301
+ height: string;
2302
+ shape: string;
2303
+ iconSize: number;
2304
+ showText: boolean;
2305
+ textColor: string;
2306
+ textSize: string;
2307
+ textStyle: {
2308
+ marginTop: string;
2309
+ };
2310
+ };
2311
+ };
2312
+ reject: {
2313
+ basicConfig: {
2314
+ color: string;
2315
+ iconSrc: string;
2316
+ width: string;
2317
+ height: string;
2318
+ shape: string;
2319
+ iconSize: number;
2320
+ showText: boolean;
2321
+ textColor: string;
2322
+ textSize: string;
2323
+ textStyle: {
2324
+ marginTop: string;
2325
+ };
2326
+ };
2327
+ };
2328
+ camera: {
2329
+ basicConfig: {
2330
+ color: string;
2331
+ iconSrc: string;
2332
+ shape: string;
2333
+ width: string;
2334
+ height: string;
2335
+ iconSize: number;
2336
+ showText: boolean;
2337
+ textColor: string;
2338
+ textSize: string;
2339
+ textStyle: {
2340
+ marginTop: string;
2341
+ };
2342
+ };
2343
+ closedConfig: {
2344
+ color: string;
2345
+ iconSrc: string;
2346
+ width: string;
2347
+ height: string;
2348
+ shape: string;
2349
+ iconSize: number;
2350
+ showText: boolean;
2351
+ textColor: string;
2352
+ textSize: string;
2353
+ textStyle: {
2354
+ marginTop: string;
2355
+ };
2356
+ };
2357
+ loadingConfig: {
2358
+ color: string;
2359
+ loadingWidth: string;
2360
+ loadingHeight: string;
2361
+ width: string;
2362
+ height: string;
2363
+ shape: string;
2364
+ iconSize: number;
2365
+ showText: boolean;
2366
+ textColor: string;
2367
+ textSize: string;
2368
+ textStyle: {
2369
+ marginTop: string;
2370
+ };
2371
+ };
2372
+ };
2373
+ microphone: {
2374
+ basicConfig: {
2375
+ color: string;
2376
+ iconSrc: string;
2377
+ width: string;
2378
+ height: string;
2379
+ shape: string;
2380
+ iconSize: number;
2381
+ showText: boolean;
2382
+ textColor: string;
2383
+ textSize: string;
2384
+ textStyle: {
2385
+ marginTop: string;
2386
+ };
2387
+ };
2388
+ closedConfig: {
2389
+ color: string;
2390
+ iconSrc: string;
2391
+ width: string;
2392
+ height: string;
2393
+ shape: string;
2394
+ iconSize: number;
2395
+ showText: boolean;
2396
+ textColor: string;
2397
+ textSize: string;
2398
+ textStyle: {
2399
+ marginTop: string;
2400
+ };
2401
+ };
2402
+ };
2403
+ speaker: {
2404
+ basicConfig: {
2405
+ color: string;
2406
+ iconSrc: string;
2407
+ width: string;
2408
+ height: string;
2409
+ shape: string;
2410
+ iconSize: number;
2411
+ showText: boolean;
2412
+ textColor: string;
2413
+ textSize: string;
2414
+ textStyle: {
2415
+ marginTop: string;
2416
+ };
2417
+ };
2418
+ closedConfig: {
2419
+ color: string;
2420
+ iconSrc: string;
2421
+ width: string;
2422
+ height: string;
2423
+ shape: string;
2424
+ iconSize: number;
2425
+ showText: boolean;
2426
+ textColor: string;
2427
+ textSize: string;
2428
+ textStyle: {
2429
+ marginTop: string;
2430
+ };
2431
+ };
2432
+ };
2433
+ fullScreen: {
2434
+ basicConfig: {
2435
+ iconSize: number;
2436
+ iconSrc: string;
2437
+ };
2438
+ };
2439
+ minimize: {
2440
+ basicConfig: {
2441
+ iconSize: number;
2442
+ iconSrc: string;
2443
+ };
2444
+ };
2445
+ inviteUser: {
2446
+ basicConfig: {
2447
+ color: string;
2448
+ width: string;
2449
+ height: string;
2450
+ shape: string;
2451
+ iconSize: number;
2452
+ iconSrc: string;
2453
+ showText: boolean;
2454
+ textColor: string;
2455
+ textSize: string;
2456
+ textStyle: {
2457
+ marginTop: string;
2458
+ };
2459
+ };
2460
+ };
2461
+ toggleButtonPanel: {
2462
+ basicConfig: {
2463
+ color: string;
2464
+ width: string;
2465
+ height: string;
2466
+ shape: string;
2467
+ iconSize: number;
2468
+ iconSrc: string;
2469
+ };
2470
+ };
2471
+ };
2472
+ };
2473
+ audio: {
2474
+ calling: {
2475
+ accept: {
2476
+ basicConfig: {
2477
+ color: string;
2478
+ iconSrc: string;
2479
+ width: string;
2480
+ height: string;
2481
+ shape: string;
2482
+ iconSize: number;
2483
+ showText: boolean;
2484
+ textColor: string;
2485
+ textSize: string;
2486
+ textStyle: {
2487
+ marginTop: string;
2488
+ };
2489
+ };
2490
+ loadingConfig: {
2491
+ color: string;
2492
+ loadingWidth: string;
2493
+ loadingHeight: string;
2494
+ width: string;
2495
+ height: string;
2496
+ shape: string;
2497
+ iconSize: number;
2498
+ showText: boolean;
2499
+ textColor: string;
2500
+ textSize: string;
2501
+ textStyle: {
2502
+ marginTop: string;
2503
+ };
2504
+ };
2505
+ };
2506
+ hangup: {
2507
+ basicConfig: {
2508
+ color: string;
2509
+ iconSrc: string;
2510
+ width: string;
2511
+ height: string;
2512
+ shape: string;
2513
+ iconSize: number;
2514
+ showText: boolean;
2515
+ textColor: string;
2516
+ textSize: string;
2517
+ textStyle: {
2518
+ marginTop: string;
2519
+ };
2520
+ };
2521
+ loadingConfig: {
2522
+ color: string;
2523
+ loadingWidth: string;
2524
+ loadingHeight: string;
2525
+ width: string;
2526
+ height: string;
2527
+ shape: string;
2528
+ iconSize: number;
2529
+ showText: boolean;
2530
+ textColor: string;
2531
+ textSize: string;
2532
+ textStyle: {
2533
+ marginTop: string;
2534
+ };
2535
+ };
2536
+ };
2537
+ reject: {
2538
+ basicConfig: {
2539
+ color: string;
2540
+ iconSrc: string;
2541
+ width: string;
2542
+ height: string;
2543
+ shape: string;
2544
+ iconSize: number;
2545
+ showText: boolean;
2546
+ textColor: string;
2547
+ textSize: string;
2548
+ textStyle: {
2549
+ marginTop: string;
2550
+ };
2551
+ };
2552
+ };
2553
+ camera: {
2554
+ basicConfig: {
2555
+ color: string;
2556
+ iconSrc: string;
2557
+ shape: string;
2558
+ width: string;
2559
+ height: string;
2560
+ iconSize: number;
2561
+ showText: boolean;
2562
+ textColor: string;
2563
+ textSize: string;
2564
+ textStyle: {
2565
+ marginTop: string;
2566
+ };
2567
+ };
2568
+ closedConfig: {
2569
+ color: string;
2570
+ iconSrc: string;
2571
+ width: string;
2572
+ height: string;
2573
+ shape: string;
2574
+ iconSize: number;
2575
+ showText: boolean;
2576
+ textColor: string;
2577
+ textSize: string;
2578
+ textStyle: {
2579
+ marginTop: string;
2580
+ };
2581
+ };
2582
+ loadingConfig: {
2583
+ color: string;
2584
+ loadingWidth: string;
2585
+ loadingHeight: string;
2586
+ width: string;
2587
+ height: string;
2588
+ shape: string;
2589
+ iconSize: number;
2590
+ showText: boolean;
2591
+ textColor: string;
2592
+ textSize: string;
2593
+ textStyle: {
2594
+ marginTop: string;
2595
+ };
2596
+ };
2597
+ };
2598
+ microphone: {
2599
+ basicConfig: {
2600
+ color: string;
2601
+ iconSrc: string;
2602
+ width: string;
2603
+ height: string;
2604
+ shape: string;
2605
+ iconSize: number;
2606
+ showText: boolean;
2607
+ textColor: string;
2608
+ textSize: string;
2609
+ textStyle: {
2610
+ marginTop: string;
2611
+ };
2612
+ };
2613
+ closedConfig: {
2614
+ color: string;
2615
+ iconSrc: string;
2616
+ width: string;
2617
+ height: string;
2618
+ shape: string;
2619
+ iconSize: number;
2620
+ showText: boolean;
2621
+ textColor: string;
2622
+ textSize: string;
2623
+ textStyle: {
2624
+ marginTop: string;
2625
+ };
2626
+ };
2627
+ };
2628
+ speaker: {
2629
+ basicConfig: {
2630
+ color: string;
2631
+ iconSrc: string;
2632
+ width: string;
2633
+ height: string;
2634
+ shape: string;
2635
+ iconSize: number;
2636
+ showText: boolean;
2637
+ textColor: string;
2638
+ textSize: string;
2639
+ textStyle: {
2640
+ marginTop: string;
2641
+ };
2642
+ };
2643
+ closedConfig: {
2644
+ color: string;
2645
+ iconSrc: string;
2646
+ width: string;
2647
+ height: string;
2648
+ shape: string;
2649
+ iconSize: number;
2650
+ showText: boolean;
2651
+ textColor: string;
2652
+ textSize: string;
2653
+ textStyle: {
2654
+ marginTop: string;
2655
+ };
2656
+ };
2657
+ };
2658
+ fullScreen: {
2659
+ basicConfig: {
2660
+ iconSize: number;
2661
+ iconSrc: string;
2662
+ };
2663
+ };
2664
+ minimize: {
2665
+ basicConfig: {
2666
+ iconSize: number;
2667
+ iconSrc: string;
2668
+ };
2669
+ };
2670
+ switchCamera: {
2671
+ basicConfig: {
2672
+ color: string;
2673
+ iconSrc: string;
2674
+ shape: string;
2675
+ width: string;
2676
+ height: string;
2677
+ iconSize: number;
2678
+ showText: boolean;
2679
+ textColor: string;
2680
+ textSize: string;
2681
+ textStyle: {
2682
+ marginTop: string;
2683
+ };
2684
+ };
2685
+ };
2686
+ inviteUser: {
2687
+ basicConfig: {
2688
+ color: string;
2689
+ width: string;
2690
+ height: string;
2691
+ shape: string;
2692
+ iconSize: number;
2693
+ iconSrc: string;
2694
+ showText: boolean;
2695
+ textColor: string;
2696
+ textSize: string;
2697
+ textStyle: {
2698
+ marginTop: string;
2699
+ };
2700
+ };
2701
+ };
2702
+ toggleButtonPanel: {
2703
+ basicConfig: {
2704
+ color: string;
2705
+ width: string;
2706
+ height: string;
2707
+ shape: string;
2708
+ iconSize: number;
2709
+ iconSrc: string;
2710
+ };
2711
+ };
2712
+ virtualBackground: {
2713
+ basicConfig: {
2714
+ color: string;
2715
+ iconSrc: string;
2716
+ shape: string;
2717
+ width: string;
2718
+ height: string;
2719
+ iconSize: number;
2720
+ showText: boolean;
2721
+ textColor: string;
2722
+ textSize: string;
2723
+ textStyle: {
2724
+ marginTop: string;
2725
+ };
2726
+ };
2727
+ closedConfig: {
2728
+ color: string;
2729
+ iconSrc: string;
2730
+ width: string;
2731
+ height: string;
2732
+ shape: string;
2733
+ iconSize: number;
2734
+ showText: boolean;
2735
+ textColor: string;
2736
+ textSize: string;
2737
+ textStyle: {
2738
+ marginTop: string;
2739
+ };
2740
+ };
2741
+ loadingConfig: {
2742
+ color: string;
2743
+ loadingWidth: string;
2744
+ loadingHeight: string;
2745
+ width: string;
2746
+ height: string;
2747
+ shape: string;
2748
+ iconSize: number;
2749
+ showText: boolean;
2750
+ textColor: string;
2751
+ textSize: string;
2752
+ textStyle: {
2753
+ marginTop: string;
2754
+ };
2755
+ };
2756
+ disableConfig: {
2757
+ color: string;
2758
+ iconSrc: string;
2759
+ buttonStyle: {
2760
+ opacity: number;
2761
+ };
2762
+ width: string;
2763
+ height: string;
2764
+ shape: string;
2765
+ iconSize: number;
2766
+ showText: boolean;
2767
+ textColor: string;
2768
+ textSize: string;
2769
+ textStyle: {
2770
+ marginTop: string;
2771
+ };
2772
+ };
2773
+ };
2774
+ };
2775
+ accept: {
2776
+ accept: {
2777
+ basicConfig: {
2778
+ color: string;
2779
+ iconSrc: string;
2780
+ width: string;
2781
+ height: string;
2782
+ shape: string;
2783
+ iconSize: number;
2784
+ showText: boolean;
2785
+ textColor: string;
2786
+ textSize: string;
2787
+ textStyle: {
2788
+ marginTop: string;
2789
+ };
2790
+ };
2791
+ loadingConfig: {
2792
+ color: string;
2793
+ loadingWidth: string;
2794
+ loadingHeight: string;
2795
+ width: string;
2796
+ height: string;
2797
+ shape: string;
2798
+ iconSize: number;
2799
+ showText: boolean;
2800
+ textColor: string;
2801
+ textSize: string;
2802
+ textStyle: {
2803
+ marginTop: string;
2804
+ };
2805
+ };
2806
+ };
2807
+ hangup: {
2808
+ basicConfig: {
2809
+ color: string;
2810
+ iconSrc: string;
2811
+ width: string;
2812
+ height: string;
2813
+ shape: string;
2814
+ iconSize: number;
2815
+ showText: boolean;
2816
+ textColor: string;
2817
+ textSize: string;
2818
+ textStyle: {
2819
+ marginTop: string;
2820
+ };
2821
+ };
2822
+ loadingConfig: {
2823
+ color: string;
2824
+ loadingWidth: string;
2825
+ loadingHeight: string;
2826
+ width: string;
2827
+ height: string;
2828
+ shape: string;
2829
+ iconSize: number;
2830
+ showText: boolean;
2831
+ textColor: string;
2832
+ textSize: string;
2833
+ textStyle: {
2834
+ marginTop: string;
2835
+ };
2836
+ };
2837
+ };
2838
+ reject: {
2839
+ basicConfig: {
2840
+ color: string;
2841
+ iconSrc: string;
2842
+ width: string;
2843
+ height: string;
2844
+ shape: string;
2845
+ iconSize: number;
2846
+ showText: boolean;
2847
+ textColor: string;
2848
+ textSize: string;
2849
+ textStyle: {
2850
+ marginTop: string;
2851
+ };
2852
+ };
2853
+ };
2854
+ camera: {
2855
+ basicConfig: {
2856
+ color: string;
2857
+ iconSrc: string;
2858
+ shape: string;
2859
+ width: string;
2860
+ height: string;
2861
+ iconSize: number;
2862
+ showText: boolean;
2863
+ textColor: string;
2864
+ textSize: string;
2865
+ textStyle: {
2866
+ marginTop: string;
2867
+ };
2868
+ };
2869
+ closedConfig: {
2870
+ color: string;
2871
+ iconSrc: string;
2872
+ width: string;
2873
+ height: string;
2874
+ shape: string;
2875
+ iconSize: number;
2876
+ showText: boolean;
2877
+ textColor: string;
2878
+ textSize: string;
2879
+ textStyle: {
2880
+ marginTop: string;
2881
+ };
2882
+ };
2883
+ loadingConfig: {
2884
+ color: string;
2885
+ loadingWidth: string;
2886
+ loadingHeight: string;
2887
+ width: string;
2888
+ height: string;
2889
+ shape: string;
2890
+ iconSize: number;
2891
+ showText: boolean;
2892
+ textColor: string;
2893
+ textSize: string;
2894
+ textStyle: {
2895
+ marginTop: string;
2896
+ };
2897
+ };
2898
+ };
2899
+ microphone: {
2900
+ basicConfig: {
2901
+ color: string;
2902
+ iconSrc: string;
2903
+ width: string;
2904
+ height: string;
2905
+ shape: string;
2906
+ iconSize: number;
2907
+ showText: boolean;
2908
+ textColor: string;
2909
+ textSize: string;
2910
+ textStyle: {
2911
+ marginTop: string;
2912
+ };
2913
+ };
2914
+ closedConfig: {
2915
+ color: string;
2916
+ iconSrc: string;
2917
+ width: string;
2918
+ height: string;
2919
+ shape: string;
2920
+ iconSize: number;
2921
+ showText: boolean;
2922
+ textColor: string;
2923
+ textSize: string;
2924
+ textStyle: {
2925
+ marginTop: string;
2926
+ };
2927
+ };
2928
+ };
2929
+ speaker: {
2930
+ basicConfig: {
2931
+ color: string;
2932
+ iconSrc: string;
2933
+ width: string;
2934
+ height: string;
2935
+ shape: string;
2936
+ iconSize: number;
2937
+ showText: boolean;
2938
+ textColor: string;
2939
+ textSize: string;
2940
+ textStyle: {
2941
+ marginTop: string;
2942
+ };
2943
+ };
2944
+ closedConfig: {
2945
+ color: string;
2946
+ iconSrc: string;
2947
+ width: string;
2948
+ height: string;
2949
+ shape: string;
2950
+ iconSize: number;
2951
+ showText: boolean;
2952
+ textColor: string;
2953
+ textSize: string;
2954
+ textStyle: {
2955
+ marginTop: string;
2956
+ };
2957
+ };
2958
+ };
2959
+ fullScreen: {
2960
+ basicConfig: {
2961
+ iconSize: number;
2962
+ iconSrc: string;
2963
+ };
2964
+ };
2965
+ minimize: {
2966
+ basicConfig: {
2967
+ iconSize: number;
2968
+ iconSrc: string;
2969
+ };
2970
+ };
2971
+ switchCamera: {
2972
+ basicConfig: {
2973
+ color: string;
2974
+ iconSrc: string;
2975
+ shape: string;
2976
+ width: string;
2977
+ height: string;
2978
+ iconSize: number;
2979
+ showText: boolean;
2980
+ textColor: string;
2981
+ textSize: string;
2982
+ textStyle: {
2983
+ marginTop: string;
2984
+ };
2985
+ };
2986
+ };
2987
+ inviteUser: {
2988
+ basicConfig: {
2989
+ color: string;
2990
+ width: string;
2991
+ height: string;
2992
+ shape: string;
2993
+ iconSize: number;
2994
+ iconSrc: string;
2995
+ showText: boolean;
2996
+ textColor: string;
2997
+ textSize: string;
2998
+ textStyle: {
2999
+ marginTop: string;
3000
+ };
3001
+ };
3002
+ };
3003
+ toggleButtonPanel: {
3004
+ basicConfig: {
3005
+ color: string;
3006
+ width: string;
3007
+ height: string;
3008
+ shape: string;
3009
+ iconSize: number;
3010
+ iconSrc: string;
3011
+ };
3012
+ };
3013
+ virtualBackground: {
3014
+ basicConfig: {
3015
+ color: string;
3016
+ iconSrc: string;
3017
+ shape: string;
3018
+ width: string;
3019
+ height: string;
3020
+ iconSize: number;
3021
+ showText: boolean;
3022
+ textColor: string;
3023
+ textSize: string;
3024
+ textStyle: {
3025
+ marginTop: string;
3026
+ };
3027
+ };
3028
+ closedConfig: {
3029
+ color: string;
3030
+ iconSrc: string;
3031
+ width: string;
3032
+ height: string;
3033
+ shape: string;
3034
+ iconSize: number;
3035
+ showText: boolean;
3036
+ textColor: string;
3037
+ textSize: string;
3038
+ textStyle: {
3039
+ marginTop: string;
3040
+ };
3041
+ };
3042
+ loadingConfig: {
3043
+ color: string;
3044
+ loadingWidth: string;
3045
+ loadingHeight: string;
3046
+ width: string;
3047
+ height: string;
3048
+ shape: string;
3049
+ iconSize: number;
3050
+ showText: boolean;
3051
+ textColor: string;
3052
+ textSize: string;
3053
+ textStyle: {
3054
+ marginTop: string;
3055
+ };
3056
+ };
3057
+ disableConfig: {
3058
+ color: string;
3059
+ iconSrc: string;
3060
+ buttonStyle: {
3061
+ opacity: number;
3062
+ };
3063
+ width: string;
3064
+ height: string;
3065
+ shape: string;
3066
+ iconSize: number;
3067
+ showText: boolean;
3068
+ textColor: string;
3069
+ textSize: string;
3070
+ textStyle: {
3071
+ marginTop: string;
3072
+ };
3073
+ };
3074
+ };
3075
+ };
3076
+ connected: {
3077
+ accept: {
3078
+ basicConfig: {
3079
+ color: string;
3080
+ iconSrc: string;
3081
+ width: string;
3082
+ height: string;
3083
+ shape: string;
3084
+ iconSize: number;
3085
+ showText: boolean;
3086
+ textColor: string;
3087
+ textSize: string;
3088
+ textStyle: {
3089
+ marginTop: string;
3090
+ };
3091
+ };
3092
+ loadingConfig: {
3093
+ color: string;
3094
+ loadingWidth: string;
3095
+ loadingHeight: string;
3096
+ width: string;
3097
+ height: string;
3098
+ shape: string;
3099
+ iconSize: number;
3100
+ showText: boolean;
3101
+ textColor: string;
3102
+ textSize: string;
3103
+ textStyle: {
3104
+ marginTop: string;
3105
+ };
3106
+ };
3107
+ };
3108
+ hangup: {
3109
+ basicConfig: {
3110
+ color: string;
3111
+ iconSrc: string;
3112
+ width: string;
3113
+ height: string;
3114
+ shape: string;
3115
+ iconSize: number;
3116
+ showText: boolean;
3117
+ textColor: string;
3118
+ textSize: string;
3119
+ textStyle: {
3120
+ marginTop: string;
3121
+ };
3122
+ };
3123
+ loadingConfig: {
3124
+ color: string;
3125
+ loadingWidth: string;
3126
+ loadingHeight: string;
3127
+ width: string;
3128
+ height: string;
3129
+ shape: string;
3130
+ iconSize: number;
3131
+ showText: boolean;
3132
+ textColor: string;
3133
+ textSize: string;
3134
+ textStyle: {
3135
+ marginTop: string;
3136
+ };
3137
+ };
3138
+ };
3139
+ reject: {
3140
+ basicConfig: {
3141
+ color: string;
3142
+ iconSrc: string;
3143
+ width: string;
3144
+ height: string;
3145
+ shape: string;
3146
+ iconSize: number;
3147
+ showText: boolean;
3148
+ textColor: string;
3149
+ textSize: string;
3150
+ textStyle: {
3151
+ marginTop: string;
3152
+ };
3153
+ };
3154
+ };
3155
+ camera: {
3156
+ basicConfig: {
3157
+ color: string;
3158
+ iconSrc: string;
3159
+ shape: string;
3160
+ width: string;
3161
+ height: string;
3162
+ iconSize: number;
3163
+ showText: boolean;
3164
+ textColor: string;
3165
+ textSize: string;
3166
+ textStyle: {
3167
+ marginTop: string;
3168
+ };
3169
+ };
3170
+ closedConfig: {
3171
+ color: string;
3172
+ iconSrc: string;
3173
+ width: string;
3174
+ height: string;
3175
+ shape: string;
3176
+ iconSize: number;
3177
+ showText: boolean;
3178
+ textColor: string;
3179
+ textSize: string;
3180
+ textStyle: {
3181
+ marginTop: string;
3182
+ };
3183
+ };
3184
+ loadingConfig: {
3185
+ color: string;
3186
+ loadingWidth: string;
3187
+ loadingHeight: string;
3188
+ width: string;
3189
+ height: string;
3190
+ shape: string;
3191
+ iconSize: number;
3192
+ showText: boolean;
3193
+ textColor: string;
3194
+ textSize: string;
3195
+ textStyle: {
3196
+ marginTop: string;
3197
+ };
3198
+ };
3199
+ };
3200
+ microphone: {
3201
+ basicConfig: {
3202
+ color: string;
3203
+ iconSrc: string;
3204
+ width: string;
3205
+ height: string;
3206
+ shape: string;
3207
+ iconSize: number;
3208
+ showText: boolean;
3209
+ textColor: string;
3210
+ textSize: string;
3211
+ textStyle: {
3212
+ marginTop: string;
3213
+ };
3214
+ };
3215
+ closedConfig: {
3216
+ color: string;
3217
+ iconSrc: string;
3218
+ width: string;
3219
+ height: string;
3220
+ shape: string;
3221
+ iconSize: number;
3222
+ showText: boolean;
3223
+ textColor: string;
3224
+ textSize: string;
3225
+ textStyle: {
3226
+ marginTop: string;
3227
+ };
3228
+ };
3229
+ };
3230
+ speaker: {
3231
+ basicConfig: {
3232
+ color: string;
3233
+ iconSrc: string;
3234
+ width: string;
3235
+ height: string;
3236
+ shape: string;
3237
+ iconSize: number;
3238
+ showText: boolean;
3239
+ textColor: string;
3240
+ textSize: string;
3241
+ textStyle: {
3242
+ marginTop: string;
3243
+ };
3244
+ };
3245
+ closedConfig: {
3246
+ color: string;
3247
+ iconSrc: string;
3248
+ width: string;
3249
+ height: string;
3250
+ shape: string;
3251
+ iconSize: number;
3252
+ showText: boolean;
3253
+ textColor: string;
3254
+ textSize: string;
3255
+ textStyle: {
3256
+ marginTop: string;
3257
+ };
3258
+ };
3259
+ };
3260
+ fullScreen: {
3261
+ basicConfig: {
3262
+ iconSize: number;
3263
+ iconSrc: string;
3264
+ };
3265
+ };
3266
+ minimize: {
3267
+ basicConfig: {
3268
+ iconSize: number;
3269
+ iconSrc: string;
3270
+ };
3271
+ };
3272
+ switchCamera: {
3273
+ basicConfig: {
3274
+ color: string;
3275
+ iconSrc: string;
3276
+ shape: string;
3277
+ width: string;
3278
+ height: string;
3279
+ iconSize: number;
3280
+ showText: boolean;
3281
+ textColor: string;
3282
+ textSize: string;
3283
+ textStyle: {
3284
+ marginTop: string;
3285
+ };
3286
+ };
3287
+ };
3288
+ inviteUser: {
3289
+ basicConfig: {
3290
+ color: string;
3291
+ width: string;
3292
+ height: string;
3293
+ shape: string;
3294
+ iconSize: number;
3295
+ iconSrc: string;
3296
+ showText: boolean;
3297
+ textColor: string;
3298
+ textSize: string;
3299
+ textStyle: {
3300
+ marginTop: string;
3301
+ };
3302
+ };
3303
+ };
3304
+ toggleButtonPanel: {
3305
+ basicConfig: {
3306
+ color: string;
3307
+ width: string;
3308
+ height: string;
3309
+ shape: string;
3310
+ iconSize: number;
3311
+ iconSrc: string;
3312
+ };
3313
+ };
3314
+ virtualBackground: {
3315
+ basicConfig: {
3316
+ color: string;
3317
+ iconSrc: string;
3318
+ shape: string;
3319
+ width: string;
3320
+ height: string;
3321
+ iconSize: number;
3322
+ showText: boolean;
3323
+ textColor: string;
3324
+ textSize: string;
3325
+ textStyle: {
3326
+ marginTop: string;
3327
+ };
3328
+ };
3329
+ closedConfig: {
3330
+ color: string;
3331
+ iconSrc: string;
3332
+ width: string;
3333
+ height: string;
3334
+ shape: string;
3335
+ iconSize: number;
3336
+ showText: boolean;
3337
+ textColor: string;
3338
+ textSize: string;
3339
+ textStyle: {
3340
+ marginTop: string;
3341
+ };
3342
+ };
3343
+ loadingConfig: {
3344
+ color: string;
3345
+ loadingWidth: string;
3346
+ loadingHeight: string;
3347
+ width: string;
3348
+ height: string;
3349
+ shape: string;
3350
+ iconSize: number;
3351
+ showText: boolean;
3352
+ textColor: string;
3353
+ textSize: string;
3354
+ textStyle: {
3355
+ marginTop: string;
3356
+ };
3357
+ };
3358
+ disableConfig: {
3359
+ color: string;
3360
+ iconSrc: string;
3361
+ buttonStyle: {
3362
+ opacity: number;
3363
+ };
3364
+ width: string;
3365
+ height: string;
3366
+ shape: string;
3367
+ iconSize: number;
3368
+ showText: boolean;
3369
+ textColor: string;
3370
+ textSize: string;
3371
+ textStyle: {
3372
+ marginTop: string;
3373
+ };
3374
+ };
3375
+ };
3376
+ };
3377
+ };
3378
+ };
3379
+ };
3380
+ };