educast-classroom-sdk 2.4.2 → 2.4.3

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 (430) hide show
  1. package/lib/infra/api/index.d.ts +53 -0
  2. package/lib/infra/api/lock.d.ts +8 -0
  3. package/lib/infra/api/polyfills.d.ts +0 -0
  4. package/lib/infra/api/providers.d.ts +7 -0
  5. package/lib/infra/api/rtc-extensions/index.d.ts +29 -0
  6. package/lib/infra/api/type.d.ts +112 -0
  7. package/lib/infra/capabilities/config.d.ts +22 -0
  8. package/lib/infra/capabilities/containers/action-sheet-mobile/hands-up.mobile.d.ts +3 -0
  9. package/lib/infra/capabilities/containers/action-sheet-mobile/mic.d.ts +5 -0
  10. package/lib/infra/capabilities/containers/action-sheet-mobile/share.mobile.d.ts +3 -0
  11. package/lib/infra/capabilities/containers/aside/index.d.ts +3 -0
  12. package/lib/infra/capabilities/containers/award/index.d.ts +3 -0
  13. package/lib/infra/capabilities/containers/camera-preview/index.d.ts +3 -0
  14. package/lib/infra/capabilities/containers/cloud-driver/cloud-driver.d.ts +13 -0
  15. package/lib/infra/capabilities/containers/cloud-driver/cloud-help.d.ts +2 -0
  16. package/lib/infra/capabilities/containers/cloud-driver/cloud-minimize.d.ts +3 -0
  17. package/lib/infra/capabilities/containers/cloud-driver/cloud-more-menu.d.ts +6 -0
  18. package/lib/infra/capabilities/containers/cloud-driver/cloud-toolbar.d.ts +21 -0
  19. package/lib/infra/capabilities/containers/cloud-driver/index.d.ts +6 -0
  20. package/lib/infra/capabilities/containers/cloud-driver/person-resource.d.ts +6 -0
  21. package/lib/infra/capabilities/containers/cloud-driver/public-resource.d.ts +2 -0
  22. package/lib/infra/capabilities/containers/device-setting/index.d.ts +5 -0
  23. package/lib/infra/capabilities/containers/dialog/breakout-room/confirm-dialog.d.ts +10 -0
  24. package/lib/infra/capabilities/containers/dialog/breakout-room/confirm-panel.d.ts +10 -0
  25. package/lib/infra/capabilities/containers/dialog/breakout-room/fragments/group-select.d.ts +7 -0
  26. package/lib/infra/capabilities/containers/dialog/breakout-room/fragments/start.d.ts +10 -0
  27. package/lib/infra/capabilities/containers/dialog/breakout-room/group.d.ts +17 -0
  28. package/lib/infra/capabilities/containers/dialog/breakout-room/index.d.ts +5 -0
  29. package/lib/infra/capabilities/containers/dialog/breakout-room/panel.d.ts +23 -0
  30. package/lib/infra/capabilities/containers/dialog/breakout-room/user.d.ts +18 -0
  31. package/lib/infra/capabilities/containers/dialog/confirm.d.ts +13 -0
  32. package/lib/infra/capabilities/containers/dialog/error-generic.d.ts +9 -0
  33. package/lib/infra/capabilities/containers/dialog/guide/index.d.ts +5 -0
  34. package/lib/infra/capabilities/containers/dialog/index.d.ts +5 -0
  35. package/lib/infra/capabilities/containers/dialog/kick-out.d.ts +5 -0
  36. package/lib/infra/capabilities/containers/dialog/quit.d.ts +6 -0
  37. package/lib/infra/capabilities/containers/dialog/remote-control-confirm/index.d.ts +7 -0
  38. package/lib/infra/capabilities/containers/dialog/screen-picker/index.d.ts +30 -0
  39. package/lib/infra/capabilities/containers/dialog/screen-share/index.d.ts +8 -0
  40. package/lib/infra/capabilities/containers/dialog/video-gallery/hooks.d.ts +33 -0
  41. package/lib/infra/capabilities/containers/dialog/video-gallery/index.d.ts +22 -0
  42. package/lib/infra/capabilities/containers/dialog/video-gallery/pager.d.ts +9 -0
  43. package/lib/infra/capabilities/containers/dialog/video-gallery/setting.d.ts +11 -0
  44. package/lib/infra/capabilities/containers/fragments/video-gallery/context.d.ts +5 -0
  45. package/lib/infra/capabilities/containers/fragments/video-gallery/hooks.d.ts +35 -0
  46. package/lib/infra/capabilities/containers/fragments/video-gallery/index.d.ts +4 -0
  47. package/lib/infra/capabilities/containers/fragments/video-gallery/renderer.d.ts +22 -0
  48. package/lib/infra/capabilities/containers/hand-up/index.d.ts +5 -0
  49. package/lib/infra/capabilities/containers/hand-up/invite-confirm.d.ts +13 -0
  50. package/lib/infra/capabilities/containers/hand-up/invite-container.d.ts +7 -0
  51. package/lib/infra/capabilities/containers/hand-up/invite-table.d.ts +7 -0
  52. package/lib/infra/capabilities/containers/hand-up/manager.d.ts +12 -0
  53. package/lib/infra/capabilities/containers/hand-up/sender.d.ts +34 -0
  54. package/lib/infra/capabilities/containers/hand-up/types.d.ts +14 -0
  55. package/lib/infra/capabilities/containers/loading/index.d.ts +3 -0
  56. package/lib/infra/capabilities/containers/nav/index.d.ts +7 -0
  57. package/lib/infra/capabilities/containers/pczbj-bottom-controls/index.d.ts +3 -0
  58. package/lib/infra/capabilities/containers/pczbj-middle/index.d.ts +3 -0
  59. package/lib/infra/capabilities/containers/pczbj-right-panel/index.d.ts +3 -0
  60. package/lib/infra/capabilities/containers/pretest/form-field/index.d.ts +23 -0
  61. package/lib/infra/capabilities/containers/pretest/form-field/select.d.ts +5 -0
  62. package/lib/infra/capabilities/containers/pretest/index.d.ts +11 -0
  63. package/lib/infra/capabilities/containers/pretest/pretest-audio.d.ts +2 -0
  64. package/lib/infra/capabilities/containers/pretest/pretest-footer.d.ts +5 -0
  65. package/lib/infra/capabilities/containers/pretest/pretest-stage.d.ts +2 -0
  66. package/lib/infra/capabilities/containers/pretest/pretest-video.d.ts +5 -0
  67. package/lib/infra/capabilities/containers/pretest/volume.d.ts +8 -0
  68. package/lib/infra/capabilities/containers/root-box/fixed-aspect-ratio.d.ts +24 -0
  69. package/lib/infra/capabilities/containers/root-box/hooks.d.ts +4 -0
  70. package/lib/infra/capabilities/containers/root-box/index.d.ts +1 -0
  71. package/lib/infra/capabilities/containers/roster/button.d.ts +3 -0
  72. package/lib/infra/capabilities/containers/roster/index.d.ts +2 -0
  73. package/lib/infra/capabilities/containers/roster/lecture-user-list.d.ts +5 -0
  74. package/lib/infra/capabilities/containers/roster/user-list.d.ts +5 -0
  75. package/lib/infra/capabilities/containers/scene-switch/index.d.ts +7 -0
  76. package/lib/infra/capabilities/containers/scenes-controller/index.d.ts +3 -0
  77. package/lib/infra/capabilities/containers/screen-share/index.d.ts +12 -0
  78. package/lib/infra/capabilities/containers/screen-share/index.mobile.d.ts +3 -0
  79. package/lib/infra/capabilities/containers/stream/cdn-player.d.ts +24 -0
  80. package/lib/infra/capabilities/containers/stream/draggable-stream.d.ts +10 -0
  81. package/lib/infra/capabilities/containers/stream/index.d.ts +42 -0
  82. package/lib/infra/capabilities/containers/stream/index.mobile.d.ts +24 -0
  83. package/lib/infra/capabilities/containers/stream/room-1v1-player.d.ts +4 -0
  84. package/lib/infra/capabilities/containers/stream/room-big-class-player.mobile.d.ts +12 -0
  85. package/lib/infra/capabilities/containers/stream/room-big-player.d.ts +3 -0
  86. package/lib/infra/capabilities/containers/stream/room-mid-player.d.ts +4 -0
  87. package/lib/infra/capabilities/containers/stream/stream-tool.d.ts +13 -0
  88. package/lib/infra/capabilities/containers/stream/track-player.d.ts +21 -0
  89. package/lib/infra/capabilities/containers/stream/video-live-player.d.ts +16 -0
  90. package/lib/infra/capabilities/containers/stream-window/index.d.ts +9 -0
  91. package/lib/infra/capabilities/containers/toast/index.d.ts +3 -0
  92. package/lib/infra/capabilities/containers/toast/index.mobile.d.ts +3 -0
  93. package/lib/infra/capabilities/containers/toolbar/board-cleaners/index.d.ts +2 -0
  94. package/lib/infra/capabilities/containers/toolbar/index.d.ts +6 -0
  95. package/lib/infra/capabilities/containers/toolbar/pens/index.d.ts +5 -0
  96. package/lib/infra/capabilities/containers/toolbar/slice/index.d.ts +2 -0
  97. package/lib/infra/capabilities/containers/toolbar/tool-cabinet/index.d.ts +2 -0
  98. package/lib/infra/capabilities/containers/widget/index.d.ts +7 -0
  99. package/lib/infra/capabilities/containers/widget/index.mobile.d.ts +6 -0
  100. package/lib/infra/capabilities/containers/widget/slots.d.ts +8 -0
  101. package/lib/infra/capabilities/containers/widget/track.d.ts +22 -0
  102. package/lib/infra/capabilities/scenarios/1v1/index.d.ts +2 -0
  103. package/lib/infra/capabilities/scenarios/big-class/index.d.ts +2 -0
  104. package/lib/infra/capabilities/scenarios/big-class-mobile/index.mobile.d.ts +12 -0
  105. package/lib/infra/capabilities/scenarios/big-class-mobile/zbj-layout.d.ts +3 -0
  106. package/lib/infra/capabilities/scenarios/index.d.ts +10 -0
  107. package/lib/infra/capabilities/scenarios/mid-class/index.d.ts +2 -0
  108. package/lib/infra/capabilities/scenarios/room/index.d.ts +6 -0
  109. package/lib/infra/configs/base-theme.d.ts +391 -0
  110. package/lib/infra/configs/base-ui.d.ts +14 -0
  111. package/lib/infra/contexts/index.d.ts +15 -0
  112. package/lib/infra/contexts/ui-store-factory.d.ts +6 -0
  113. package/lib/infra/hooks/cabinet.d.ts +4 -0
  114. package/lib/infra/hooks/index.d.ts +6 -0
  115. package/lib/infra/hooks/ui-store.d.ts +10 -0
  116. package/lib/infra/hooks/utilites.d.ts +3 -0
  117. package/lib/infra/protocol/board.d.ts +70 -0
  118. package/lib/infra/protocol/events.d.ts +67 -0
  119. package/lib/infra/protocol/index.d.ts +24 -0
  120. package/lib/infra/protocol/type.d.ts +70 -0
  121. package/lib/infra/stores/common/base.d.ts +46 -0
  122. package/lib/infra/stores/common/board/index.d.ts +41 -0
  123. package/lib/infra/stores/common/cloud-drive/helper.d.ts +14 -0
  124. package/lib/infra/stores/common/cloud-drive/index.d.ts +178 -0
  125. package/lib/infra/stores/common/cloud-drive/struct.d.ts +109 -0
  126. package/lib/infra/stores/common/cloud-drive/type.d.ts +23 -0
  127. package/lib/infra/stores/common/device-setting/index.d.ts +68 -0
  128. package/lib/infra/stores/common/getters.d.ts +61 -0
  129. package/lib/infra/stores/common/group/index.d.ts +139 -0
  130. package/lib/infra/stores/common/hand-up/index.d.ts +127 -0
  131. package/lib/infra/stores/common/hand-up/type.d.ts +18 -0
  132. package/lib/infra/stores/common/index.d.ts +78 -0
  133. package/lib/infra/stores/common/layout/helper.d.ts +4 -0
  134. package/lib/infra/stores/common/layout/index.d.ts +24 -0
  135. package/lib/infra/stores/common/nav/index.d.ts +192 -0
  136. package/lib/infra/stores/common/notification/index.d.ts +55 -0
  137. package/lib/infra/stores/common/pretest/helper.d.ts +1 -0
  138. package/lib/infra/stores/common/pretest/index.d.ts +299 -0
  139. package/lib/infra/stores/common/pretest/type.d.ts +8 -0
  140. package/lib/infra/stores/common/roster/index.d.ts +163 -0
  141. package/lib/infra/stores/common/roster/type.d.ts +55 -0
  142. package/lib/infra/stores/common/share/index.d.ts +151 -0
  143. package/lib/infra/stores/common/stream/index.d.ts +257 -0
  144. package/lib/infra/stores/common/stream/state-keeper.d.ts +18 -0
  145. package/lib/infra/stores/common/stream/struct.d.ts +63 -0
  146. package/lib/infra/stores/common/stream/tool.d.ts +32 -0
  147. package/lib/infra/stores/common/stream-window/helper.d.ts +101 -0
  148. package/lib/infra/stores/common/stream-window/index.d.ts +223 -0
  149. package/lib/infra/stores/common/stream-window/struct.d.ts +95 -0
  150. package/lib/infra/stores/common/stream-window/type.d.ts +32 -0
  151. package/lib/infra/stores/common/subscription/abstract.d.ts +43 -0
  152. package/lib/infra/stores/common/subscription/index.d.ts +14 -0
  153. package/lib/infra/stores/common/subscription/main-room.d.ts +14 -0
  154. package/lib/infra/stores/common/subscription/type.d.ts +10 -0
  155. package/lib/infra/stores/common/toolbar/index.d.ts +145 -0
  156. package/lib/infra/stores/common/toolbar/type.d.ts +45 -0
  157. package/lib/infra/stores/common/type.d.ts +10 -0
  158. package/lib/infra/stores/common/video-gallery/index.d.ts +42 -0
  159. package/lib/infra/stores/common/widget/index.d.ts +40 -0
  160. package/lib/infra/stores/interactive/board.d.ts +6 -0
  161. package/lib/infra/stores/interactive/index.d.ts +7 -0
  162. package/lib/infra/stores/interactive/stream.d.ts +33 -0
  163. package/lib/infra/stores/lecture/board.d.ts +7 -0
  164. package/lib/infra/stores/lecture/index.d.ts +9 -0
  165. package/lib/infra/stores/lecture/roster.d.ts +57 -0
  166. package/lib/infra/stores/lecture/stream.d.ts +31 -0
  167. package/lib/infra/stores/lecture/toolbar.d.ts +11 -0
  168. package/lib/infra/stores/lecture-mobile/board.d.ts +24 -0
  169. package/lib/infra/stores/lecture-mobile/device-setting.d.ts +9 -0
  170. package/lib/infra/stores/lecture-mobile/index.d.ts +13 -0
  171. package/lib/infra/stores/lecture-mobile/layout.d.ts +40 -0
  172. package/lib/infra/stores/lecture-mobile/stream.d.ts +66 -0
  173. package/lib/infra/stores/one-on-one/index.d.ts +7 -0
  174. package/lib/infra/stores/one-on-one/stream.d.ts +12 -0
  175. package/lib/infra/stores/one-on-one/toolbar.d.ts +7 -0
  176. package/lib/infra/translate/en.d.ts +882 -0
  177. package/lib/infra/translate/zh.d.ts +882 -0
  178. package/lib/infra/utils/async-queue.d.ts +16 -0
  179. package/lib/infra/utils/board-utils.d.ts +22 -0
  180. package/lib/infra/utils/colors.d.ts +13 -0
  181. package/lib/infra/utils/config-loader.d.ts +9 -0
  182. package/lib/infra/utils/error.d.ts +12 -0
  183. package/lib/infra/utils/event-center.d.ts +20 -0
  184. package/lib/infra/utils/extract.d.ts +6 -0
  185. package/lib/infra/utils/index.d.ts +16 -0
  186. package/lib/infra/utils/interaction.d.ts +6 -0
  187. package/lib/infra/utils/ipc-channels.d.ts +39 -0
  188. package/lib/infra/utils/ipc.d.ts +48 -0
  189. package/lib/ui-kit/components/button/abutton.d.ts +6 -0
  190. package/lib/ui-kit/components/button/index.d.ts +18 -0
  191. package/lib/ui-kit/components/card/index.d.ts +14 -0
  192. package/lib/ui-kit/components/checkbox/index.d.ts +14 -0
  193. package/lib/ui-kit/components/float/index.d.ts +13 -0
  194. package/lib/ui-kit/components/index.d.ts +27 -0
  195. package/lib/ui-kit/components/input/ainput.d.ts +6 -0
  196. package/lib/ui-kit/components/input/index.d.ts +31 -0
  197. package/lib/ui-kit/components/input-number/index.d.ts +10 -0
  198. package/lib/ui-kit/components/layout/index.d.ts +12 -0
  199. package/lib/ui-kit/components/loading/index.d.ts +37 -0
  200. package/lib/ui-kit/components/modal/index.d.ts +32 -0
  201. package/lib/ui-kit/components/overlay-wrap/index.d.ts +15 -0
  202. package/lib/ui-kit/components/pagination/index.d.ts +5 -0
  203. package/lib/ui-kit/components/placeholder/index.d.ts +18 -0
  204. package/lib/ui-kit/components/popover/index.d.ts +9 -0
  205. package/lib/ui-kit/components/progress/index.d.ts +19 -0
  206. package/lib/ui-kit/components/radio/index.d.ts +21 -0
  207. package/lib/ui-kit/components/root-box/index.d.ts +5 -0
  208. package/lib/ui-kit/components/roster/carousel-setting.d.ts +5 -0
  209. package/lib/ui-kit/components/roster/columns.d.ts +8 -0
  210. package/lib/ui-kit/components/roster/hooks.d.ts +3 -0
  211. package/lib/ui-kit/components/roster/index.d.ts +140 -0
  212. package/lib/ui-kit/components/roster/roster.d.ts +3 -0
  213. package/lib/ui-kit/components/roster/table.d.ts +21 -0
  214. package/lib/ui-kit/components/select/index.d.ts +24 -0
  215. package/lib/ui-kit/components/slider/index.d.ts +17 -0
  216. package/lib/ui-kit/components/sound-player/index.d.ts +6 -0
  217. package/lib/ui-kit/components/svg-img/generate.d.ts +0 -0
  218. package/lib/ui-kit/components/svg-img/index.d.ts +37 -0
  219. package/lib/ui-kit/components/svg-img/paths/add-scene.d.ts +4 -0
  220. package/lib/ui-kit/components/svg-img/paths/add.d.ts +4 -0
  221. package/lib/ui-kit/components/svg-img/paths/alf.d.ts +4 -0
  222. package/lib/ui-kit/components/svg-img/paths/answer.d.ts +4 -0
  223. package/lib/ui-kit/components/svg-img/paths/arrow.d.ts +4 -0
  224. package/lib/ui-kit/components/svg-img/paths/ask-for-help.d.ts +4 -0
  225. package/lib/ui-kit/components/svg-img/paths/audio.d.ts +4 -0
  226. package/lib/ui-kit/components/svg-img/paths/authorized-solid.d.ts +4 -0
  227. package/lib/ui-kit/components/svg-img/paths/authorized.d.ts +4 -0
  228. package/lib/ui-kit/components/svg-img/paths/auto-play-failed.d.ts +4 -0
  229. package/lib/ui-kit/components/svg-img/paths/backward.d.ts +4 -0
  230. package/lib/ui-kit/components/svg-img/paths/bad-signal.d.ts +4 -0
  231. package/lib/ui-kit/components/svg-img/paths/beta.d.ts +4 -0
  232. package/lib/ui-kit/components/svg-img/paths/board-not-granted.d.ts +4 -0
  233. package/lib/ui-kit/components/svg-img/paths/buffing.d.ts +4 -0
  234. package/lib/ui-kit/components/svg-img/paths/calendar.d.ts +4 -0
  235. package/lib/ui-kit/components/svg-img/paths/camera-disabled.d.ts +4 -0
  236. package/lib/ui-kit/components/svg-img/paths/camera-enabled.d.ts +4 -0
  237. package/lib/ui-kit/components/svg-img/paths/camera-off-mobile.d.ts +4 -0
  238. package/lib/ui-kit/components/svg-img/paths/camera-on-mobile.d.ts +4 -0
  239. package/lib/ui-kit/components/svg-img/paths/camera.d.ts +4 -0
  240. package/lib/ui-kit/components/svg-img/paths/chat.d.ts +4 -0
  241. package/lib/ui-kit/components/svg-img/paths/checked.d.ts +4 -0
  242. package/lib/ui-kit/components/svg-img/paths/chevron-right.d.ts +4 -0
  243. package/lib/ui-kit/components/svg-img/paths/circle.d.ts +4 -0
  244. package/lib/ui-kit/components/svg-img/paths/clear.d.ts +4 -0
  245. package/lib/ui-kit/components/svg-img/paths/clicker.d.ts +4 -0
  246. package/lib/ui-kit/components/svg-img/paths/clock.d.ts +4 -0
  247. package/lib/ui-kit/components/svg-img/paths/close.d.ts +4 -0
  248. package/lib/ui-kit/components/svg-img/paths/cloud-file-help.d.ts +4 -0
  249. package/lib/ui-kit/components/svg-img/paths/cloud-more.d.ts +4 -0
  250. package/lib/ui-kit/components/svg-img/paths/cloud-refresh.d.ts +4 -0
  251. package/lib/ui-kit/components/svg-img/paths/cloud.d.ts +4 -0
  252. package/lib/ui-kit/components/svg-img/paths/collapse-stream-mobile.d.ts +4 -0
  253. package/lib/ui-kit/components/svg-img/paths/copy.d.ts +4 -0
  254. package/lib/ui-kit/components/svg-img/paths/countdown.d.ts +4 -0
  255. package/lib/ui-kit/components/svg-img/paths/delete.d.ts +4 -0
  256. package/lib/ui-kit/components/svg-img/paths/down.d.ts +4 -0
  257. package/lib/ui-kit/components/svg-img/paths/dropdown.d.ts +4 -0
  258. package/lib/ui-kit/components/svg-img/paths/edit.d.ts +4 -0
  259. package/lib/ui-kit/components/svg-img/paths/emoji.d.ts +4 -0
  260. package/lib/ui-kit/components/svg-img/paths/eraser.d.ts +4 -0
  261. package/lib/ui-kit/components/svg-img/paths/excel.d.ts +4 -0
  262. package/lib/ui-kit/components/svg-img/paths/exit.d.ts +4 -0
  263. package/lib/ui-kit/components/svg-img/paths/extension-actived.d.ts +4 -0
  264. package/lib/ui-kit/components/svg-img/paths/fcr-ppt-broken.d.ts +4 -0
  265. package/lib/ui-kit/components/svg-img/paths/forward.d.ts +4 -0
  266. package/lib/ui-kit/components/svg-img/paths/fullscreen-shrink.d.ts +4 -0
  267. package/lib/ui-kit/components/svg-img/paths/fullscreen.d.ts +4 -0
  268. package/lib/ui-kit/components/svg-img/paths/gooffstage.d.ts +4 -0
  269. package/lib/ui-kit/components/svg-img/paths/goonstage.d.ts +4 -0
  270. package/lib/ui-kit/components/svg-img/paths/group-discuss.d.ts +4 -0
  271. package/lib/ui-kit/components/svg-img/paths/h5.d.ts +4 -0
  272. package/lib/ui-kit/components/svg-img/paths/hand.d.ts +4 -0
  273. package/lib/ui-kit/components/svg-img/paths/hands-up-active.d.ts +4 -0
  274. package/lib/ui-kit/components/svg-img/paths/hands-up.d.ts +4 -0
  275. package/lib/ui-kit/components/svg-img/paths/id.d.ts +4 -0
  276. package/lib/ui-kit/components/svg-img/paths/image.d.ts +4 -0
  277. package/lib/ui-kit/components/svg-img/paths/indicator.d.ts +4 -0
  278. package/lib/ui-kit/components/svg-img/paths/invite-on-podium.d.ts +4 -0
  279. package/lib/ui-kit/components/svg-img/paths/invite-to-podium.d.ts +4 -0
  280. package/lib/ui-kit/components/svg-img/paths/kick-out.d.ts +4 -0
  281. package/lib/ui-kit/components/svg-img/paths/landscape.d.ts +4 -0
  282. package/lib/ui-kit/components/svg-img/paths/laser-pointer.d.ts +4 -0
  283. package/lib/ui-kit/components/svg-img/paths/line.d.ts +4 -0
  284. package/lib/ui-kit/components/svg-img/paths/link-solid.d.ts +4 -0
  285. package/lib/ui-kit/components/svg-img/paths/link.d.ts +4 -0
  286. package/lib/ui-kit/components/svg-img/paths/log.d.ts +4 -0
  287. package/lib/ui-kit/components/svg-img/paths/m-camera-off.d.ts +4 -0
  288. package/lib/ui-kit/components/svg-img/paths/m-camera.d.ts +4 -0
  289. package/lib/ui-kit/components/svg-img/paths/m-micphone-off.d.ts +4 -0
  290. package/lib/ui-kit/components/svg-img/paths/m-micphone.d.ts +4 -0
  291. package/lib/ui-kit/components/svg-img/paths/m-switch-camera.d.ts +4 -0
  292. package/lib/ui-kit/components/svg-img/paths/mark.d.ts +4 -0
  293. package/lib/ui-kit/components/svg-img/paths/matrix.d.ts +4 -0
  294. package/lib/ui-kit/components/svg-img/paths/max.d.ts +4 -0
  295. package/lib/ui-kit/components/svg-img/paths/maximize.d.ts +4 -0
  296. package/lib/ui-kit/components/svg-img/paths/menu-fold.d.ts +4 -0
  297. package/lib/ui-kit/components/svg-img/paths/menu-unfold.d.ts +4 -0
  298. package/lib/ui-kit/components/svg-img/paths/mic-disabled.d.ts +4 -0
  299. package/lib/ui-kit/components/svg-img/paths/mic-enabled.d.ts +4 -0
  300. package/lib/ui-kit/components/svg-img/paths/microphone-off-outline.d.ts +4 -0
  301. package/lib/ui-kit/components/svg-img/paths/microphone-off.d.ts +4 -0
  302. package/lib/ui-kit/components/svg-img/paths/microphone-on-outline.d.ts +4 -0
  303. package/lib/ui-kit/components/svg-img/paths/microphone-on.d.ts +4 -0
  304. package/lib/ui-kit/components/svg-img/paths/microphone.d.ts +4 -0
  305. package/lib/ui-kit/components/svg-img/paths/min.d.ts +4 -0
  306. package/lib/ui-kit/components/svg-img/paths/minimize.d.ts +4 -0
  307. package/lib/ui-kit/components/svg-img/paths/more.d.ts +4 -0
  308. package/lib/ui-kit/components/svg-img/paths/mute-mobile.d.ts +4 -0
  309. package/lib/ui-kit/components/svg-img/paths/no-authorized.d.ts +4 -0
  310. package/lib/ui-kit/components/svg-img/paths/no-discussion.d.ts +4 -0
  311. package/lib/ui-kit/components/svg-img/paths/none.d.ts +4 -0
  312. package/lib/ui-kit/components/svg-img/paths/normal-signal.d.ts +4 -0
  313. package/lib/ui-kit/components/svg-img/paths/on-podium.d.ts +4 -0
  314. package/lib/ui-kit/components/svg-img/paths/out.d.ts +4 -0
  315. package/lib/ui-kit/components/svg-img/paths/pdf.d.ts +4 -0
  316. package/lib/ui-kit/components/svg-img/paths/pen-arrow.d.ts +4 -0
  317. package/lib/ui-kit/components/svg-img/paths/pen-circle.d.ts +4 -0
  318. package/lib/ui-kit/components/svg-img/paths/pen-curve.d.ts +4 -0
  319. package/lib/ui-kit/components/svg-img/paths/pen-line.d.ts +4 -0
  320. package/lib/ui-kit/components/svg-img/paths/pen-pentagram.d.ts +4 -0
  321. package/lib/ui-kit/components/svg-img/paths/pen-rhombus.d.ts +4 -0
  322. package/lib/ui-kit/components/svg-img/paths/pen-square.d.ts +4 -0
  323. package/lib/ui-kit/components/svg-img/paths/pen-triangle.d.ts +4 -0
  324. package/lib/ui-kit/components/svg-img/paths/pen.d.ts +4 -0
  325. package/lib/ui-kit/components/svg-img/paths/pentagram.d.ts +4 -0
  326. package/lib/ui-kit/components/svg-img/paths/pic.d.ts +4 -0
  327. package/lib/ui-kit/components/svg-img/paths/pip-off.d.ts +4 -0
  328. package/lib/ui-kit/components/svg-img/paths/pip-on.d.ts +4 -0
  329. package/lib/ui-kit/components/svg-img/paths/placeholder-camera-broken.d.ts +4 -0
  330. package/lib/ui-kit/components/svg-img/paths/placeholder-camera-no-body.d.ts +4 -0
  331. package/lib/ui-kit/components/svg-img/paths/placeholder-camera-off.d.ts +4 -0
  332. package/lib/ui-kit/components/svg-img/paths/placeholder-no-ask.d.ts +4 -0
  333. package/lib/ui-kit/components/svg-img/paths/placeholder-no-file.d.ts +4 -0
  334. package/lib/ui-kit/components/svg-img/paths/placeholder-no-message.d.ts +4 -0
  335. package/lib/ui-kit/components/svg-img/paths/placeholder-no-search.d.ts +4 -0
  336. package/lib/ui-kit/components/svg-img/paths/placeholder-no-setup.d.ts +4 -0
  337. package/lib/ui-kit/components/svg-img/paths/placeholder-not-present.d.ts +4 -0
  338. package/lib/ui-kit/components/svg-img/paths/ppt.d.ts +4 -0
  339. package/lib/ui-kit/components/svg-img/paths/pretest-check.d.ts +4 -0
  340. package/lib/ui-kit/components/svg-img/paths/pretest-checked.d.ts +4 -0
  341. package/lib/ui-kit/components/svg-img/paths/pretest-speaker.d.ts +4 -0
  342. package/lib/ui-kit/components/svg-img/paths/record.d.ts +4 -0
  343. package/lib/ui-kit/components/svg-img/paths/recording.d.ts +4 -0
  344. package/lib/ui-kit/components/svg-img/paths/red-caution.d.ts +4 -0
  345. package/lib/ui-kit/components/svg-img/paths/redo.d.ts +4 -0
  346. package/lib/ui-kit/components/svg-img/paths/register.d.ts +4 -0
  347. package/lib/ui-kit/components/svg-img/paths/replay.d.ts +4 -0
  348. package/lib/ui-kit/components/svg-img/paths/reset.d.ts +4 -0
  349. package/lib/ui-kit/components/svg-img/paths/restore.d.ts +4 -0
  350. package/lib/ui-kit/components/svg-img/paths/review.d.ts +4 -0
  351. package/lib/ui-kit/components/svg-img/paths/reward.d.ts +4 -0
  352. package/lib/ui-kit/components/svg-img/paths/rhombus.d.ts +4 -0
  353. package/lib/ui-kit/components/svg-img/paths/room-label.d.ts +4 -0
  354. package/lib/ui-kit/components/svg-img/paths/ruddy.d.ts +4 -0
  355. package/lib/ui-kit/components/svg-img/paths/save-ghost.d.ts +4 -0
  356. package/lib/ui-kit/components/svg-img/paths/search.d.ts +4 -0
  357. package/lib/ui-kit/components/svg-img/paths/select.d.ts +4 -0
  358. package/lib/ui-kit/components/svg-img/paths/set-outline.d.ts +4 -0
  359. package/lib/ui-kit/components/svg-img/paths/set.d.ts +4 -0
  360. package/lib/ui-kit/components/svg-img/paths/settings.d.ts +4 -0
  361. package/lib/ui-kit/components/svg-img/paths/share-close.d.ts +4 -0
  362. package/lib/ui-kit/components/svg-img/paths/share-default.d.ts +4 -0
  363. package/lib/ui-kit/components/svg-img/paths/share-hover.d.ts +4 -0
  364. package/lib/ui-kit/components/svg-img/paths/share-mobile.d.ts +4 -0
  365. package/lib/ui-kit/components/svg-img/paths/share-screen.d.ts +4 -0
  366. package/lib/ui-kit/components/svg-img/paths/slice-window.d.ts +4 -0
  367. package/lib/ui-kit/components/svg-img/paths/slice.d.ts +4 -0
  368. package/lib/ui-kit/components/svg-img/paths/speaker.d.ts +4 -0
  369. package/lib/ui-kit/components/svg-img/paths/square.d.ts +4 -0
  370. package/lib/ui-kit/components/svg-img/paths/stage.d.ts +4 -0
  371. package/lib/ui-kit/components/svg-img/paths/star-outline.d.ts +4 -0
  372. package/lib/ui-kit/components/svg-img/paths/star.d.ts +4 -0
  373. package/lib/ui-kit/components/svg-img/paths/stream-window-on.d.ts +4 -0
  374. package/lib/ui-kit/components/svg-img/paths/switch-screen-share-active.d.ts +4 -0
  375. package/lib/ui-kit/components/svg-img/paths/switch-screen-share.d.ts +4 -0
  376. package/lib/ui-kit/components/svg-img/paths/text.d.ts +4 -0
  377. package/lib/ui-kit/components/svg-img/paths/toast-info.d.ts +4 -0
  378. package/lib/ui-kit/components/svg-img/paths/toast-success.d.ts +4 -0
  379. package/lib/ui-kit/components/svg-img/paths/tools.d.ts +4 -0
  380. package/lib/ui-kit/components/svg-img/paths/triangle-down.d.ts +4 -0
  381. package/lib/ui-kit/components/svg-img/paths/triangle-solid-down.d.ts +4 -0
  382. package/lib/ui-kit/components/svg-img/paths/triangle-solid-right.d.ts +4 -0
  383. package/lib/ui-kit/components/svg-img/paths/triangle-solid-up.d.ts +4 -0
  384. package/lib/ui-kit/components/svg-img/paths/triangle.d.ts +4 -0
  385. package/lib/ui-kit/components/svg-img/paths/txt.d.ts +4 -0
  386. package/lib/ui-kit/components/svg-img/paths/undo.d.ts +4 -0
  387. package/lib/ui-kit/components/svg-img/paths/unknown-signal.d.ts +4 -0
  388. package/lib/ui-kit/components/svg-img/paths/unknown.d.ts +4 -0
  389. package/lib/ui-kit/components/svg-img/paths/unmute-mobile.d.ts +4 -0
  390. package/lib/ui-kit/components/svg-img/paths/video-gallery.d.ts +4 -0
  391. package/lib/ui-kit/components/svg-img/paths/video-switch-mobile.d.ts +4 -0
  392. package/lib/ui-kit/components/svg-img/paths/video.d.ts +4 -0
  393. package/lib/ui-kit/components/svg-img/paths/vote.d.ts +4 -0
  394. package/lib/ui-kit/components/svg-img/paths/whiteboard.d.ts +4 -0
  395. package/lib/ui-kit/components/svg-img/paths/whitening.d.ts +4 -0
  396. package/lib/ui-kit/components/svg-img/paths/word.d.ts +4 -0
  397. package/lib/ui-kit/components/svg-img/paths/zoom-in.d.ts +4 -0
  398. package/lib/ui-kit/components/svg-img/paths/zoom-out.d.ts +4 -0
  399. package/lib/ui-kit/components/svg-img/svg-dict.d.ts +12 -0
  400. package/lib/ui-kit/components/svg-img/type.d.ts +182 -0
  401. package/lib/ui-kit/components/svga-player/index.d.ts +11 -0
  402. package/lib/ui-kit/components/svga-player/svga-types.d.ts +1 -0
  403. package/lib/ui-kit/components/table/index.d.ts +40 -0
  404. package/lib/ui-kit/components/tabs/index.d.ts +7 -0
  405. package/lib/ui-kit/components/toast/index.d.ts +16 -0
  406. package/lib/ui-kit/components/toolbar/board-cleaners.d.ts +15 -0
  407. package/lib/ui-kit/components/toolbar/index.d.ts +15 -0
  408. package/lib/ui-kit/components/toolbar/pens.d.ts +19 -0
  409. package/lib/ui-kit/components/toolbar/slice.d.ts +14 -0
  410. package/lib/ui-kit/components/toolbar/tool-cabinet.d.ts +7 -0
  411. package/lib/ui-kit/components/toolbar/tool.d.ts +19 -0
  412. package/lib/ui-kit/components/toolbar/util.d.ts +3 -0
  413. package/lib/ui-kit/components/tooltip/index.d.ts +30 -0
  414. package/lib/ui-kit/components/tooltip/placements.d.ts +17 -0
  415. package/lib/ui-kit/components/tree/index.d.ts +34 -0
  416. package/lib/ui-kit/components/util/colors.d.ts +3 -0
  417. package/lib/ui-kit/components/util/getRenderPropValue.d.ts +3 -0
  418. package/lib/ui-kit/components/util/motion.d.ts +5 -0
  419. package/lib/ui-kit/components/util/type.d.ts +13 -0
  420. package/lib/ui-kit/components/volume/index.d.ts +17 -0
  421. package/lib/ui-kit/index.d.ts +2 -0
  422. package/lib/ui-kit/utilities/hooks.d.ts +22 -0
  423. package/lib/ui-kit/utilities/index.d.ts +31 -0
  424. package/lib/ui-kit/utilities/state-color.d.ts +17 -0
  425. package/lib/ui-kit/utilities/style-config.d.ts +60 -0
  426. package/lib/ui-kit/utilities/types.d.ts +8 -0
  427. package/package.json +1 -1
  428. package/lib/edu_sdk.bundle.js +0 -2
  429. package/lib/edu_sdk.bundle.js.LICENSE.txt +0 -164
  430. package/lib/worker-entry.bundle.worker.js.LICENSE.txt +0 -3
@@ -0,0 +1,882 @@
1
+ export declare const zh: {
2
+ 'Close Microphone': string;
3
+ 'Open Microphone': string;
4
+ 'Camera Not Available': string;
5
+ 'Microphone Not Available': string;
6
+ 'Close Camera': string;
7
+ 'Open Camera': string;
8
+ 'Clear Podium': string;
9
+ 'Clear Podiums': string;
10
+ 'Close Whiteboard': string;
11
+ 'Open Whiteboard': string;
12
+ 'Whiteboard Not Available': string;
13
+ Star: string;
14
+ 'Open Private Call': string;
15
+ 'Close Private Call': string;
16
+ 'Camera Pos Reset': string;
17
+ role: {
18
+ teacher: string;
19
+ student: string;
20
+ assistant: string;
21
+ };
22
+ chat: {
23
+ send_to_all: string;
24
+ };
25
+ disabled: string;
26
+ whiteboard: {
27
+ 'upload-success': string;
28
+ 'upload-error': string;
29
+ converting: string;
30
+ 'disconnect-img-alt': string;
31
+ 'disconnect-btn': string;
32
+ 'courseWare-loading': string;
33
+ 'h5-courseWare': string;
34
+ 'test-courseWare': string;
35
+ loading: string;
36
+ };
37
+ screen_share: string;
38
+ kick: {
39
+ kick_out_student: string;
40
+ };
41
+ radio: {
42
+ kicked_once: string;
43
+ ban: string;
44
+ };
45
+ course: {
46
+ pre_class: string;
47
+ in_class: string;
48
+ end_class: string;
49
+ join_failed: string;
50
+ screen_sharing: string;
51
+ };
52
+ device: {
53
+ camera: string;
54
+ microphone: string;
55
+ speaker: string;
56
+ microphone_volume: string;
57
+ speaker_volume: string;
58
+ stage_area: string;
59
+ };
60
+ roster: {
61
+ chat: string;
62
+ teacher_name: string;
63
+ user_list: string;
64
+ student_name: string;
65
+ student_co_video: string;
66
+ camera_state: string;
67
+ microphone_state: string;
68
+ reward: string;
69
+ kick: string;
70
+ granted: string;
71
+ shift: string;
72
+ everyone: string;
73
+ available: string;
74
+ students_in: string;
75
+ sequence: string;
76
+ random: string;
77
+ order_every: string;
78
+ seconds: string;
79
+ no_more_data: string;
80
+ };
81
+ hands_up: string;
82
+ on_podium_max_count: string;
83
+ hands_up_tip: string;
84
+ co_video: {
85
+ remote_open_camera: string;
86
+ remote_open_microphone: string;
87
+ remote_grant_board: string;
88
+ remote_close_camera: string;
89
+ remote_close_microphone: string;
90
+ remote_revoke_board: string;
91
+ received_student_hands_up: string;
92
+ received_teacher_accepted: string;
93
+ received_teacher_refused: string;
94
+ received_student_cancel: string;
95
+ received_message_timeout: string;
96
+ hands_up_requsted: string;
97
+ hands_up_cancelled: string;
98
+ };
99
+ private_media_chat: {
100
+ chat_started: string;
101
+ chat_ended: string;
102
+ };
103
+ placeholder: {
104
+ muted_chat: string;
105
+ empty_chat: string;
106
+ empty_quiz: string;
107
+ enable_chat_muted: string;
108
+ input_message: string;
109
+ };
110
+ signal: {
111
+ delay: string;
112
+ lose: string;
113
+ status: string;
114
+ CPU: string;
115
+ receive: string;
116
+ send: string;
117
+ };
118
+ error: {
119
+ banned: string;
120
+ cannot_join: string;
121
+ not_found: string;
122
+ apply_co_video_limit: string;
123
+ send_co_video_limit: string;
124
+ components: {
125
+ paramsEmpty: string;
126
+ };
127
+ class_end: string;
128
+ unknown: string;
129
+ room_is_full: string;
130
+ network_timeout: string;
131
+ request_limit_exceeded: string;
132
+ };
133
+ toast: {
134
+ mute_chat: string;
135
+ unmute_chat: string;
136
+ remote_mute_chat: string;
137
+ remote_unmute_chat: string;
138
+ add_screen_share: string;
139
+ remove_screen_share: string;
140
+ granted_board_success: string;
141
+ revoke_board_success: string;
142
+ create_screen_share_failed: string;
143
+ kick_by_other_side: string;
144
+ screen_share: {
145
+ title: string;
146
+ };
147
+ close_ppt: string;
148
+ sure_close_ppt: string;
149
+ end_class: string;
150
+ quit_from_room: string;
151
+ kick_by_teacher: string;
152
+ upload_log_failure: string;
153
+ show_log_id: string;
154
+ api_login_failured: string;
155
+ confirm: string;
156
+ cancel: string;
157
+ leave_room: string;
158
+ quit_room: string;
159
+ login_failure: string;
160
+ whiteboard_lock: string;
161
+ whiteboard_unlock: string;
162
+ clear_whiteboard: string;
163
+ clear_whiteboard_confirm: string;
164
+ canceled_screen_share: string;
165
+ screen_sharing_failed: string;
166
+ recording_failed: string;
167
+ start_recording: {
168
+ title: string;
169
+ body: string;
170
+ success: string;
171
+ };
172
+ stop_recording: {
173
+ title: string;
174
+ body: string;
175
+ success: string;
176
+ };
177
+ recording_too_short: string;
178
+ rtm_login_failed: string;
179
+ rtm_login_failed_reason: string;
180
+ replay_failed: string;
181
+ teacher_exists: string;
182
+ student_over_limit: string;
183
+ teacher_and_student_over_limit: string;
184
+ teacher_accept_whiteboard: string;
185
+ teacher_cancel_whiteboard: string;
186
+ teacher_accept_co_video: string;
187
+ teacher_reject_co_video: string;
188
+ teacher_cancel_co_video: string;
189
+ student_cancel_co_video: string;
190
+ student_send_co_video_apply: string;
191
+ student_peer_leave: string;
192
+ stop_co_video: string;
193
+ reject_co_video: string;
194
+ close_co_video: string;
195
+ close_youself_co_video: string;
196
+ accept_co_video: string;
197
+ successfully_joined_the_room: string;
198
+ failed_to_join_the_room: string;
199
+ failed_to_authorize_whiteboard: string;
200
+ failed_to_deauthorize_whiteboard: string;
201
+ failed_to_query_playback_list: string;
202
+ audio_equipment_has_changed: string;
203
+ video_equipment_has_changed: string;
204
+ failed_to_initiate_screen_sharing: string;
205
+ failed_to_end_screen_sharing: string;
206
+ failed_to_initiate_screen_sharing_to_remote: string;
207
+ failed_to_enable_screen_sharing: string;
208
+ failed_to_enable_screen_sharing_permission_denied: string;
209
+ failed_to_send_chat: string;
210
+ failed_to_translate_chat: string;
211
+ failed_to_send_reward: string;
212
+ failed_to_join_rtc_please_refresh_and_try_again: string;
213
+ leave_rtc_channel: string;
214
+ failed_to_leave_rtc: string;
215
+ co_video_close_success: string;
216
+ co_video_close_failed: string;
217
+ publish_rtc_success: string;
218
+ open_whiteboard_follow: string;
219
+ close_whiteboard_follow: string;
220
+ close_whiteboard: string;
221
+ close_whiteboard_confirm: string;
222
+ i: string;
223
+ teacher: string;
224
+ the_teacher_authorized_your_whiteboard: string;
225
+ the_teacher_cancelled_your_whiteboard_permission: string;
226
+ publish_business_flow_successfully: string;
227
+ media_method_call_failed: string;
228
+ successfully_left_the_business_channel: string;
229
+ course_started_successfully: string;
230
+ setting_start_failed: string;
231
+ the_course_ends_successfully: string;
232
+ setting_ended_failed: string;
233
+ start_recording_successfully: string;
234
+ start_recording_failed: string;
235
+ successfully_ended_recording: string;
236
+ failed_to_end_recording: string;
237
+ you_have_a_default_message: string;
238
+ the_teacher_agreed: string;
239
+ student_applied: string;
240
+ you_were_dismissed_by_the_teacher: string;
241
+ student_canceled: string;
242
+ the_teacher_refused: string;
243
+ failed_to_initiate_a_raise_of_hand_application: string;
244
+ failed_to_end_the_call: string;
245
+ failed_to_join_board: string;
246
+ stop_screen_share_failed: string;
247
+ classroom_remote_join: string;
248
+ time_interval_between_start: string;
249
+ time_interval_between_end: string;
250
+ class_is_end: string;
251
+ time_interval_between_close: string;
252
+ reward_limit: string;
253
+ chat_enable: string;
254
+ chat_disable: string;
255
+ upload_failure: string;
256
+ download_success: string;
257
+ download_failure: string;
258
+ resource_already_opened: string;
259
+ resource_is_converting: string;
260
+ fail_to_convert_resource: string;
261
+ interaction_too_frequent: string;
262
+ breakout_room_group_name_existed: string;
263
+ start_group: string;
264
+ };
265
+ end_class_confirm: string;
266
+ notice: {
267
+ student_interactive_apply: string;
268
+ };
269
+ scaffold: {
270
+ clear: string;
271
+ undo: string;
272
+ redo: string;
273
+ search: string;
274
+ pencil: string;
275
+ laser_pointer: string;
276
+ whiteboard: string;
277
+ straight: string;
278
+ circle: string;
279
+ rectangle: string;
280
+ arrow: string;
281
+ pentagram: string;
282
+ rhombus: string;
283
+ triangle: string;
284
+ clicker: string;
285
+ selector: string;
286
+ eraser: string;
287
+ color: string;
288
+ blank_page: string;
289
+ move: string;
290
+ follow: string;
291
+ un_follow: string;
292
+ screen_share: string;
293
+ stop_screen_share: string;
294
+ cloud_storage: string;
295
+ text: string;
296
+ tools: string;
297
+ user_list: string;
298
+ breakout_room: string;
299
+ in_progress: string;
300
+ not_in_progress: string;
301
+ register: string;
302
+ save: string;
303
+ slice: string;
304
+ slice_window: string;
305
+ };
306
+ cloud: {
307
+ fileName: string;
308
+ size: string;
309
+ progress: string;
310
+ operation: string;
311
+ updated_at: string;
312
+ publicResources: string;
313
+ deleteTip: string;
314
+ personalResources: string;
315
+ downloadResources: string;
316
+ upload: string;
317
+ delete: string;
318
+ download: string;
319
+ downloading: string;
320
+ pause: string;
321
+ upload_success: string;
322
+ supprotTypeTitle: string;
323
+ fileType: string;
324
+ ppt: string;
325
+ word: string;
326
+ excel: string;
327
+ pdf: string;
328
+ video: string;
329
+ audio: string;
330
+ txt: string;
331
+ photo: string;
332
+ fileCounts: string;
333
+ upload_list: string;
334
+ };
335
+ media: {
336
+ camera: string;
337
+ switch_camera: string;
338
+ microphone: string;
339
+ switch_microphone: string;
340
+ microphone_volume: string;
341
+ speaker: string;
342
+ switch_speaker: string;
343
+ volume: string;
344
+ adjust_volume: string;
345
+ test_speaker: string;
346
+ camera_error: string;
347
+ microphone_error: string;
348
+ mirror: string;
349
+ beauty: string;
350
+ whitening: string;
351
+ buffing: string;
352
+ ruddy: string;
353
+ default: string;
354
+ none: string;
355
+ virtualBackground: string;
356
+ };
357
+ stage: {
358
+ visible: string;
359
+ hidden: string;
360
+ };
361
+ pretest: {
362
+ title: string;
363
+ settingTitle: string;
364
+ finishTest: string;
365
+ detect_new_device: string;
366
+ camera_move_out: string;
367
+ mic_move_out: string;
368
+ playback_move_out: string;
369
+ device_move_out: string;
370
+ device_not_working: string;
371
+ detect_new_device_in_room: string;
372
+ teacher_device_may_not_work: string;
373
+ test: string;
374
+ video: string;
375
+ audio: string;
376
+ stage: string;
377
+ add: string;
378
+ none: string;
379
+ audio_noise_cancellation: string;
380
+ on: string;
381
+ off: string;
382
+ };
383
+ 'biz-header': {
384
+ perf: string;
385
+ setting: string;
386
+ exit: string;
387
+ recording: string;
388
+ start_record: string;
389
+ stop_record: string;
390
+ record_starting: string;
391
+ record_unavailable: string;
392
+ };
393
+ header_help: {
394
+ title: string;
395
+ student: {
396
+ title: string;
397
+ step1_prefix: string;
398
+ step1_suffix: string;
399
+ step2: string;
400
+ step3: string;
401
+ };
402
+ teacher: {
403
+ off_stage: {
404
+ title: string;
405
+ item1_prefix: string;
406
+ item1_suffix: string;
407
+ item2_prefix: string;
408
+ item2_suffix: string;
409
+ };
410
+ approve: {
411
+ title: string;
412
+ item1_prefix: string;
413
+ item1_mid: string;
414
+ item1_suffix: string;
415
+ };
416
+ invite: {
417
+ title: string;
418
+ item1_prefix: string;
419
+ item1_suffix: string;
420
+ };
421
+ };
422
+ item1: string;
423
+ item2: string;
424
+ item3: string;
425
+ item4: string;
426
+ };
427
+ header_meta: {
428
+ expected_end: string;
429
+ };
430
+ header_leave_class: string;
431
+ pczbj_middle: {
432
+ teacher_and_onstage_students: string;
433
+ };
434
+ pczbj_right: {
435
+ class_members: string;
436
+ search_member: string;
437
+ hands_up_in_progress: string;
438
+ };
439
+ pczbj_bottom: {
440
+ whiteboard: string;
441
+ countdown: string;
442
+ poll: string;
443
+ screen_share: string;
444
+ };
445
+ message: string;
446
+ quiz: string;
447
+ zh: string;
448
+ nav: {
449
+ delay: string;
450
+ network: string;
451
+ cpu: string;
452
+ class_end: string;
453
+ class_start: string;
454
+ back: string;
455
+ to_start_in: string;
456
+ started_elapse: string;
457
+ ended_elapse: string;
458
+ class_not_started: string;
459
+ hours: string;
460
+ minutes: string;
461
+ seconds: string;
462
+ ms: string;
463
+ short: {
464
+ hours: string;
465
+ minutes: string;
466
+ seconds: string;
467
+ };
468
+ signal_excellent: string;
469
+ signal_good: string;
470
+ signal_weak: string;
471
+ signal_bad: string;
472
+ signal_unknown: string;
473
+ signal_down: string;
474
+ singal_poor_tip: string;
475
+ singal_down_tip: string;
476
+ };
477
+ send: string;
478
+ confirm: {
479
+ delete: string;
480
+ };
481
+ stream: {
482
+ 'placeholder.loading': string;
483
+ 'placeholder.muted': string;
484
+ 'placeholder.broken': string;
485
+ 'placeholder.notpresent.teacher': string;
486
+ 'placeholder.notpresent.student': string;
487
+ };
488
+ screenshare: {
489
+ display: string;
490
+ };
491
+ toast2: {
492
+ 'teacher.turn.off.my.mic': string;
493
+ 'teacher.turn.on.my.mic': string;
494
+ 'teacher.turn.off.my.cam': string;
495
+ 'teacher.turn.on.my.cam': string;
496
+ 'teacher.grant.permission': string;
497
+ 'teacher.revoke.permission': string;
498
+ 'teacher.accept.onpodium': string;
499
+ 'teacher.revoke.onpodium': string;
500
+ 'teacher.reward': string;
501
+ 'teacher.reward2': string;
502
+ screen_permission_denied: string;
503
+ stream_window_full: string;
504
+ save_success: string;
505
+ save_error: string;
506
+ saving: string;
507
+ screen_shot_permission_denied: string;
508
+ };
509
+ breakout_room: {
510
+ create_prefix: string;
511
+ create_suffix: string;
512
+ auto: string;
513
+ manual: string;
514
+ wait_for_assign1: string;
515
+ wait_for_assign2: string;
516
+ wait_for_assign3: string;
517
+ create_submit: string;
518
+ cancel_submit: string;
519
+ assign: string;
520
+ re_create: string;
521
+ add_group: string;
522
+ start: string;
523
+ stop: string;
524
+ move_to: string;
525
+ change_to: string;
526
+ group_label: string;
527
+ rename: string;
528
+ remove: string;
529
+ not_grouped: string;
530
+ confirm_invite_teacher_content: string;
531
+ confirm_invite_student_btn_ok: string;
532
+ confirm_invite_student_btn_cancel: string;
533
+ confirm_ask_for_help_absent_content: string;
534
+ confirm_ask_for_help_btn_cancel: string;
535
+ already_in_room: string;
536
+ not_accepted: string;
537
+ joined: string;
538
+ student: string;
539
+ broadcast_message: string;
540
+ send: string;
541
+ cancel: string;
542
+ broadcast_message_success: string;
543
+ broadcast_message_cannot_be_empty: string;
544
+ group_is_full: string;
545
+ confirm_stop_group_title: string;
546
+ confirm_stop_group_content: string;
547
+ confirm_stop_group_sure: string;
548
+ confirm_delete_group_title: string;
549
+ confirm_delete_group_content: string;
550
+ confirm_join_group_title: string;
551
+ confirm_join_group_content: string;
552
+ send_to_all_placeholder: string;
553
+ create_group: string;
554
+ group_number: string;
555
+ group_type: string;
556
+ group_tips: string;
557
+ user_panel_empty: string;
558
+ group_current_has_students: string;
559
+ group_current_empty: string;
560
+ };
561
+ /** Breakout Room */
562
+ fcr_group_help_title: string;
563
+ fcr_group_help_content: string;
564
+ fcr_group_help_teacher_busy_msg: string;
565
+ fcr_group_teacher_is_helping_others_msg: string;
566
+ fcr_group_teacher_exist_hint: string;
567
+ fcr_group_invite: string;
568
+ fcr_group_invitation: string;
569
+ fcr_group_button_join: string;
570
+ fcr_group_button_later: string;
571
+ fcr_group_joining: string;
572
+ fcr_group_join: string;
573
+ fcr_group_enter_welcome: string;
574
+ fcr_group_enter_group: string;
575
+ fcr_group_exit_group: string;
576
+ fcr_group_close_group: string;
577
+ fcr_group_invite_back_main_room: string;
578
+ fcr_group_back_main_room: string;
579
+ fcr_group_back_sure: string;
580
+ fcr_group_back_cancel: string;
581
+ fcr_group_back_exit: string;
582
+ fcr_group_back_to_main_room: string;
583
+ fcr_group_exit_room: string;
584
+ fcr_group_student_not_in_room: string;
585
+ fcr_group_sure: string;
586
+ /** Breakout Room */
587
+ /** Remote Control */
588
+ fcr_share_title_teacher: string;
589
+ fcr_share_title_singel_window: string;
590
+ fcr_share_title_full_screen: string;
591
+ fcr_share_title_sound: string;
592
+ fcr_share_title_all_student: string;
593
+ fcr_share_title_any_student: string;
594
+ fcr_share_selected: string;
595
+ fcr_share_sharing: string;
596
+ fcr_share_authorized_control: string;
597
+ fcr_share_forbidden_control: string;
598
+ fcr_share_device_not_support: string;
599
+ fcr_share_Remote_control_disconnected: string;
600
+ fcr_share_reminded_student_agree: string;
601
+ fcr_share_teacher_requesting_share: string;
602
+ fcr_share_stopped_student_share: string;
603
+ fcr_share_no_student: string;
604
+ fcr_share_device_no_support: string;
605
+ fcr_rc_control_bar_allow_student_control: string;
606
+ fcr_rc_control_bar_disallow_student_control: string;
607
+ fcr_share_title_select_window_share: string;
608
+ fcr_share_title_desktop: string;
609
+ fcr_share_title_application: string;
610
+ fcr_share_title_share_window: string;
611
+ fcr_share_button_agree: string;
612
+ agreeToStage: string;
613
+ fcr_share_title_controling: string;
614
+ fcr_share_switch: string;
615
+ fcr_rc_control_anti_virus_software_conflict: string;
616
+ fcr_close: string;
617
+ fcr_online_courseware_label_file_type: string;
618
+ fcr_online_courseware: string;
619
+ fcr_online_courseware_button_upload_online_file: string;
620
+ fcr_online_courseware_button_upload: string;
621
+ fcr_online_courseware_button_close: string;
622
+ fcr_online_courseware_label_link: string;
623
+ fcr_online_courseware_label_file_name: string;
624
+ fcr_online_courseware_label_uploadpage: string;
625
+ fcr_please_input: string;
626
+ fcr_online_courseware_input_content: string;
627
+ fcr_online_courseware_valid_url: string;
628
+ fcr_alert_title: string;
629
+ fcr_alert_submit: string;
630
+ fcr_alert_cancel: string;
631
+ fcr_stage_label_title: string;
632
+ fcr_share_title_share_audio: string;
633
+ /** Remote Control */
634
+ begin_class: string;
635
+ edu_error: {
636
+ '600000': string;
637
+ '600001': string;
638
+ '600002': string;
639
+ '600003': string;
640
+ '600004': string;
641
+ '600005': string;
642
+ '600006': string;
643
+ '600007': string;
644
+ '600008': string;
645
+ '600009': string;
646
+ '600010': string;
647
+ '600011': string;
648
+ '600012': string;
649
+ '600013': string;
650
+ '600014': string;
651
+ '600015': string;
652
+ '600016': string;
653
+ '600017': string;
654
+ '600018': string;
655
+ '600019': string;
656
+ '600020': string;
657
+ '600021': string;
658
+ '600022': string;
659
+ '600023': string;
660
+ '600024': string;
661
+ '600025': string;
662
+ '600026': string;
663
+ '600027': string;
664
+ '600028': string;
665
+ '600029': string;
666
+ '600030': string;
667
+ '600031': string;
668
+ '600032': string;
669
+ '600033': string;
670
+ '600034': string;
671
+ '600035': string;
672
+ '600036': string;
673
+ '600037': string;
674
+ '600038': string;
675
+ '600039': string;
676
+ '600040': string;
677
+ '600041': string;
678
+ '600042': string;
679
+ '600043': string;
680
+ '600044': string;
681
+ '600045': string;
682
+ '600046': string;
683
+ '600047': string;
684
+ '600048': string;
685
+ '600049': string;
686
+ '600050': string;
687
+ '600051': string;
688
+ '600052': string;
689
+ '600053': string;
690
+ '600054': string;
691
+ '600055': string;
692
+ '600056': string;
693
+ '600057': string;
694
+ '600058': string;
695
+ '600059': string;
696
+ '600060': string;
697
+ '600061': string;
698
+ '600062': string;
699
+ '600063': string;
700
+ '600064': string;
701
+ '600065': string;
702
+ '600066': string;
703
+ '600067': string;
704
+ '600068': string;
705
+ '600069': string;
706
+ '600070': string;
707
+ '600071': string;
708
+ '600072': string;
709
+ '600073': string;
710
+ '600074': string;
711
+ '600075': string;
712
+ '600077': string;
713
+ '600078': string;
714
+ '600079': string;
715
+ '600080': string;
716
+ '600090': string;
717
+ '600096': string;
718
+ '600103': string;
719
+ };
720
+ edu_serv_error: {
721
+ '20400200': string;
722
+ '20400300': string;
723
+ '20401000': string;
724
+ '20401001': string;
725
+ '20403001': string;
726
+ '20403002': string;
727
+ '20404000': string;
728
+ '20404100': string;
729
+ '20410101': string;
730
+ '20404200': string;
731
+ '20404300': string;
732
+ '20404400': string;
733
+ '20409000': string;
734
+ '20409100': string;
735
+ '20409300': string;
736
+ '20410100': string;
737
+ '20410200': string;
738
+ '20500300': string;
739
+ '20500001': string;
740
+ '30403100': string;
741
+ '30400420': string;
742
+ '30403200': string;
743
+ '30404200': string;
744
+ '30409100': string;
745
+ '30409101': string;
746
+ '30409102': string;
747
+ '30409103': string;
748
+ '30409104': string;
749
+ '30409410': string;
750
+ '30409411': string;
751
+ '30400412': string;
752
+ '30500420': string;
753
+ '30409440': string;
754
+ '30409430': string;
755
+ '30404430': string;
756
+ '30404460': string;
757
+ '30404461': string;
758
+ '30409460': string;
759
+ '30404462': string;
760
+ '30410460': string;
761
+ '30429460': string;
762
+ '30429461': string;
763
+ '30409601': string;
764
+ };
765
+ marketing: {
766
+ title: string;
767
+ search: string;
768
+ table: {
769
+ name: string;
770
+ role: string;
771
+ loading: string;
772
+ end: string;
773
+ role_teacher: string;
774
+ role_student: string;
775
+ role_assistant: string;
776
+ role_audience: string;
777
+ };
778
+ footer: {
779
+ discount: string;
780
+ unit: string;
781
+ send: string;
782
+ errorMsg: string;
783
+ };
784
+ receive: {
785
+ ok: string;
786
+ cancel: string;
787
+ title: string;
788
+ context: string;
789
+ coupon: string;
790
+ unit: string;
791
+ };
792
+ send: {
793
+ success: string;
794
+ fail: string;
795
+ };
796
+ };
797
+ invite: {
798
+ title: string;
799
+ clear_podium: string;
800
+ accept_podium: string;
801
+ inviting_podium: string;
802
+ invite_podium: string;
803
+ confirm: {
804
+ title: string;
805
+ content: string;
806
+ ok: string;
807
+ cancel: string;
808
+ auto_cancel_countdown: string;
809
+ };
810
+ };
811
+ vocational: {
812
+ handsUp: string;
813
+ handsUpReviewing: string;
814
+ offPodium: string;
815
+ };
816
+ question: string;
817
+ fcr_copy_title: string;
818
+ fcr_copy_room_name: string;
819
+ fcr_copy_room_id: string;
820
+ fcr_copy_share_link: string;
821
+ fcr_copy_share_link_copy: string;
822
+ fcr_copy_success: string;
823
+ fcr_expansion_screen_button_expansion_screen: string;
824
+ fcr_expansion_screen_button_on: string;
825
+ fcr_expansion_screen_button_down: string;
826
+ fcr_expansion_screen_tips_close_group: string;
827
+ fcr_expansion_screen_tips_close_expansion_screen: string;
828
+ fcr_expansion_screen_tips_teacher_watching: string;
829
+ fcr_expansion_screen_tips_need_invite_student_on_stage: string;
830
+ fcr_expansion_screen_placeholder: string;
831
+ fcr_expansion_screen_tips_student_on_stage: string;
832
+ fcr_H5_status_upcoming: string;
833
+ fcr_H5_tips_chat_book: string;
834
+ fcr_h5_label_gotit: string;
835
+ fcr_H5_tips_chat_pollclosed: string;
836
+ fcr_H5_tips_chat_pollopened: string;
837
+ fcr_H5_click_to_play: string;
838
+ fcr_home_status_teacher_leave: string;
839
+ fcr_failed_converting: string;
840
+ fcr_raisehand_label_choose_interaction_mode: string;
841
+ at_least_one_device_required: string;
842
+ fcr_raisehand_button_mute: string;
843
+ fcr_raisehand_button_unmute: string;
844
+ fcr_raisehand_button_start_video: string;
845
+ fcr_raisehand_button_stop_video: string;
846
+ fcr_raisehand_button_switch: string;
847
+ fcr_raisehand_button_request_interaction: string;
848
+ request_to_go_on_stage: string;
849
+ fcr_raisehand_button_disconnect_interaction: string;
850
+ cancel_stage_request: string;
851
+ leave_stage: string;
852
+ fcr_raisehand_label_waiting_teacher_approve: string;
853
+ stage_request_pending: string;
854
+ fcr_raisehand_label_waiting_interaction: string;
855
+ waiting_for_stage: string;
856
+ fcr_raisehand_label_Interacting: string;
857
+ fcr_raisehand_label_Interacting_now: string;
858
+ invited_to_stage: string;
859
+ fcr_raisehand_tips_interaction_approved: string;
860
+ fcr_raisehand_tips_interaction_denied: string;
861
+ fcr_raisehand_tips_waiting_interaction_close_all: string;
862
+ fcr_raisehand_tips_interaction_disconnected: string;
863
+ fcr_raisehand_tips_not_supported_browser: string;
864
+ teachers_video: string;
865
+ interactive_whiteboard: string;
866
+ on_stage: string;
867
+ chat_room: string;
868
+ online_count: string;
869
+ classroom_loading_resources: string;
870
+ classroom_connecting: string;
871
+ guide: {
872
+ title: string;
873
+ step1: string;
874
+ step1_prefix: string;
875
+ step1_suffix: string;
876
+ step2: string;
877
+ step3: string;
878
+ button_got_it: string;
879
+ button_raise_hand: string;
880
+ };
881
+ teacher_not_here: string;
882
+ };