@cloudflare/realtimekit-ui 0.0.0 → 1.0.0-staging.10

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 (1229) hide show
  1. package/README.md +62 -0
  2. package/dist/browser.js +1 -0
  3. package/dist/cjs/ChatHead-d2f094ec.js +46 -0
  4. package/dist/cjs/ResizeObserver.es-ba961f16.js +930 -0
  5. package/dist/cjs/TextMessage-e9ca06aa.js +69 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/chat-46e7e4fe.js +217 -0
  8. package/dist/cjs/clone-2e9a4cae.js +754 -0
  9. package/dist/cjs/config-dba24e25.js +1183 -0
  10. package/dist/cjs/debounce-6080cc73.js +544 -0
  11. package/dist/cjs/debounce-6dabb441.js +331 -0
  12. package/dist/cjs/file-33e9ed90.js +61 -0
  13. package/dist/cjs/floating-ui.dom.esm-c3c35b98.js +1900 -0
  14. package/dist/cjs/full-screen-de3e9caf.js +55 -0
  15. package/dist/cjs/grid-edc342a7.js +99 -0
  16. package/dist/cjs/hark-c97d0a59.js +301 -0
  17. package/dist/cjs/index-05554ce6.js +2191 -0
  18. package/dist/cjs/index-821d14b7.js +227 -0
  19. package/dist/cjs/index-daae8cee.js +26 -0
  20. package/dist/cjs/index.cjs.js +268 -0
  21. package/dist/cjs/isObjectLike-73d13a39.js +171 -0
  22. package/dist/cjs/keysIn-8bdbe83d.js +1438 -0
  23. package/dist/cjs/loader.cjs.js +15 -0
  24. package/dist/cjs/logger-3df9c75d.js +5 -0
  25. package/dist/cjs/notification-1948ed2f.js +44 -0
  26. package/dist/cjs/realtimekit-ui.cjs.js +25 -0
  27. package/dist/cjs/rtk-ai-toggle.cjs.entry.js +76 -0
  28. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +138 -0
  29. package/dist/cjs/rtk-ai.cjs.entry.js +91 -0
  30. package/dist/cjs/rtk-audio-grid.cjs.entry.js +116 -0
  31. package/dist/cjs/rtk-audio-tile.cjs.entry.js +130 -0
  32. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +501 -0
  33. package/dist/cjs/rtk-avatar_54.cjs.entry.js +6378 -0
  34. package/dist/cjs/rtk-breakout-rooms-toggle.cjs.entry.js +86 -0
  35. package/dist/cjs/rtk-camera-selector_2.cjs.entry.js +281 -0
  36. package/dist/cjs/rtk-camera-toggle.cjs.entry.js +186 -0
  37. package/dist/cjs/rtk-caption-toggle.cjs.entry.js +84 -0
  38. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +147 -0
  39. package/dist/cjs/rtk-chat-composer-ui.cjs.entry.js +315 -0
  40. package/dist/cjs/rtk-chat-selector-ui.cjs.entry.js +78 -0
  41. package/dist/cjs/rtk-chat-toggle.cjs.entry.js +138 -0
  42. package/dist/cjs/rtk-clock.cjs.entry.js +98 -0
  43. package/dist/cjs/rtk-controlbar-button.cjs.entry.js +49 -0
  44. package/dist/cjs/rtk-controlbar.cjs.entry.js +66 -0
  45. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +61 -0
  46. package/dist/cjs/rtk-ended-screen.cjs.entry.js +109 -0
  47. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +60 -0
  48. package/dist/cjs/rtk-fullscreen-toggle.cjs.entry.js +86 -0
  49. package/dist/cjs/rtk-grid-pagination.cjs.entry.js +159 -0
  50. package/dist/cjs/rtk-grid.cjs.entry.js +362 -0
  51. package/dist/cjs/rtk-header.cjs.entry.js +66 -0
  52. package/dist/cjs/rtk-idle-screen.cjs.entry.js +47 -0
  53. package/dist/cjs/rtk-image-viewer.cjs.entry.js +62 -0
  54. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +37 -0
  55. package/dist/cjs/rtk-leave-button.cjs.entry.js +52 -0
  56. package/dist/cjs/rtk-livestream-indicator_3.cjs.entry.js +29148 -0
  57. package/dist/cjs/rtk-livestream-toggle.cjs.entry.js +142 -0
  58. package/dist/cjs/rtk-meeting-title.cjs.entry.js +49 -0
  59. package/dist/cjs/rtk-message-list-view.cjs.entry.js +285 -0
  60. package/dist/cjs/rtk-mic-toggle.cjs.entry.js +184 -0
  61. package/dist/cjs/rtk-mixed-grid.cjs.entry.js +226 -0
  62. package/dist/cjs/rtk-more-toggle.cjs.entry.js +77 -0
  63. package/dist/cjs/rtk-mute-all-button.cjs.entry.js +79 -0
  64. package/dist/cjs/rtk-name-tag.cjs.entry.js +72 -0
  65. package/dist/cjs/rtk-network-indicator.cjs.entry.js +86 -0
  66. package/dist/cjs/rtk-participant-count.cjs.entry.js +91 -0
  67. package/dist/cjs/rtk-participant-setup.cjs.entry.js +118 -0
  68. package/dist/cjs/rtk-participant_2.cjs.entry.js +419 -0
  69. package/dist/cjs/rtk-participants-audio.cjs.entry.js +207 -0
  70. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +467 -0
  71. package/dist/cjs/rtk-participants-toggle.cjs.entry.js +150 -0
  72. package/dist/cjs/rtk-participants.cjs.entry.js +190 -0
  73. package/dist/cjs/rtk-pip-toggle.cjs.entry.js +88 -0
  74. package/dist/cjs/rtk-plugin-main_2.cjs.entry.js +196 -0
  75. package/dist/cjs/rtk-plugins-toggle.cjs.entry.js +106 -0
  76. package/dist/cjs/rtk-plugins_2.cjs.entry.js +181 -0
  77. package/dist/cjs/rtk-poll_2.cjs.entry.js +142 -0
  78. package/dist/cjs/rtk-polls-toggle.cjs.entry.js +117 -0
  79. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +70 -0
  80. package/dist/cjs/rtk-recording-toggle.cjs.entry.js +162 -0
  81. package/dist/cjs/rtk-screen-share-toggle.cjs.entry.js +266 -0
  82. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +149 -0
  83. package/dist/cjs/rtk-settings-audio_2.cjs.entry.js +150 -0
  84. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +57 -0
  85. package/dist/cjs/rtk-settings.cjs.entry.js +124 -0
  86. package/dist/cjs/rtk-setup-screen.cjs.entry.js +120 -0
  87. package/dist/cjs/rtk-sidebar-ui.cjs.entry.js +80 -0
  88. package/dist/cjs/rtk-sidebar.cjs.entry.js +151 -0
  89. package/dist/cjs/rtk-simple-grid.cjs.entry.js +118 -0
  90. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +107 -0
  91. package/dist/cjs/rtk-spotlight-indicator.cjs.entry.js +85 -0
  92. package/dist/cjs/rtk-stage-toggle.cjs.entry.js +147 -0
  93. package/dist/cjs/rtk-stage.cjs.entry.js +43 -0
  94. package/dist/cjs/rtk-transcript.cjs.entry.js +58 -0
  95. package/dist/cjs/rtk-transcripts.cjs.entry.js +167 -0
  96. package/dist/cjs/rtk-ui-provider.cjs.entry.js +168 -0
  97. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +47 -0
  98. package/dist/cjs/scroll-c6404609.js +15 -0
  99. package/dist/cjs/sidebar-a3c87828.js +50 -0
  100. package/dist/cjs/size-2a406e36.js +28 -0
  101. package/dist/cjs/string-a410fab6.js +64 -0
  102. package/dist/cjs/ui-store-3ddce955.js +1608 -0
  103. package/dist/collection/collection-manifest.json +149 -0
  104. package/dist/collection/components/rtk-ai/rtk-ai.css +69 -0
  105. package/dist/collection/components/rtk-ai/rtk-ai.js +292 -0
  106. package/dist/collection/components/rtk-ai-toggle/rtk-ai-toggle.css +8 -0
  107. package/dist/collection/components/rtk-ai-toggle/rtk-ai-toggle.js +257 -0
  108. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.css +139 -0
  109. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +221 -0
  110. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.css +102 -0
  111. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +292 -0
  112. package/dist/collection/components/rtk-audio-tile/rtk-audio-tile.css +118 -0
  113. package/dist/collection/components/rtk-audio-tile/rtk-audio-tile.js +308 -0
  114. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.css +46 -0
  115. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.js +324 -0
  116. package/dist/collection/components/rtk-avatar/rtk-avatar.css +117 -0
  117. package/dist/collection/components/rtk-avatar/rtk-avatar.js +202 -0
  118. package/dist/collection/components/rtk-breakout-room-manager/rtk-breakout-room-manager.css +272 -0
  119. package/dist/collection/components/rtk-breakout-room-manager/rtk-breakout-room-manager.js +509 -0
  120. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.css +269 -0
  121. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +305 -0
  122. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.css +17 -0
  123. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.js +273 -0
  124. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.css +379 -0
  125. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.js +481 -0
  126. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.css +111 -0
  127. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +198 -0
  128. package/dist/collection/components/rtk-button/rtk-button.css +185 -0
  129. package/dist/collection/components/rtk-button/rtk-button.js +198 -0
  130. package/dist/collection/components/rtk-camera-selector/rtk-camera-selector.css +146 -0
  131. package/dist/collection/components/rtk-camera-selector/rtk-camera-selector.js +263 -0
  132. package/dist/collection/components/rtk-camera-toggle/rtk-camera-toggle.css +22 -0
  133. package/dist/collection/components/rtk-camera-toggle/rtk-camera-toggle.js +350 -0
  134. package/dist/collection/components/rtk-caption-toggle/rtk-caption-toggle.css +17 -0
  135. package/dist/collection/components/rtk-caption-toggle/rtk-caption-toggle.js +289 -0
  136. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.css +210 -0
  137. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +287 -0
  138. package/dist/collection/components/rtk-channel-details/rtk-channel-details.css +93 -0
  139. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +148 -0
  140. package/dist/collection/components/rtk-channel-header/rtk-channel-header.css +99 -0
  141. package/dist/collection/components/rtk-channel-header/rtk-channel-header.js +255 -0
  142. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.css +330 -0
  143. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +283 -0
  144. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +306 -0
  145. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +341 -0
  146. package/dist/collection/components/rtk-chat/components/ChatHead.js +6 -0
  147. package/dist/collection/components/rtk-chat/rtk-chat.css +224 -0
  148. package/dist/collection/components/rtk-chat/rtk-chat.js +866 -0
  149. package/dist/collection/components/rtk-chat-composer-ui/rtk-chat-composer-ui.css +304 -0
  150. package/dist/collection/components/rtk-chat-composer-ui/rtk-chat-composer-ui.js +583 -0
  151. package/dist/collection/components/rtk-chat-composer-view/rtk-chat-composer-view.css +111 -0
  152. package/dist/collection/components/rtk-chat-composer-view/rtk-chat-composer-view.js +535 -0
  153. package/dist/collection/components/rtk-chat-message/rtk-chat-message.css +428 -0
  154. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +569 -0
  155. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.css +191 -0
  156. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +420 -0
  157. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.css +7 -0
  158. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +465 -0
  159. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.css +22 -0
  160. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +170 -0
  161. package/dist/collection/components/rtk-chat-selector-ui/rtk-chat-selector-ui.css +219 -0
  162. package/dist/collection/components/rtk-chat-selector-ui/rtk-chat-selector-ui.js +245 -0
  163. package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.css +65 -0
  164. package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.js +338 -0
  165. package/dist/collection/components/rtk-clock/rtk-clock.css +46 -0
  166. package/dist/collection/components/rtk-clock/rtk-clock.js +163 -0
  167. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.css +68 -0
  168. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +198 -0
  169. package/dist/collection/components/rtk-controlbar/rtk-controlbar.css +32 -0
  170. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +259 -0
  171. package/dist/collection/components/rtk-controlbar-button/rtk-controlbar-button.css +187 -0
  172. package/dist/collection/components/rtk-controlbar-button/rtk-controlbar-button.js +248 -0
  173. package/dist/collection/components/rtk-counter/rtk-counter.css +64 -0
  174. package/dist/collection/components/rtk-counter/rtk-counter.js +219 -0
  175. package/dist/collection/components/rtk-debugger/rtk-debugger.css +262 -0
  176. package/dist/collection/components/rtk-debugger/rtk-debugger.js +271 -0
  177. package/dist/collection/components/rtk-debugger-audio/rtk-debugger-audio.css +180 -0
  178. package/dist/collection/components/rtk-debugger-audio/rtk-debugger-audio.js +294 -0
  179. package/dist/collection/components/rtk-debugger-screenshare/rtk-debugger-screenshare.css +175 -0
  180. package/dist/collection/components/rtk-debugger-screenshare/rtk-debugger-screenshare.js +339 -0
  181. package/dist/collection/components/rtk-debugger-system/rtk-debugger-system.css +176 -0
  182. package/dist/collection/components/rtk-debugger-system/rtk-debugger-system.js +260 -0
  183. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.css +17 -0
  184. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +234 -0
  185. package/dist/collection/components/rtk-debugger-video/rtk-debugger-video.css +180 -0
  186. package/dist/collection/components/rtk-debugger-video/rtk-debugger-video.js +306 -0
  187. package/dist/collection/components/rtk-dialog/rtk-dialog.css +47 -0
  188. package/dist/collection/components/rtk-dialog/rtk-dialog.js +322 -0
  189. package/dist/collection/components/rtk-dialog-manager/rtk-dialog-manager.css +17 -0
  190. package/dist/collection/components/rtk-dialog-manager/rtk-dialog-manager.js +343 -0
  191. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.css +81 -0
  192. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +180 -0
  193. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.css +141 -0
  194. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +192 -0
  195. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.css +3 -0
  196. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +113 -0
  197. package/dist/collection/components/rtk-ended-screen/rtk-ended-screen.css +80 -0
  198. package/dist/collection/components/rtk-ended-screen/rtk-ended-screen.js +270 -0
  199. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.css +20 -0
  200. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +162 -0
  201. package/dist/collection/components/rtk-file-message/rtk-file-message.js +186 -0
  202. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.css +76 -0
  203. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +127 -0
  204. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.css +3 -0
  205. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +206 -0
  206. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.css +22 -0
  207. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.js +268 -0
  208. package/dist/collection/components/rtk-grid/rtk-grid.css +122 -0
  209. package/dist/collection/components/rtk-grid/rtk-grid.js +678 -0
  210. package/dist/collection/components/rtk-grid-pagination/rtk-grid-pagination.css +174 -0
  211. package/dist/collection/components/rtk-grid-pagination/rtk-grid-pagination.js +327 -0
  212. package/dist/collection/components/rtk-header/rtk-header.css +35 -0
  213. package/dist/collection/components/rtk-header/rtk-header.js +259 -0
  214. package/dist/collection/components/rtk-icon/rtk-icon.css +73 -0
  215. package/dist/collection/components/rtk-icon/rtk-icon.js +124 -0
  216. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.css +40 -0
  217. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +152 -0
  218. package/dist/collection/components/rtk-image-message/rtk-image-message.css +21 -0
  219. package/dist/collection/components/rtk-image-message/rtk-image-message.js +235 -0
  220. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.css +117 -0
  221. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +152 -0
  222. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.css +99 -0
  223. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +183 -0
  224. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.css +41 -0
  225. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +65 -0
  226. package/dist/collection/components/rtk-join-stage/rtk-join-stage.css +131 -0
  227. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +310 -0
  228. package/dist/collection/components/rtk-leave-button/rtk-leave-button.css +17 -0
  229. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +182 -0
  230. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.css +75 -0
  231. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +239 -0
  232. package/dist/collection/components/rtk-livestream-indicator/rtk-livestream-indicator.css +65 -0
  233. package/dist/collection/components/rtk-livestream-indicator/rtk-livestream-indicator.js +180 -0
  234. package/dist/collection/components/rtk-livestream-player/rtk-livestream-player.css +177 -0
  235. package/dist/collection/components/rtk-livestream-player/rtk-livestream-player.js +485 -0
  236. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.css +22 -0
  237. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.js +315 -0
  238. package/dist/collection/components/rtk-logo/rtk-logo.css +34 -0
  239. package/dist/collection/components/rtk-logo/rtk-logo.js +177 -0
  240. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.css +44 -0
  241. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +136 -0
  242. package/dist/collection/components/rtk-meeting/rtk-meeting.css +43 -0
  243. package/dist/collection/components/rtk-meeting/rtk-meeting.js +520 -0
  244. package/dist/collection/components/rtk-meeting-title/rtk-meeting-title.css +38 -0
  245. package/dist/collection/components/rtk-meeting-title/rtk-meeting-title.js +128 -0
  246. package/dist/collection/components/rtk-menu/rtk-menu.css +25 -0
  247. package/dist/collection/components/rtk-menu/rtk-menu.js +217 -0
  248. package/dist/collection/components/rtk-menu-item/rtk-menu-item.css +46 -0
  249. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +130 -0
  250. package/dist/collection/components/rtk-menu-list/rtk-menu-list.css +30 -0
  251. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +100 -0
  252. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.css +68 -0
  253. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +439 -0
  254. package/dist/collection/components/rtk-message-view/rtk-message-view.css +169 -0
  255. package/dist/collection/components/rtk-message-view/rtk-message-view.js +283 -0
  256. package/dist/collection/components/rtk-mic-toggle/rtk-mic-toggle.css +27 -0
  257. package/dist/collection/components/rtk-mic-toggle/rtk-mic-toggle.js +348 -0
  258. package/dist/collection/components/rtk-microphone-selector/rtk-microphone-selector.css +146 -0
  259. package/dist/collection/components/rtk-microphone-selector/rtk-microphone-selector.js +276 -0
  260. package/dist/collection/components/rtk-mixed-grid/rtk-mixed-grid.css +257 -0
  261. package/dist/collection/components/rtk-mixed-grid/rtk-mixed-grid.js +577 -0
  262. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.css +61 -0
  263. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +210 -0
  264. package/dist/collection/components/rtk-mute-all-button/rtk-mute-all-button.css +17 -0
  265. package/dist/collection/components/rtk-mute-all-button/rtk-mute-all-button.js +237 -0
  266. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.css +74 -0
  267. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +185 -0
  268. package/dist/collection/components/rtk-name-tag/rtk-name-tag.css +55 -0
  269. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +253 -0
  270. package/dist/collection/components/rtk-network-indicator/rtk-network-indicator.css +68 -0
  271. package/dist/collection/components/rtk-network-indicator/rtk-network-indicator.js +213 -0
  272. package/dist/collection/components/rtk-notification/rtk-notification.css +161 -0
  273. package/dist/collection/components/rtk-notification/rtk-notification.js +226 -0
  274. package/dist/collection/components/rtk-notifications/rtk-notifications.css +30 -0
  275. package/dist/collection/components/rtk-notifications/rtk-notifications.js +736 -0
  276. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.css +41 -0
  277. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +181 -0
  278. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.css +337 -0
  279. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +591 -0
  280. package/dist/collection/components/rtk-participant/rtk-participant.css +91 -0
  281. package/dist/collection/components/rtk-participant/rtk-participant.js +503 -0
  282. package/dist/collection/components/rtk-participant-count/rtk-participant-count.css +42 -0
  283. package/dist/collection/components/rtk-participant-count/rtk-participant-count.js +205 -0
  284. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.css +111 -0
  285. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +338 -0
  286. package/dist/collection/components/rtk-participant-tile/rtk-participant-tile.css +283 -0
  287. package/dist/collection/components/rtk-participant-tile/rtk-participant-tile.js +464 -0
  288. package/dist/collection/components/rtk-participants/rtk-participants.css +127 -0
  289. package/dist/collection/components/rtk-participants/rtk-participants.js +404 -0
  290. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.css +46 -0
  291. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +282 -0
  292. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.css +61 -0
  293. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +364 -0
  294. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.css +116 -0
  295. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.js +286 -0
  296. package/dist/collection/components/rtk-participants-toggle/rtk-participants-toggle.css +50 -0
  297. package/dist/collection/components/rtk-participants-toggle/rtk-participants-toggle.js +348 -0
  298. package/dist/collection/components/rtk-participants-viewer-list/rtk-participants-viewer-list.css +58 -0
  299. package/dist/collection/components/rtk-participants-viewer-list/rtk-participants-viewer-list.js +326 -0
  300. package/dist/collection/components/rtk-participants-waiting-list/rtk-participants-waiting-list.css +107 -0
  301. package/dist/collection/components/rtk-participants-waiting-list/rtk-participants-waiting-list.js +263 -0
  302. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.css +110 -0
  303. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +325 -0
  304. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.css +22 -0
  305. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.js +293 -0
  306. package/dist/collection/components/rtk-plugin-main/rtk-plugin-main.css +89 -0
  307. package/dist/collection/components/rtk-plugin-main/rtk-plugin-main.js +232 -0
  308. package/dist/collection/components/rtk-plugins/rtk-plugins.css +105 -0
  309. package/dist/collection/components/rtk-plugins/rtk-plugins.js +251 -0
  310. package/dist/collection/components/rtk-plugins-toggle/rtk-plugins-toggle.css +22 -0
  311. package/dist/collection/components/rtk-plugins-toggle/rtk-plugins-toggle.js +301 -0
  312. package/dist/collection/components/rtk-poll/rtk-poll.css +153 -0
  313. package/dist/collection/components/rtk-poll/rtk-poll.js +202 -0
  314. package/dist/collection/components/rtk-poll-form/rtk-poll-form.css +121 -0
  315. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +175 -0
  316. package/dist/collection/components/rtk-polls/rtk-polls.css +69 -0
  317. package/dist/collection/components/rtk-polls/rtk-polls.js +242 -0
  318. package/dist/collection/components/rtk-polls-toggle/rtk-polls-toggle.css +51 -0
  319. package/dist/collection/components/rtk-polls-toggle/rtk-polls-toggle.js +315 -0
  320. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.css +63 -0
  321. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +184 -0
  322. package/dist/collection/components/rtk-recording-toggle/rtk-recording-toggle.css +17 -0
  323. package/dist/collection/components/rtk-recording-toggle/rtk-recording-toggle.js +342 -0
  324. package/dist/collection/components/rtk-screen-share-toggle/rtk-screen-share-toggle.css +22 -0
  325. package/dist/collection/components/rtk-screen-share-toggle/rtk-screen-share-toggle.js +470 -0
  326. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.css +294 -0
  327. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +394 -0
  328. package/dist/collection/components/rtk-settings/rtk-settings.css +241 -0
  329. package/dist/collection/components/rtk-settings/rtk-settings.js +286 -0
  330. package/dist/collection/components/rtk-settings-audio/rtk-settings-audio.css +59 -0
  331. package/dist/collection/components/rtk-settings-audio/rtk-settings-audio.js +230 -0
  332. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.css +17 -0
  333. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +216 -0
  334. package/dist/collection/components/rtk-settings-video/rtk-settings-video.css +135 -0
  335. package/dist/collection/components/rtk-settings-video/rtk-settings-video.js +256 -0
  336. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.css +175 -0
  337. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.js +309 -0
  338. package/dist/collection/components/rtk-sidebar/rtk-sidebar.css +65 -0
  339. package/dist/collection/components/rtk-sidebar/rtk-sidebar.js +417 -0
  340. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.css +135 -0
  341. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.js +289 -0
  342. package/dist/collection/components/rtk-simple-grid/rtk-simple-grid.css +20 -0
  343. package/dist/collection/components/rtk-simple-grid/rtk-simple-grid.js +343 -0
  344. package/dist/collection/components/rtk-speaker-selector/rtk-speaker-selector.css +144 -0
  345. package/dist/collection/components/rtk-speaker-selector/rtk-speaker-selector.js +299 -0
  346. package/dist/collection/components/rtk-spinner/rtk-spinner.css +52 -0
  347. package/dist/collection/components/rtk-spinner/rtk-spinner.js +99 -0
  348. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.css +88 -0
  349. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +402 -0
  350. package/dist/collection/components/rtk-spotlight-indicator/rtk-spotlight-indicator.css +102 -0
  351. package/dist/collection/components/rtk-spotlight-indicator/rtk-spotlight-indicator.js +195 -0
  352. package/dist/collection/components/rtk-stage/rtk-stage.css +19 -0
  353. package/dist/collection/components/rtk-stage/rtk-stage.js +125 -0
  354. package/dist/collection/components/rtk-stage-toggle/rtk-stage-toggle.css +22 -0
  355. package/dist/collection/components/rtk-stage-toggle/rtk-stage-toggle.js +321 -0
  356. package/dist/collection/components/rtk-switch/rtk-switch.css +51 -0
  357. package/dist/collection/components/rtk-switch/rtk-switch.js +211 -0
  358. package/dist/collection/components/rtk-tab-bar/rtk-tab-bar.css +194 -0
  359. package/dist/collection/components/rtk-tab-bar/rtk-tab-bar.js +330 -0
  360. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.css +81 -0
  361. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +316 -0
  362. package/dist/collection/components/rtk-text-message/components/TextMessage.js +62 -0
  363. package/dist/collection/components/rtk-text-message/rtk-text-message.js +185 -0
  364. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.css +25 -0
  365. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +68 -0
  366. package/dist/collection/components/rtk-tooltip/rtk-tooltip.css +67 -0
  367. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +349 -0
  368. package/dist/collection/components/rtk-transcript/rtk-transcript.css +96 -0
  369. package/dist/collection/components/rtk-transcript/rtk-transcript.js +140 -0
  370. package/dist/collection/components/rtk-transcripts/rtk-transcripts.css +32 -0
  371. package/dist/collection/components/rtk-transcripts/rtk-transcripts.js +281 -0
  372. package/dist/collection/components/rtk-ui-provider/rtk-ui-provider.css +5 -0
  373. package/dist/collection/components/rtk-ui-provider/rtk-ui-provider.js +374 -0
  374. package/dist/collection/components/rtk-viewer-count/rtk-viewer-count.css +61 -0
  375. package/dist/collection/components/rtk-viewer-count/rtk-viewer-count.js +191 -0
  376. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.css +4 -0
  377. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +264 -0
  378. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.css +45 -0
  379. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +148 -0
  380. package/dist/collection/exports.js +16 -0
  381. package/dist/collection/index.js +2 -0
  382. package/dist/collection/lib/addons/index.js +19 -0
  383. package/dist/collection/lib/audio.js +54 -0
  384. package/dist/collection/lib/builder/index.js +203 -0
  385. package/dist/collection/lib/default-ui-config.js +324 -0
  386. package/dist/collection/lib/grid.js +94 -0
  387. package/dist/collection/lib/icons/default-icon-pack.js +87 -0
  388. package/dist/collection/lib/icons/index.js +20 -0
  389. package/dist/collection/lib/lang/default-language.js +415 -0
  390. package/dist/collection/lib/lang/index.js +17 -0
  391. package/dist/collection/lib/notification.js +39 -0
  392. package/dist/collection/lib/render/index.js +97 -0
  393. package/dist/collection/lib/render/utils.js +115 -0
  394. package/dist/collection/lib/visualizer.js +42 -0
  395. package/dist/collection/theme/colors.js +130 -0
  396. package/dist/collection/theme/index.js +65 -0
  397. package/dist/collection/theme/presets/border.js +46 -0
  398. package/dist/collection/theme/presets/themes.js +35 -0
  399. package/dist/collection/theme/space.js +17 -0
  400. package/dist/collection/theme/tests/space.spec.js +17 -0
  401. package/dist/collection/types/floating-ui.js +1 -0
  402. package/dist/collection/types/props.js +1 -0
  403. package/dist/collection/types/rtk-ai.js +1 -0
  404. package/dist/collection/types/rtk-client.js +10 -0
  405. package/dist/collection/types/ui-config/config.js +35 -0
  406. package/dist/collection/types/ui-config/design-tokens.js +1 -0
  407. package/dist/collection/types/ui-config/index.js +1 -0
  408. package/dist/collection/types/ui-config/root.js +1 -0
  409. package/dist/collection/utils/assets.js +13 -0
  410. package/dist/collection/utils/breakout-rooms-manager.js +299 -0
  411. package/dist/collection/utils/breakout-rooms.js +69 -0
  412. package/dist/collection/utils/chat.js +198 -0
  413. package/dist/collection/utils/clone.js +7 -0
  414. package/dist/collection/utils/color.js +175 -0
  415. package/dist/collection/utils/config.js +359 -0
  416. package/dist/collection/utils/date.js +30 -0
  417. package/dist/collection/utils/debugger-utils.js +83 -0
  418. package/dist/collection/utils/file.js +54 -0
  419. package/dist/collection/utils/flags.js +24 -0
  420. package/dist/collection/utils/full-screen.js +48 -0
  421. package/dist/collection/utils/graceful-storage.js +18 -0
  422. package/dist/collection/utils/livestream.js +100 -0
  423. package/dist/collection/utils/logger.js +1 -0
  424. package/dist/collection/utils/notification.js +15 -0
  425. package/dist/collection/utils/provide-design-system.js +114 -0
  426. package/dist/collection/utils/scroll.js +11 -0
  427. package/dist/collection/utils/sidebar.js +42 -0
  428. package/dist/collection/utils/size.js +14 -0
  429. package/dist/collection/utils/stage.js +9 -0
  430. package/dist/collection/utils/string.js +56 -0
  431. package/dist/collection/utils/sync-with-store/index.js +21 -0
  432. package/dist/collection/utils/sync-with-store/ui-store.js +56 -0
  433. package/dist/collection/utils/time.js +9 -0
  434. package/dist/collection/utils/troubleshooter.js +469 -0
  435. package/dist/collection/utils/user-prefs.js +20 -0
  436. package/dist/components/index.d.ts +33 -0
  437. package/dist/components/index.js +246 -0
  438. package/dist/components/p-02f19345.js +50 -0
  439. package/dist/components/p-0752f2ba.js +13 -0
  440. package/dist/components/p-0a9d8224.js +168 -0
  441. package/dist/components/p-0abe4b8a.js +200 -0
  442. package/dist/components/p-0c4a1808.js +305 -0
  443. package/dist/components/p-0c94b402.js +309 -0
  444. package/dist/components/p-0e02697c.js +85 -0
  445. package/dist/components/p-0ea515b2.js +108 -0
  446. package/dist/components/p-0eab3933.js +97 -0
  447. package/dist/components/p-10182034.js +61 -0
  448. package/dist/components/p-10759cad.js +95 -0
  449. package/dist/components/p-135d5d2f.js +82 -0
  450. package/dist/components/p-1a546cf4.js +628 -0
  451. package/dist/components/p-24e9b37b.js +157 -0
  452. package/dist/components/p-24ffce5a.js +227 -0
  453. package/dist/components/p-260b86da.js +131 -0
  454. package/dist/components/p-2c3cda13.js +164 -0
  455. package/dist/components/p-2ecf028f.js +168 -0
  456. package/dist/components/p-2f2fb96d.js +62 -0
  457. package/dist/components/p-31964573.js +1892 -0
  458. package/dist/components/p-31a1dc4d.js +159 -0
  459. package/dist/components/p-31ce3b90.js +182 -0
  460. package/dist/components/p-32d788e7.js +149 -0
  461. package/dist/components/p-3358d7dc.js +108 -0
  462. package/dist/components/p-338c7261.js +58 -0
  463. package/dist/components/p-35d6211b.js +81 -0
  464. package/dist/components/p-382270d8.js +32 -0
  465. package/dist/components/p-3d845f44.js +131 -0
  466. package/dist/components/p-3f882e7c.js +299 -0
  467. package/dist/components/p-406292be.js +68 -0
  468. package/dist/components/p-4096426e.js +92 -0
  469. package/dist/components/p-4307888c.js +96 -0
  470. package/dist/components/p-4608147b.js +105 -0
  471. package/dist/components/p-46690510.js +157 -0
  472. package/dist/components/p-46923b34.js +1409 -0
  473. package/dist/components/p-4880c342.js +148 -0
  474. package/dist/components/p-4a436e2d.js +1178 -0
  475. package/dist/components/p-4cc0e9a5.js +64 -0
  476. package/dist/components/p-4cedc9e8.js +105 -0
  477. package/dist/components/p-4e3d7f9d.js +95 -0
  478. package/dist/components/p-50ecaaf1.js +42 -0
  479. package/dist/components/p-55598b38.js +76 -0
  480. package/dist/components/p-5605a420.js +3 -0
  481. package/dist/components/p-563bc723.js +156 -0
  482. package/dist/components/p-59ea0ce1.js +116 -0
  483. package/dist/components/p-59fb6900.js +204 -0
  484. package/dist/components/p-5c3d1c4f.js +148 -0
  485. package/dist/components/p-5ffcbba3.js +95 -0
  486. package/dist/components/p-606ca241.js +119 -0
  487. package/dist/components/p-60fdbd75.js +224 -0
  488. package/dist/components/p-62a6b783.js +194 -0
  489. package/dist/components/p-68b6f23b.js +223 -0
  490. package/dist/components/p-6acaa07e.js +83 -0
  491. package/dist/components/p-71e0f6f2.js +79 -0
  492. package/dist/components/p-734a10e4.js +86 -0
  493. package/dist/components/p-7a7d1710.js +134 -0
  494. package/dist/components/p-80bef3b5.js +125 -0
  495. package/dist/components/p-81f4e985.js +63 -0
  496. package/dist/components/p-898da6ae.js +307 -0
  497. package/dist/components/p-8f99c783.js +316 -0
  498. package/dist/components/p-922f201f.js +103 -0
  499. package/dist/components/p-935b5e0f.js +77 -0
  500. package/dist/components/p-965a4bd9.js +101 -0
  501. package/dist/components/p-96be234f.js +26 -0
  502. package/dist/components/p-9c17c7ce.js +93 -0
  503. package/dist/components/p-9cace38c.js +203 -0
  504. package/dist/components/p-9cfe5c7c.js +353 -0
  505. package/dist/components/p-9da5b9d0.js +211 -0
  506. package/dist/components/p-9fc565cf.js +57 -0
  507. package/dist/components/p-a08b5a59.js +329 -0
  508. package/dist/components/p-a24309fd.js +118 -0
  509. package/dist/components/p-a2f4f9e3.js +67 -0
  510. package/dist/components/p-a41e1b94.js +161 -0
  511. package/dist/components/p-a83ccdbd.js +40 -0
  512. package/dist/components/p-aa9ee9a5.js +180 -0
  513. package/dist/components/p-ab87c5be.js +178 -0
  514. package/dist/components/p-ae239151.js +150 -0
  515. package/dist/components/p-b12e5011.js +115 -0
  516. package/dist/components/p-b13ddb7d.js +96 -0
  517. package/dist/components/p-b3537ccc.js +69 -0
  518. package/dist/components/p-b373da43.js +357 -0
  519. package/dist/components/p-b39c779d.js +114 -0
  520. package/dist/components/p-bcb91396.js +43 -0
  521. package/dist/components/p-c11b2f37.js +45 -0
  522. package/dist/components/p-c15d924f.js +752 -0
  523. package/dist/components/p-c2723ebb.js +213 -0
  524. package/dist/components/p-c27c353f.js +128 -0
  525. package/dist/components/p-c3592601.js +1641 -0
  526. package/dist/components/p-c7dcb441.js +57 -0
  527. package/dist/components/p-c939f92d.js +114 -0
  528. package/dist/components/p-cbdd7a99.js +542 -0
  529. package/dist/components/p-cd50770d.js +127 -0
  530. package/dist/components/p-d5791958.js +24 -0
  531. package/dist/components/p-dba3cdd1.js +951 -0
  532. package/dist/components/p-ddf6148a.js +125 -0
  533. package/dist/components/p-e2b78972.js +153 -0
  534. package/dist/components/p-e3b59650.js +155 -0
  535. package/dist/components/p-e3ffbf6c.js +124 -0
  536. package/dist/components/p-e4241aa9.js +29080 -0
  537. package/dist/components/p-e4376670.js +162 -0
  538. package/dist/components/p-e542eda6.js +264 -0
  539. package/dist/components/p-e6d09c50.js +1544 -0
  540. package/dist/components/p-eb10c563.js +390 -0
  541. package/dist/components/p-ece96324.js +107 -0
  542. package/dist/components/p-ef376a73.js +103 -0
  543. package/dist/components/p-f0dfdfea.js +120 -0
  544. package/dist/components/p-f33bb583.js +199 -0
  545. package/dist/components/p-f47d4fe8.js +928 -0
  546. package/dist/components/p-f6046472.js +85 -0
  547. package/dist/components/p-fe278fba.js +215 -0
  548. package/dist/components/p-febe3ebc.js +11 -0
  549. package/dist/components/rtk-ai-toggle.d.ts +11 -0
  550. package/dist/components/rtk-ai-toggle.js +119 -0
  551. package/dist/components/rtk-ai-transcriptions.d.ts +11 -0
  552. package/dist/components/rtk-ai-transcriptions.js +6 -0
  553. package/dist/components/rtk-ai.d.ts +11 -0
  554. package/dist/components/rtk-ai.js +134 -0
  555. package/dist/components/rtk-audio-grid.d.ts +11 -0
  556. package/dist/components/rtk-audio-grid.js +145 -0
  557. package/dist/components/rtk-audio-tile.d.ts +11 -0
  558. package/dist/components/rtk-audio-tile.js +182 -0
  559. package/dist/components/rtk-audio-visualizer.d.ts +11 -0
  560. package/dist/components/rtk-audio-visualizer.js +6 -0
  561. package/dist/components/rtk-avatar.d.ts +11 -0
  562. package/dist/components/rtk-avatar.js +6 -0
  563. package/dist/components/rtk-breakout-room-manager.d.ts +11 -0
  564. package/dist/components/rtk-breakout-room-manager.js +6 -0
  565. package/dist/components/rtk-breakout-room-participants.d.ts +11 -0
  566. package/dist/components/rtk-breakout-room-participants.js +6 -0
  567. package/dist/components/rtk-breakout-rooms-manager.d.ts +11 -0
  568. package/dist/components/rtk-breakout-rooms-manager.js +6 -0
  569. package/dist/components/rtk-breakout-rooms-toggle.d.ts +11 -0
  570. package/dist/components/rtk-breakout-rooms-toggle.js +129 -0
  571. package/dist/components/rtk-broadcast-message-modal.d.ts +11 -0
  572. package/dist/components/rtk-broadcast-message-modal.js +6 -0
  573. package/dist/components/rtk-button.d.ts +11 -0
  574. package/dist/components/rtk-button.js +6 -0
  575. package/dist/components/rtk-camera-selector.d.ts +11 -0
  576. package/dist/components/rtk-camera-selector.js +6 -0
  577. package/dist/components/rtk-camera-toggle.d.ts +11 -0
  578. package/dist/components/rtk-camera-toggle.js +237 -0
  579. package/dist/components/rtk-caption-toggle.d.ts +11 -0
  580. package/dist/components/rtk-caption-toggle.js +129 -0
  581. package/dist/components/rtk-channel-creator.d.ts +11 -0
  582. package/dist/components/rtk-channel-creator.js +6 -0
  583. package/dist/components/rtk-channel-details.d.ts +11 -0
  584. package/dist/components/rtk-channel-details.js +6 -0
  585. package/dist/components/rtk-channel-header.d.ts +11 -0
  586. package/dist/components/rtk-channel-header.js +6 -0
  587. package/dist/components/rtk-channel-selector-ui.d.ts +11 -0
  588. package/dist/components/rtk-channel-selector-ui.js +194 -0
  589. package/dist/components/rtk-channel-selector-view.d.ts +11 -0
  590. package/dist/components/rtk-channel-selector-view.js +6 -0
  591. package/dist/components/rtk-chat-composer-ui.d.ts +11 -0
  592. package/dist/components/rtk-chat-composer-ui.js +383 -0
  593. package/dist/components/rtk-chat-composer-view.d.ts +11 -0
  594. package/dist/components/rtk-chat-composer-view.js +6 -0
  595. package/dist/components/rtk-chat-message.d.ts +11 -0
  596. package/dist/components/rtk-chat-message.js +6 -0
  597. package/dist/components/rtk-chat-messages-ui-paginated.d.ts +11 -0
  598. package/dist/components/rtk-chat-messages-ui-paginated.js +6 -0
  599. package/dist/components/rtk-chat-messages-ui.d.ts +11 -0
  600. package/dist/components/rtk-chat-messages-ui.js +6 -0
  601. package/dist/components/rtk-chat-search-results.d.ts +11 -0
  602. package/dist/components/rtk-chat-search-results.js +6 -0
  603. package/dist/components/rtk-chat-selector-ui.d.ts +11 -0
  604. package/dist/components/rtk-chat-selector-ui.js +108 -0
  605. package/dist/components/rtk-chat-toggle.d.ts +11 -0
  606. package/dist/components/rtk-chat-toggle.js +186 -0
  607. package/dist/components/rtk-chat.d.ts +11 -0
  608. package/dist/components/rtk-chat.js +6 -0
  609. package/dist/components/rtk-clock.d.ts +11 -0
  610. package/dist/components/rtk-clock.js +127 -0
  611. package/dist/components/rtk-confirmation-modal.d.ts +11 -0
  612. package/dist/components/rtk-confirmation-modal.js +6 -0
  613. package/dist/components/rtk-controlbar-button.d.ts +11 -0
  614. package/dist/components/rtk-controlbar-button.js +6 -0
  615. package/dist/components/rtk-controlbar.d.ts +11 -0
  616. package/dist/components/rtk-controlbar.js +91 -0
  617. package/dist/components/rtk-counter.d.ts +11 -0
  618. package/dist/components/rtk-counter.js +6 -0
  619. package/dist/components/rtk-debugger-audio.d.ts +11 -0
  620. package/dist/components/rtk-debugger-audio.js +6 -0
  621. package/dist/components/rtk-debugger-screenshare.d.ts +11 -0
  622. package/dist/components/rtk-debugger-screenshare.js +6 -0
  623. package/dist/components/rtk-debugger-system.d.ts +11 -0
  624. package/dist/components/rtk-debugger-system.js +6 -0
  625. package/dist/components/rtk-debugger-toggle.d.ts +11 -0
  626. package/dist/components/rtk-debugger-toggle.js +101 -0
  627. package/dist/components/rtk-debugger-video.d.ts +11 -0
  628. package/dist/components/rtk-debugger-video.js +6 -0
  629. package/dist/components/rtk-debugger.d.ts +11 -0
  630. package/dist/components/rtk-debugger.js +6 -0
  631. package/dist/components/rtk-dialog-manager.d.ts +11 -0
  632. package/dist/components/rtk-dialog-manager.js +6 -0
  633. package/dist/components/rtk-dialog.d.ts +11 -0
  634. package/dist/components/rtk-dialog.js +6 -0
  635. package/dist/components/rtk-draft-attachment-view.d.ts +11 -0
  636. package/dist/components/rtk-draft-attachment-view.js +6 -0
  637. package/dist/components/rtk-emoji-picker-button.d.ts +11 -0
  638. package/dist/components/rtk-emoji-picker-button.js +6 -0
  639. package/dist/components/rtk-emoji-picker.d.ts +11 -0
  640. package/dist/components/rtk-emoji-picker.js +6 -0
  641. package/dist/components/rtk-ended-screen.d.ts +11 -0
  642. package/dist/components/rtk-ended-screen.js +148 -0
  643. package/dist/components/rtk-file-dropzone.d.ts +11 -0
  644. package/dist/components/rtk-file-dropzone.js +87 -0
  645. package/dist/components/rtk-file-message-view.d.ts +11 -0
  646. package/dist/components/rtk-file-message-view.js +6 -0
  647. package/dist/components/rtk-file-message.d.ts +11 -0
  648. package/dist/components/rtk-file-message.js +6 -0
  649. package/dist/components/rtk-file-picker-button.d.ts +11 -0
  650. package/dist/components/rtk-file-picker-button.js +6 -0
  651. package/dist/components/rtk-fullscreen-toggle.d.ts +11 -0
  652. package/dist/components/rtk-fullscreen-toggle.js +6 -0
  653. package/dist/components/rtk-grid-pagination.d.ts +11 -0
  654. package/dist/components/rtk-grid-pagination.js +207 -0
  655. package/dist/components/rtk-grid.d.ts +11 -0
  656. package/dist/components/rtk-grid.js +454 -0
  657. package/dist/components/rtk-header.d.ts +11 -0
  658. package/dist/components/rtk-header.js +91 -0
  659. package/dist/components/rtk-icon.d.ts +11 -0
  660. package/dist/components/rtk-icon.js +6 -0
  661. package/dist/components/rtk-idle-screen.d.ts +11 -0
  662. package/dist/components/rtk-idle-screen.js +86 -0
  663. package/dist/components/rtk-image-message-view.d.ts +11 -0
  664. package/dist/components/rtk-image-message-view.js +6 -0
  665. package/dist/components/rtk-image-message.d.ts +11 -0
  666. package/dist/components/rtk-image-message.js +6 -0
  667. package/dist/components/rtk-image-viewer.d.ts +11 -0
  668. package/dist/components/rtk-image-viewer.js +94 -0
  669. package/dist/components/rtk-information-tooltip.d.ts +11 -0
  670. package/dist/components/rtk-information-tooltip.js +61 -0
  671. package/dist/components/rtk-join-stage.d.ts +11 -0
  672. package/dist/components/rtk-join-stage.js +6 -0
  673. package/dist/components/rtk-leave-button.d.ts +11 -0
  674. package/dist/components/rtk-leave-button.js +90 -0
  675. package/dist/components/rtk-leave-meeting.d.ts +11 -0
  676. package/dist/components/rtk-leave-meeting.js +6 -0
  677. package/dist/components/rtk-livestream-indicator.d.ts +11 -0
  678. package/dist/components/rtk-livestream-indicator.js +6 -0
  679. package/dist/components/rtk-livestream-player.d.ts +11 -0
  680. package/dist/components/rtk-livestream-player.js +6 -0
  681. package/dist/components/rtk-livestream-toggle.d.ts +11 -0
  682. package/dist/components/rtk-livestream-toggle.js +184 -0
  683. package/dist/components/rtk-logo.d.ts +11 -0
  684. package/dist/components/rtk-logo.js +6 -0
  685. package/dist/components/rtk-markdown-view.d.ts +11 -0
  686. package/dist/components/rtk-markdown-view.js +6 -0
  687. package/dist/components/rtk-meeting-title.d.ts +11 -0
  688. package/dist/components/rtk-meeting-title.js +74 -0
  689. package/dist/components/rtk-meeting.d.ts +11 -0
  690. package/dist/components/rtk-meeting.js +566 -0
  691. package/dist/components/rtk-menu-item.d.ts +11 -0
  692. package/dist/components/rtk-menu-item.js +6 -0
  693. package/dist/components/rtk-menu-list.d.ts +11 -0
  694. package/dist/components/rtk-menu-list.js +6 -0
  695. package/dist/components/rtk-menu.d.ts +11 -0
  696. package/dist/components/rtk-menu.js +6 -0
  697. package/dist/components/rtk-message-list-view.d.ts +11 -0
  698. package/dist/components/rtk-message-list-view.js +324 -0
  699. package/dist/components/rtk-message-view.d.ts +11 -0
  700. package/dist/components/rtk-message-view.js +6 -0
  701. package/dist/components/rtk-mic-toggle.d.ts +11 -0
  702. package/dist/components/rtk-mic-toggle.js +235 -0
  703. package/dist/components/rtk-microphone-selector.d.ts +11 -0
  704. package/dist/components/rtk-microphone-selector.js +6 -0
  705. package/dist/components/rtk-mixed-grid.d.ts +11 -0
  706. package/dist/components/rtk-mixed-grid.js +298 -0
  707. package/dist/components/rtk-more-toggle.d.ts +11 -0
  708. package/dist/components/rtk-more-toggle.js +115 -0
  709. package/dist/components/rtk-mute-all-button.d.ts +11 -0
  710. package/dist/components/rtk-mute-all-button.js +128 -0
  711. package/dist/components/rtk-mute-all-confirmation.d.ts +11 -0
  712. package/dist/components/rtk-mute-all-confirmation.js +6 -0
  713. package/dist/components/rtk-name-tag.d.ts +11 -0
  714. package/dist/components/rtk-name-tag.js +6 -0
  715. package/dist/components/rtk-network-indicator.d.ts +11 -0
  716. package/dist/components/rtk-network-indicator.js +117 -0
  717. package/dist/components/rtk-notification.d.ts +11 -0
  718. package/dist/components/rtk-notification.js +6 -0
  719. package/dist/components/rtk-notifications.d.ts +11 -0
  720. package/dist/components/rtk-notifications.js +6 -0
  721. package/dist/components/rtk-overlay-modal.d.ts +11 -0
  722. package/dist/components/rtk-overlay-modal.js +6 -0
  723. package/dist/components/rtk-paginated-list.d.ts +11 -0
  724. package/dist/components/rtk-paginated-list.js +6 -0
  725. package/dist/components/rtk-participant-count.d.ts +11 -0
  726. package/dist/components/rtk-participant-count.js +121 -0
  727. package/dist/components/rtk-participant-setup.d.ts +11 -0
  728. package/dist/components/rtk-participant-setup.js +149 -0
  729. package/dist/components/rtk-participant-tile.d.ts +11 -0
  730. package/dist/components/rtk-participant-tile.js +6 -0
  731. package/dist/components/rtk-participant.d.ts +11 -0
  732. package/dist/components/rtk-participant.js +6 -0
  733. package/dist/components/rtk-participants-audio.d.ts +11 -0
  734. package/dist/components/rtk-participants-audio.js +248 -0
  735. package/dist/components/rtk-participants-stage-list.d.ts +11 -0
  736. package/dist/components/rtk-participants-stage-list.js +6 -0
  737. package/dist/components/rtk-participants-stage-queue.d.ts +11 -0
  738. package/dist/components/rtk-participants-stage-queue.js +6 -0
  739. package/dist/components/rtk-participants-toggle.d.ts +11 -0
  740. package/dist/components/rtk-participants-toggle.js +199 -0
  741. package/dist/components/rtk-participants-viewer-list.d.ts +11 -0
  742. package/dist/components/rtk-participants-viewer-list.js +6 -0
  743. package/dist/components/rtk-participants-waiting-list.d.ts +11 -0
  744. package/dist/components/rtk-participants-waiting-list.js +6 -0
  745. package/dist/components/rtk-participants.d.ts +11 -0
  746. package/dist/components/rtk-participants.js +304 -0
  747. package/dist/components/rtk-permissions-message.d.ts +11 -0
  748. package/dist/components/rtk-permissions-message.js +6 -0
  749. package/dist/components/rtk-pip-toggle.d.ts +11 -0
  750. package/dist/components/rtk-pip-toggle.js +133 -0
  751. package/dist/components/rtk-plugin-main.d.ts +11 -0
  752. package/dist/components/rtk-plugin-main.js +6 -0
  753. package/dist/components/rtk-plugins-toggle.d.ts +11 -0
  754. package/dist/components/rtk-plugins-toggle.js +152 -0
  755. package/dist/components/rtk-plugins.d.ts +11 -0
  756. package/dist/components/rtk-plugins.js +6 -0
  757. package/dist/components/rtk-poll-form.d.ts +11 -0
  758. package/dist/components/rtk-poll-form.js +6 -0
  759. package/dist/components/rtk-poll.d.ts +11 -0
  760. package/dist/components/rtk-poll.js +6 -0
  761. package/dist/components/rtk-polls-toggle.d.ts +11 -0
  762. package/dist/components/rtk-polls-toggle.js +164 -0
  763. package/dist/components/rtk-polls.d.ts +11 -0
  764. package/dist/components/rtk-polls.js +6 -0
  765. package/dist/components/rtk-recording-indicator.d.ts +11 -0
  766. package/dist/components/rtk-recording-indicator.js +99 -0
  767. package/dist/components/rtk-recording-toggle.d.ts +11 -0
  768. package/dist/components/rtk-recording-toggle.js +206 -0
  769. package/dist/components/rtk-screen-share-toggle.d.ts +11 -0
  770. package/dist/components/rtk-screen-share-toggle.js +321 -0
  771. package/dist/components/rtk-screenshare-view.d.ts +11 -0
  772. package/dist/components/rtk-screenshare-view.js +197 -0
  773. package/dist/components/rtk-settings-audio.d.ts +11 -0
  774. package/dist/components/rtk-settings-audio.js +6 -0
  775. package/dist/components/rtk-settings-toggle.d.ts +11 -0
  776. package/dist/components/rtk-settings-toggle.js +96 -0
  777. package/dist/components/rtk-settings-video.d.ts +11 -0
  778. package/dist/components/rtk-settings-video.js +6 -0
  779. package/dist/components/rtk-settings.d.ts +11 -0
  780. package/dist/components/rtk-settings.js +211 -0
  781. package/dist/components/rtk-setup-screen.d.ts +11 -0
  782. package/dist/components/rtk-setup-screen.js +186 -0
  783. package/dist/components/rtk-sidebar-ui.d.ts +11 -0
  784. package/dist/components/rtk-sidebar-ui.js +6 -0
  785. package/dist/components/rtk-sidebar.d.ts +11 -0
  786. package/dist/components/rtk-sidebar.js +231 -0
  787. package/dist/components/rtk-simple-grid.d.ts +11 -0
  788. package/dist/components/rtk-simple-grid.js +147 -0
  789. package/dist/components/rtk-speaker-selector.d.ts +11 -0
  790. package/dist/components/rtk-speaker-selector.js +6 -0
  791. package/dist/components/rtk-spinner.d.ts +11 -0
  792. package/dist/components/rtk-spinner.js +6 -0
  793. package/dist/components/rtk-spotlight-grid.d.ts +11 -0
  794. package/dist/components/rtk-spotlight-grid.js +135 -0
  795. package/dist/components/rtk-spotlight-indicator.d.ts +11 -0
  796. package/dist/components/rtk-spotlight-indicator.js +6 -0
  797. package/dist/components/rtk-stage-toggle.d.ts +11 -0
  798. package/dist/components/rtk-stage-toggle.js +198 -0
  799. package/dist/components/rtk-stage.d.ts +11 -0
  800. package/dist/components/rtk-stage.js +61 -0
  801. package/dist/components/rtk-switch.d.ts +11 -0
  802. package/dist/components/rtk-switch.js +6 -0
  803. package/dist/components/rtk-tab-bar.d.ts +11 -0
  804. package/dist/components/rtk-tab-bar.js +6 -0
  805. package/dist/components/rtk-text-composer-view.d.ts +11 -0
  806. package/dist/components/rtk-text-composer-view.js +6 -0
  807. package/dist/components/rtk-text-message-view.d.ts +11 -0
  808. package/dist/components/rtk-text-message-view.js +6 -0
  809. package/dist/components/rtk-text-message.d.ts +11 -0
  810. package/dist/components/rtk-text-message.js +6 -0
  811. package/dist/components/rtk-tooltip.d.ts +11 -0
  812. package/dist/components/rtk-tooltip.js +6 -0
  813. package/dist/components/rtk-transcript.d.ts +11 -0
  814. package/dist/components/rtk-transcript.js +6 -0
  815. package/dist/components/rtk-transcripts.d.ts +11 -0
  816. package/dist/components/rtk-transcripts.js +197 -0
  817. package/dist/components/rtk-ui-provider.d.ts +11 -0
  818. package/dist/components/rtk-ui-provider.js +195 -0
  819. package/dist/components/rtk-viewer-count.d.ts +11 -0
  820. package/dist/components/rtk-viewer-count.js +6 -0
  821. package/dist/components/rtk-virtualized-participant-list.d.ts +11 -0
  822. package/dist/components/rtk-virtualized-participant-list.js +6 -0
  823. package/dist/components/rtk-waiting-screen.d.ts +11 -0
  824. package/dist/components/rtk-waiting-screen.js +74 -0
  825. package/dist/docs/docs-components.d.ts +443 -0
  826. package/dist/docs/docs-components.json +239263 -0
  827. package/dist/docs/docs-vscode.json +4429 -0
  828. package/dist/esm/ChatHead-cf7a7e22.js +41 -0
  829. package/dist/esm/ResizeObserver.es-02979d4e.js +928 -0
  830. package/dist/esm/TextMessage-efd224db.js +67 -0
  831. package/dist/esm/app-globals-0f993ce5.js +3 -0
  832. package/dist/esm/chat-c25836b0.js +200 -0
  833. package/dist/esm/clone-acd4af50.js +752 -0
  834. package/dist/esm/config-1ca1ba30.js +1178 -0
  835. package/dist/esm/debounce-0169a54d.js +542 -0
  836. package/dist/esm/debounce-ea0579b2.js +329 -0
  837. package/dist/esm/file-1d408324.js +57 -0
  838. package/dist/esm/floating-ui.dom.esm-cf1488a2.js +1892 -0
  839. package/dist/esm/full-screen-1f58c594.js +50 -0
  840. package/dist/esm/grid-a3ca5a3e.js +96 -0
  841. package/dist/esm/hark-6327d91e.js +299 -0
  842. package/dist/esm/index-6aaa85ca.js +24 -0
  843. package/dist/esm/index-c1fb98bb.js +2158 -0
  844. package/dist/esm/index-d31a2e33.js +224 -0
  845. package/dist/esm/index.js +249 -0
  846. package/dist/esm/isObjectLike-773b9473.js +164 -0
  847. package/dist/esm/keysIn-310f65c1.js +1409 -0
  848. package/dist/esm/loader.js +56266 -0
  849. package/dist/esm/logger-31448943.js +3 -0
  850. package/dist/esm/notification-800f2bcd.js +42 -0
  851. package/dist/esm/realtimekit-ui.js +20 -0
  852. package/dist/esm/rtk-ai-toggle.entry.js +72 -0
  853. package/dist/esm/rtk-ai-transcriptions.entry.js +134 -0
  854. package/dist/esm/rtk-ai.entry.js +87 -0
  855. package/dist/esm/rtk-audio-grid.entry.js +112 -0
  856. package/dist/esm/rtk-audio-tile.entry.js +126 -0
  857. package/dist/esm/rtk-audio-visualizer_4.entry.js +494 -0
  858. package/dist/esm/rtk-avatar_54.entry.js +6321 -0
  859. package/dist/esm/rtk-breakout-rooms-toggle.entry.js +82 -0
  860. package/dist/esm/rtk-camera-selector_2.entry.js +276 -0
  861. package/dist/esm/rtk-camera-toggle.entry.js +182 -0
  862. package/dist/esm/rtk-caption-toggle.entry.js +80 -0
  863. package/dist/esm/rtk-channel-selector-ui.entry.js +143 -0
  864. package/dist/esm/rtk-chat-composer-ui.entry.js +311 -0
  865. package/dist/esm/rtk-chat-selector-ui.entry.js +74 -0
  866. package/dist/esm/rtk-chat-toggle.entry.js +134 -0
  867. package/dist/esm/rtk-clock.entry.js +94 -0
  868. package/dist/esm/rtk-controlbar-button.entry.js +45 -0
  869. package/dist/esm/rtk-controlbar.entry.js +62 -0
  870. package/dist/esm/rtk-debugger-toggle.entry.js +57 -0
  871. package/dist/esm/rtk-ended-screen.entry.js +105 -0
  872. package/dist/esm/rtk-file-dropzone.entry.js +56 -0
  873. package/dist/esm/rtk-fullscreen-toggle.entry.js +82 -0
  874. package/dist/esm/rtk-grid-pagination.entry.js +155 -0
  875. package/dist/esm/rtk-grid.entry.js +358 -0
  876. package/dist/esm/rtk-header.entry.js +62 -0
  877. package/dist/esm/rtk-idle-screen.entry.js +43 -0
  878. package/dist/esm/rtk-image-viewer.entry.js +58 -0
  879. package/dist/esm/rtk-information-tooltip.entry.js +33 -0
  880. package/dist/esm/rtk-leave-button.entry.js +48 -0
  881. package/dist/esm/rtk-livestream-indicator_3.entry.js +29142 -0
  882. package/dist/esm/rtk-livestream-toggle.entry.js +138 -0
  883. package/dist/esm/rtk-meeting-title.entry.js +45 -0
  884. package/dist/esm/rtk-message-list-view.entry.js +281 -0
  885. package/dist/esm/rtk-mic-toggle.entry.js +180 -0
  886. package/dist/esm/rtk-mixed-grid.entry.js +222 -0
  887. package/dist/esm/rtk-more-toggle.entry.js +73 -0
  888. package/dist/esm/rtk-mute-all-button.entry.js +75 -0
  889. package/dist/esm/rtk-name-tag.entry.js +68 -0
  890. package/dist/esm/rtk-network-indicator.entry.js +82 -0
  891. package/dist/esm/rtk-participant-count.entry.js +87 -0
  892. package/dist/esm/rtk-participant-setup.entry.js +114 -0
  893. package/dist/esm/rtk-participant_2.entry.js +414 -0
  894. package/dist/esm/rtk-participants-audio.entry.js +203 -0
  895. package/dist/esm/rtk-participants-stage-list_4.entry.js +460 -0
  896. package/dist/esm/rtk-participants-toggle.entry.js +146 -0
  897. package/dist/esm/rtk-participants.entry.js +186 -0
  898. package/dist/esm/rtk-pip-toggle.entry.js +84 -0
  899. package/dist/esm/rtk-plugin-main_2.entry.js +191 -0
  900. package/dist/esm/rtk-plugins-toggle.entry.js +102 -0
  901. package/dist/esm/rtk-plugins_2.entry.js +176 -0
  902. package/dist/esm/rtk-poll_2.entry.js +137 -0
  903. package/dist/esm/rtk-polls-toggle.entry.js +113 -0
  904. package/dist/esm/rtk-recording-indicator.entry.js +66 -0
  905. package/dist/esm/rtk-recording-toggle.entry.js +158 -0
  906. package/dist/esm/rtk-screen-share-toggle.entry.js +262 -0
  907. package/dist/esm/rtk-screenshare-view.entry.js +145 -0
  908. package/dist/esm/rtk-settings-audio_2.entry.js +145 -0
  909. package/dist/esm/rtk-settings-toggle.entry.js +53 -0
  910. package/dist/esm/rtk-settings.entry.js +120 -0
  911. package/dist/esm/rtk-setup-screen.entry.js +116 -0
  912. package/dist/esm/rtk-sidebar-ui.entry.js +76 -0
  913. package/dist/esm/rtk-sidebar.entry.js +147 -0
  914. package/dist/esm/rtk-simple-grid.entry.js +114 -0
  915. package/dist/esm/rtk-spotlight-grid.entry.js +103 -0
  916. package/dist/esm/rtk-spotlight-indicator.entry.js +81 -0
  917. package/dist/esm/rtk-stage-toggle.entry.js +143 -0
  918. package/dist/esm/rtk-stage.entry.js +39 -0
  919. package/dist/esm/rtk-transcript.entry.js +54 -0
  920. package/dist/esm/rtk-transcripts.entry.js +163 -0
  921. package/dist/esm/rtk-ui-provider.entry.js +164 -0
  922. package/dist/esm/rtk-waiting-screen.entry.js +43 -0
  923. package/dist/esm/scroll-2d8e810c.js +13 -0
  924. package/dist/esm/sidebar-cafaa8d3.js +45 -0
  925. package/dist/esm/size-505ade24.js +26 -0
  926. package/dist/esm/string-ed1380fb.js +58 -0
  927. package/dist/esm/ui-store-b453cdf2.js +1582 -0
  928. package/dist/index.cjs.js +1 -0
  929. package/dist/index.js +1 -0
  930. package/dist/realtimekit-ui/index.esm.js +1 -0
  931. package/dist/realtimekit-ui/p-01f5aba6.entry.js +1 -0
  932. package/dist/realtimekit-ui/p-02f19345.js +1 -0
  933. package/dist/realtimekit-ui/p-03a04390.entry.js +1 -0
  934. package/dist/realtimekit-ui/p-050f0b1f.entry.js +1 -0
  935. package/dist/realtimekit-ui/p-0752f2ba.js +1 -0
  936. package/dist/realtimekit-ui/p-0a1d9e02.entry.js +1 -0
  937. package/dist/realtimekit-ui/p-0b1fabf5.js +1 -0
  938. package/dist/realtimekit-ui/p-0d4db84d.entry.js +1 -0
  939. package/dist/realtimekit-ui/p-0e777b3f.entry.js +1 -0
  940. package/dist/realtimekit-ui/p-0ee570cd.js +2 -0
  941. package/dist/realtimekit-ui/p-131b1e94.entry.js +1 -0
  942. package/dist/realtimekit-ui/p-139da463.entry.js +1 -0
  943. package/dist/realtimekit-ui/p-18fdb6bb.entry.js +1 -0
  944. package/dist/realtimekit-ui/p-235b7aa8.entry.js +1 -0
  945. package/dist/realtimekit-ui/p-238a19f8.entry.js +1 -0
  946. package/dist/realtimekit-ui/p-29802710.entry.js +1 -0
  947. package/dist/realtimekit-ui/p-2aa242f4.js +1 -0
  948. package/dist/realtimekit-ui/p-2bfa32da.entry.js +1 -0
  949. package/dist/realtimekit-ui/p-2c3cda13.js +1 -0
  950. package/dist/realtimekit-ui/p-31964573.js +1 -0
  951. package/dist/realtimekit-ui/p-338c7261.js +1 -0
  952. package/dist/realtimekit-ui/p-3ed1c004.entry.js +1 -0
  953. package/dist/realtimekit-ui/p-3f882e7c.js +1 -0
  954. package/dist/realtimekit-ui/p-3fd79328.entry.js +1 -0
  955. package/dist/realtimekit-ui/p-42a64cbb.entry.js +1 -0
  956. package/dist/realtimekit-ui/p-44915a3b.entry.js +1 -0
  957. package/dist/realtimekit-ui/p-457a0412.entry.js +1 -0
  958. package/dist/realtimekit-ui/p-46923b34.js +1 -0
  959. package/dist/realtimekit-ui/p-4b882b41.js +1 -0
  960. package/dist/realtimekit-ui/p-4d8ab9a5.entry.js +1 -0
  961. package/dist/realtimekit-ui/p-4f2ec64b.entry.js +1 -0
  962. package/dist/realtimekit-ui/p-4f45e362.entry.js +1 -0
  963. package/dist/realtimekit-ui/p-4ff47eb0.entry.js +1 -0
  964. package/dist/realtimekit-ui/p-5325b5e5.entry.js +1 -0
  965. package/dist/realtimekit-ui/p-55040827.entry.js +1 -0
  966. package/dist/realtimekit-ui/p-55503b00.entry.js +1 -0
  967. package/dist/realtimekit-ui/p-556db3a1.entry.js +1 -0
  968. package/dist/realtimekit-ui/p-5605a420.js +1 -0
  969. package/dist/realtimekit-ui/p-560c3d93.entry.js +1 -0
  970. package/dist/realtimekit-ui/p-58e58de6.entry.js +1 -0
  971. package/dist/realtimekit-ui/p-5b15e3cf.entry.js +1 -0
  972. package/dist/realtimekit-ui/p-61c38e05.entry.js +1 -0
  973. package/dist/realtimekit-ui/p-621a7265.entry.js +1 -0
  974. package/dist/realtimekit-ui/p-679bd218.entry.js +1 -0
  975. package/dist/realtimekit-ui/p-6be9be47.entry.js +1 -0
  976. package/dist/realtimekit-ui/p-6c238609.entry.js +1 -0
  977. package/dist/realtimekit-ui/p-6ededa68.js +1 -0
  978. package/dist/realtimekit-ui/p-73bc3abd.entry.js +1 -0
  979. package/dist/realtimekit-ui/p-7536cb87.entry.js +1 -0
  980. package/dist/realtimekit-ui/p-7c1a2584.entry.js +1 -0
  981. package/dist/realtimekit-ui/p-7dbd2a25.entry.js +1 -0
  982. package/dist/realtimekit-ui/p-807dd186.entry.js +1 -0
  983. package/dist/realtimekit-ui/p-85ff4a34.entry.js +1 -0
  984. package/dist/realtimekit-ui/p-89f6a08a.entry.js +1 -0
  985. package/dist/realtimekit-ui/p-8fe6b03c.entry.js +1 -0
  986. package/dist/realtimekit-ui/p-917f2951.entry.js +1 -0
  987. package/dist/realtimekit-ui/p-93f881e2.entry.js +1 -0
  988. package/dist/realtimekit-ui/p-9435f236.entry.js +1 -0
  989. package/dist/realtimekit-ui/p-94b739b4.entry.js +1 -0
  990. package/dist/realtimekit-ui/p-96be234f.js +1 -0
  991. package/dist/realtimekit-ui/p-9946b484.entry.js +1 -0
  992. package/dist/realtimekit-ui/p-9bbe1d7c.entry.js +1 -0
  993. package/dist/realtimekit-ui/p-9fc565cf.js +1 -0
  994. package/dist/realtimekit-ui/p-9ff45356.entry.js +1 -0
  995. package/dist/realtimekit-ui/p-a08b5a59.js +1 -0
  996. package/dist/realtimekit-ui/p-a5d22edf.entry.js +1 -0
  997. package/dist/realtimekit-ui/p-a6f03681.entry.js +1 -0
  998. package/dist/realtimekit-ui/p-a738a7b3.entry.js +1 -0
  999. package/dist/realtimekit-ui/p-aaba206b.js +1 -0
  1000. package/dist/realtimekit-ui/p-ac91f9f9.entry.js +1 -0
  1001. package/dist/realtimekit-ui/p-affaaf1a.entry.js +1 -0
  1002. package/dist/realtimekit-ui/p-b13ddb7d.js +1 -0
  1003. package/dist/realtimekit-ui/p-b14563cb.entry.js +1 -0
  1004. package/dist/realtimekit-ui/p-b16cee89.js +1 -0
  1005. package/dist/realtimekit-ui/p-b62f9abb.entry.js +1 -0
  1006. package/dist/realtimekit-ui/p-b80f1bed.entry.js +1 -0
  1007. package/dist/realtimekit-ui/p-bc17c582.entry.js +1 -0
  1008. package/dist/realtimekit-ui/p-bf56688f.entry.js +1 -0
  1009. package/dist/realtimekit-ui/p-c15d924f.js +1 -0
  1010. package/dist/realtimekit-ui/p-c6f7cd03.entry.js +1 -0
  1011. package/dist/realtimekit-ui/p-c8eaa707.js +1 -0
  1012. package/dist/realtimekit-ui/p-c8f8b690.entry.js +1 -0
  1013. package/dist/realtimekit-ui/p-cbdd7a99.js +1 -0
  1014. package/dist/realtimekit-ui/p-d013442a.entry.js +1 -0
  1015. package/dist/realtimekit-ui/p-d075d673.entry.js +1 -0
  1016. package/dist/realtimekit-ui/p-d77f7f22.entry.js +1 -0
  1017. package/dist/realtimekit-ui/p-d9217d24.entry.js +1 -0
  1018. package/dist/realtimekit-ui/p-d9e81b11.entry.js +1 -0
  1019. package/dist/realtimekit-ui/p-dbb95589.entry.js +1 -0
  1020. package/dist/realtimekit-ui/p-e1255160.js +1 -0
  1021. package/dist/realtimekit-ui/p-e13b5128.entry.js +1 -0
  1022. package/dist/realtimekit-ui/p-e171b1c4.entry.js +1 -0
  1023. package/dist/realtimekit-ui/p-e80cf367.entry.js +1 -0
  1024. package/dist/realtimekit-ui/p-ee167b96.js +1 -0
  1025. package/dist/realtimekit-ui/p-f47d4fe8.js +1 -0
  1026. package/dist/realtimekit-ui/p-f7c6931d.entry.js +1 -0
  1027. package/dist/realtimekit-ui/p-fc36f92c.js +1 -0
  1028. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -0
  1029. package/dist/types/components/rtk-ai/rtk-ai.d.ts +31 -0
  1030. package/dist/types/components/rtk-ai-toggle/rtk-ai-toggle.d.ts +26 -0
  1031. package/dist/types/components/rtk-ai-transcriptions/rtk-ai-transcriptions.d.ts +26 -0
  1032. package/dist/types/components/rtk-audio-grid/rtk-audio-grid.d.ts +29 -0
  1033. package/dist/types/components/rtk-audio-tile/rtk-audio-tile.d.ts +33 -0
  1034. package/dist/types/components/rtk-audio-visualizer/rtk-audio-visualizer.d.ts +42 -0
  1035. package/dist/types/components/rtk-avatar/rtk-avatar.d.ts +26 -0
  1036. package/dist/types/components/rtk-breakout-room-manager/rtk-breakout-room-manager.d.ts +70 -0
  1037. package/dist/types/components/rtk-breakout-room-participants/rtk-breakout-room-participants.d.ts +46 -0
  1038. package/dist/types/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.d.ts +34 -0
  1039. package/dist/types/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.d.ts +82 -0
  1040. package/dist/types/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.d.ts +26 -0
  1041. package/dist/types/components/rtk-button/rtk-button.d.ts +25 -0
  1042. package/dist/types/components/rtk-camera-selector/rtk-camera-selector.d.ts +40 -0
  1043. package/dist/types/components/rtk-camera-toggle/rtk-camera-toggle.d.ts +39 -0
  1044. package/dist/types/components/rtk-caption-toggle/rtk-caption-toggle.d.ts +30 -0
  1045. package/dist/types/components/rtk-channel-creator/rtk-channel-creator.d.ts +34 -0
  1046. package/dist/types/components/rtk-channel-details/rtk-channel-details.d.ts +15 -0
  1047. package/dist/types/components/rtk-channel-header/rtk-channel-header.d.ts +31 -0
  1048. package/dist/types/components/rtk-channel-selector-ui/rtk-channel-selector-ui.d.ts +32 -0
  1049. package/dist/types/components/rtk-channel-selector-view/rtk-channel-selector-view.d.ts +62 -0
  1050. package/dist/types/components/rtk-chat/components/ChatHead.d.ts +8 -0
  1051. package/dist/types/components/rtk-chat/rtk-chat.d.ts +122 -0
  1052. package/dist/types/components/rtk-chat-composer-ui/rtk-chat-composer-ui.d.ts +84 -0
  1053. package/dist/types/components/rtk-chat-composer-view/rtk-chat-composer-view.d.ts +73 -0
  1054. package/dist/types/components/rtk-chat-message/rtk-chat-message.d.ts +67 -0
  1055. package/dist/types/components/rtk-chat-messages-ui/rtk-chat-messages-ui.d.ts +46 -0
  1056. package/dist/types/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.d.ts +61 -0
  1057. package/dist/types/components/rtk-chat-search-results/rtk-chat-search-results.d.ts +18 -0
  1058. package/dist/types/components/rtk-chat-selector-ui/rtk-chat-selector-ui.d.ts +29 -0
  1059. package/dist/types/components/rtk-chat-toggle/rtk-chat-toggle.d.ts +50 -0
  1060. package/dist/types/components/rtk-clock/rtk-clock.d.ts +23 -0
  1061. package/dist/types/components/rtk-confirmation-modal/rtk-confirmation-modal.d.ts +27 -0
  1062. package/dist/types/components/rtk-controlbar/rtk-controlbar.d.ts +28 -0
  1063. package/dist/types/components/rtk-controlbar-button/rtk-controlbar-button.d.ts +30 -0
  1064. package/dist/types/components/rtk-counter/rtk-counter.d.ts +27 -0
  1065. package/dist/types/components/rtk-debugger/rtk-debugger.d.ts +34 -0
  1066. package/dist/types/components/rtk-debugger-audio/rtk-debugger-audio.d.ts +36 -0
  1067. package/dist/types/components/rtk-debugger-screenshare/rtk-debugger-screenshare.d.ts +38 -0
  1068. package/dist/types/components/rtk-debugger-system/rtk-debugger-system.d.ts +40 -0
  1069. package/dist/types/components/rtk-debugger-toggle/rtk-debugger-toggle.d.ts +24 -0
  1070. package/dist/types/components/rtk-debugger-video/rtk-debugger-video.d.ts +36 -0
  1071. package/dist/types/components/rtk-dialog/rtk-dialog.d.ts +38 -0
  1072. package/dist/types/components/rtk-dialog-manager/rtk-dialog-manager.d.ts +41 -0
  1073. package/dist/types/components/rtk-draft-attachment-view/rtk-draft-attachment-view.d.ts +26 -0
  1074. package/dist/types/components/rtk-emoji-picker/rtk-emoji-picker.d.ts +32 -0
  1075. package/dist/types/components/rtk-emoji-picker-button/rtk-emoji-picker-button.d.ts +10 -0
  1076. package/dist/types/components/rtk-ended-screen/rtk-ended-screen.d.ts +30 -0
  1077. package/dist/types/components/rtk-file-dropzone/rtk-file-dropzone.d.ts +15 -0
  1078. package/dist/types/components/rtk-file-message/rtk-file-message.d.ts +21 -0
  1079. package/dist/types/components/rtk-file-message-view/rtk-file-message-view.d.ts +15 -0
  1080. package/dist/types/components/rtk-file-picker-button/rtk-file-picker-button.d.ts +21 -0
  1081. package/dist/types/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.d.ts +32 -0
  1082. package/dist/types/components/rtk-grid/rtk-grid.d.ts +83 -0
  1083. package/dist/types/components/rtk-grid-pagination/rtk-grid-pagination.d.ts +40 -0
  1084. package/dist/types/components/rtk-header/rtk-header.d.ts +28 -0
  1085. package/dist/types/components/rtk-icon/rtk-icon.d.ts +14 -0
  1086. package/dist/types/components/rtk-idle-screen/rtk-idle-screen.d.ts +19 -0
  1087. package/dist/types/components/rtk-image-message/rtk-image-message.d.ts +26 -0
  1088. package/dist/types/components/rtk-image-message-view/rtk-image-message-view.d.ts +17 -0
  1089. package/dist/types/components/rtk-image-viewer/rtk-image-viewer.d.ts +25 -0
  1090. package/dist/types/components/rtk-information-tooltip/rtk-information-tooltip.d.ts +6 -0
  1091. package/dist/types/components/rtk-join-stage/rtk-join-stage.d.ts +38 -0
  1092. package/dist/types/components/rtk-leave-button/rtk-leave-button.d.ts +22 -0
  1093. package/dist/types/components/rtk-leave-meeting/rtk-leave-meeting.d.ts +35 -0
  1094. package/dist/types/components/rtk-livestream-indicator/rtk-livestream-indicator.d.ts +18 -0
  1095. package/dist/types/components/rtk-livestream-player/rtk-livestream-player.d.ts +60 -0
  1096. package/dist/types/components/rtk-livestream-toggle/rtk-livestream-toggle.d.ts +40 -0
  1097. package/dist/types/components/rtk-logo/rtk-logo.d.ts +20 -0
  1098. package/dist/types/components/rtk-markdown-view/rtk-markdown-view.d.ts +15 -0
  1099. package/dist/types/components/rtk-meeting/rtk-meeting.d.ts +59 -0
  1100. package/dist/types/components/rtk-meeting-title/rtk-meeting-title.d.ts +15 -0
  1101. package/dist/types/components/rtk-menu/rtk-menu.d.ts +30 -0
  1102. package/dist/types/components/rtk-menu-item/rtk-menu-item.d.ts +19 -0
  1103. package/dist/types/components/rtk-menu-list/rtk-menu-list.d.ts +14 -0
  1104. package/dist/types/components/rtk-message-list-view/rtk-message-list-view.d.ts +62 -0
  1105. package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +33 -0
  1106. package/dist/types/components/rtk-mic-toggle/rtk-mic-toggle.d.ts +39 -0
  1107. package/dist/types/components/rtk-microphone-selector/rtk-microphone-selector.d.ts +42 -0
  1108. package/dist/types/components/rtk-mixed-grid/rtk-mixed-grid.d.ts +61 -0
  1109. package/dist/types/components/rtk-more-toggle/rtk-more-toggle.d.ts +32 -0
  1110. package/dist/types/components/rtk-mute-all-button/rtk-mute-all-button.d.ts +26 -0
  1111. package/dist/types/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.d.ts +21 -0
  1112. package/dist/types/components/rtk-name-tag/rtk-name-tag.d.ts +28 -0
  1113. package/dist/types/components/rtk-network-indicator/rtk-network-indicator.d.ts +20 -0
  1114. package/dist/types/components/rtk-notification/rtk-notification.d.ts +30 -0
  1115. package/dist/types/components/rtk-notifications/rtk-notifications.d.ts +69 -0
  1116. package/dist/types/components/rtk-overlay-modal/rtk-overlay-modal.d.ts +22 -0
  1117. package/dist/types/components/rtk-paginated-list/rtk-paginated-list.d.ts +91 -0
  1118. package/dist/types/components/rtk-participant/rtk-participant.d.ts +62 -0
  1119. package/dist/types/components/rtk-participant-count/rtk-participant-count.d.ts +26 -0
  1120. package/dist/types/components/rtk-participant-setup/rtk-participant-setup.d.ts +37 -0
  1121. package/dist/types/components/rtk-participant-tile/rtk-participant-tile.d.ts +55 -0
  1122. package/dist/types/components/rtk-participants/rtk-participants.d.ts +48 -0
  1123. package/dist/types/components/rtk-participants-audio/rtk-participants-audio.d.ts +34 -0
  1124. package/dist/types/components/rtk-participants-stage-list/rtk-participants-stage-list.d.ts +42 -0
  1125. package/dist/types/components/rtk-participants-stage-queue/rtk-participants-stage-queue.d.ts +29 -0
  1126. package/dist/types/components/rtk-participants-toggle/rtk-participants-toggle.d.ts +49 -0
  1127. package/dist/types/components/rtk-participants-viewer-list/rtk-participants-viewer-list.d.ts +33 -0
  1128. package/dist/types/components/rtk-participants-waiting-list/rtk-participants-waiting-list.d.ts +29 -0
  1129. package/dist/types/components/rtk-permissions-message/rtk-permissions-message.d.ts +40 -0
  1130. package/dist/types/components/rtk-pip-toggle/rtk-pip-toggle.d.ts +28 -0
  1131. package/dist/types/components/rtk-plugin-main/rtk-plugin-main.d.ts +28 -0
  1132. package/dist/types/components/rtk-plugins/rtk-plugins.d.ts +35 -0
  1133. package/dist/types/components/rtk-plugins-toggle/rtk-plugins-toggle.d.ts +42 -0
  1134. package/dist/types/components/rtk-poll/rtk-poll.d.ts +30 -0
  1135. package/dist/types/components/rtk-poll-form/rtk-poll-form.d.ts +30 -0
  1136. package/dist/types/components/rtk-polls/rtk-polls.d.ts +38 -0
  1137. package/dist/types/components/rtk-polls-toggle/rtk-polls-toggle.d.ts +46 -0
  1138. package/dist/types/components/rtk-recording-indicator/rtk-recording-indicator.d.ts +26 -0
  1139. package/dist/types/components/rtk-recording-toggle/rtk-recording-toggle.d.ts +47 -0
  1140. package/dist/types/components/rtk-screen-share-toggle/rtk-screen-share-toggle.d.ts +67 -0
  1141. package/dist/types/components/rtk-screenshare-view/rtk-screenshare-view.d.ts +52 -0
  1142. package/dist/types/components/rtk-settings/rtk-settings.d.ts +38 -0
  1143. package/dist/types/components/rtk-settings-audio/rtk-settings-audio.d.ts +32 -0
  1144. package/dist/types/components/rtk-settings-toggle/rtk-settings-toggle.d.ts +30 -0
  1145. package/dist/types/components/rtk-settings-video/rtk-settings-video.d.ts +37 -0
  1146. package/dist/types/components/rtk-setup-screen/rtk-setup-screen.d.ts +40 -0
  1147. package/dist/types/components/rtk-sidebar/rtk-sidebar.d.ts +49 -0
  1148. package/dist/types/components/rtk-sidebar-ui/rtk-sidebar-ui.d.ts +120 -0
  1149. package/dist/types/components/rtk-simple-grid/rtk-simple-grid.d.ts +43 -0
  1150. package/dist/types/components/rtk-speaker-selector/rtk-speaker-selector.d.ts +44 -0
  1151. package/dist/types/components/rtk-spinner/rtk-spinner.d.ts +12 -0
  1152. package/dist/types/components/rtk-spotlight-grid/rtk-spotlight-grid.d.ts +47 -0
  1153. package/dist/types/components/rtk-spotlight-indicator/rtk-spotlight-indicator.d.ts +22 -0
  1154. package/dist/types/components/rtk-stage/rtk-stage.d.ts +19 -0
  1155. package/dist/types/components/rtk-stage-toggle/rtk-stage-toggle.d.ts +36 -0
  1156. package/dist/types/components/rtk-switch/rtk-switch.d.ts +25 -0
  1157. package/dist/types/components/rtk-tab-bar/rtk-tab-bar.d.ts +37 -0
  1158. package/dist/types/components/rtk-text-composer-view/rtk-text-composer-view.d.ts +34 -0
  1159. package/dist/types/components/rtk-text-message/components/TextMessage.d.ts +6 -0
  1160. package/dist/types/components/rtk-text-message/rtk-text-message.d.ts +21 -0
  1161. package/dist/types/components/rtk-text-message-view/rtk-text-message-view.d.ts +10 -0
  1162. package/dist/types/components/rtk-tooltip/rtk-tooltip.d.ts +42 -0
  1163. package/dist/types/components/rtk-transcript/rtk-transcript.d.ts +30 -0
  1164. package/dist/types/components/rtk-transcripts/rtk-transcripts.d.ts +39 -0
  1165. package/dist/types/components/rtk-ui-provider/rtk-ui-provider.d.ts +45 -0
  1166. package/dist/types/components/rtk-viewer-count/rtk-viewer-count.d.ts +24 -0
  1167. package/dist/types/components/rtk-virtualized-list/rtk-virtualized-participant-list.d.ts +30 -0
  1168. package/dist/types/components/rtk-waiting-screen/rtk-waiting-screen.d.ts +15 -0
  1169. package/dist/types/components.d.ts +11544 -0
  1170. package/dist/types/exports.d.ts +20 -0
  1171. package/dist/types/globals.d.ts +15 -0
  1172. package/dist/types/index.d.ts +2 -0
  1173. package/dist/types/lib/addons/index.d.ts +27 -0
  1174. package/dist/types/lib/audio.d.ts +17 -0
  1175. package/dist/types/lib/builder/index.d.ts +42 -0
  1176. package/dist/types/lib/default-ui-config.d.ts +5 -0
  1177. package/dist/types/lib/grid.d.ts +43 -0
  1178. package/dist/types/lib/icons/default-icon-pack.d.ts +88 -0
  1179. package/dist/types/lib/icons/index.d.ts +9 -0
  1180. package/dist/types/lib/lang/default-language.d.ts +415 -0
  1181. package/dist/types/lib/lang/index.d.ts +16 -0
  1182. package/dist/types/lib/notification.d.ts +19 -0
  1183. package/dist/types/lib/render/index.d.ts +45 -0
  1184. package/dist/types/lib/render/utils.d.ts +31 -0
  1185. package/dist/types/lib/visualizer.d.ts +6 -0
  1186. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  1187. package/dist/types/theme/presets/border.d.ts +13 -0
  1188. package/dist/types/theme/presets/themes.d.ts +2 -0
  1189. package/dist/types/types/floating-ui.d.ts +1 -0
  1190. package/dist/types/types/props.d.ts +175 -0
  1191. package/dist/types/types/rtk-ai.d.ts +9 -0
  1192. package/dist/types/types/rtk-client.d.ts +16 -0
  1193. package/dist/types/types/ui-config/config.d.ts +25 -0
  1194. package/dist/types/types/ui-config/design-tokens.d.ts +41 -0
  1195. package/dist/types/types/ui-config/index.d.ts +15 -0
  1196. package/dist/types/types/ui-config/root.d.ts +23 -0
  1197. package/dist/types/types/web-core.d.ts +9 -0
  1198. package/dist/types/utils/assets.d.ts +6 -0
  1199. package/dist/types/utils/breakout-rooms-manager.d.ts +100 -0
  1200. package/dist/types/utils/breakout-rooms.d.ts +24 -0
  1201. package/dist/types/utils/chat.d.ts +49 -0
  1202. package/dist/types/utils/clone.d.ts +1 -0
  1203. package/dist/types/utils/color.d.ts +69 -0
  1204. package/dist/types/utils/config.d.ts +28 -0
  1205. package/dist/types/utils/date.d.ts +3 -0
  1206. package/dist/types/utils/debugger-utils.d.ts +40 -0
  1207. package/dist/types/utils/file.d.ts +23 -0
  1208. package/dist/types/utils/full-screen.d.ts +4 -0
  1209. package/dist/types/utils/graceful-storage.d.ts +2 -0
  1210. package/dist/types/utils/logger.d.ts +1 -0
  1211. package/dist/types/utils/notification.d.ts +9 -0
  1212. package/dist/types/utils/provide-design-system.d.ts +7 -0
  1213. package/dist/types/utils/scroll.d.ts +7 -0
  1214. package/dist/types/utils/sidebar.d.ts +5 -0
  1215. package/dist/types/utils/size.d.ts +7 -0
  1216. package/dist/types/utils/stage.d.ts +3 -0
  1217. package/dist/types/utils/string.d.ts +24 -0
  1218. package/dist/types/utils/sync-with-store/index.d.ts +3 -0
  1219. package/dist/types/utils/sync-with-store/ui-store.d.ts +20 -0
  1220. package/dist/types/utils/time.d.ts +1 -0
  1221. package/dist/types/utils/troubleshooter.d.ts +151 -0
  1222. package/dist/types/utils/user-prefs.d.ts +7 -0
  1223. package/loader/cdn.js +1 -0
  1224. package/loader/index.cjs.js +1 -0
  1225. package/loader/index.d.ts +24 -0
  1226. package/loader/index.es2017.js +1 -0
  1227. package/loader/index.js +2 -0
  1228. package/loader/package.json +11 -0
  1229. package/package.json +59 -3
@@ -0,0 +1,4429 @@
1
+ {
2
+ "version": 1.1,
3
+ "tags": [
4
+ {
5
+ "name": "rtk-ai",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": ""
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "size",
13
+ "description": "Size",
14
+ "values": [
15
+ {
16
+ "name": "lg"
17
+ },
18
+ {
19
+ "name": "md"
20
+ },
21
+ {
22
+ "name": "sm"
23
+ },
24
+ {
25
+ "name": "xl"
26
+ }
27
+ ]
28
+ },
29
+ {
30
+ "name": "view",
31
+ "description": "View type",
32
+ "values": [
33
+ {
34
+ "name": "default"
35
+ },
36
+ {
37
+ "name": "full-screen"
38
+ },
39
+ {
40
+ "name": "sidebar"
41
+ }
42
+ ]
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "name": "rtk-ai-toggle",
48
+ "description": {
49
+ "kind": "markdown",
50
+ "value": ""
51
+ },
52
+ "attributes": [
53
+ {
54
+ "name": "size",
55
+ "description": "Size",
56
+ "values": [
57
+ {
58
+ "name": "lg"
59
+ },
60
+ {
61
+ "name": "md"
62
+ },
63
+ {
64
+ "name": "sm"
65
+ },
66
+ {
67
+ "name": "xl"
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "name": "variant",
73
+ "description": "Variant",
74
+ "values": [
75
+ {
76
+ "name": "button"
77
+ },
78
+ {
79
+ "name": "horizontal"
80
+ }
81
+ ]
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "rtk-ai-transcriptions",
87
+ "description": {
88
+ "kind": "markdown",
89
+ "value": ""
90
+ },
91
+ "attributes": []
92
+ },
93
+ {
94
+ "name": "rtk-audio-grid",
95
+ "description": {
96
+ "kind": "markdown",
97
+ "value": ""
98
+ },
99
+ "attributes": [
100
+ {
101
+ "name": "hide-self",
102
+ "description": "Whether to hide self in the grid"
103
+ },
104
+ {
105
+ "name": "size",
106
+ "description": "Size",
107
+ "values": [
108
+ {
109
+ "name": "lg"
110
+ },
111
+ {
112
+ "name": "md"
113
+ },
114
+ {
115
+ "name": "sm"
116
+ },
117
+ {
118
+ "name": "xl"
119
+ }
120
+ ]
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "name": "rtk-audio-tile",
126
+ "description": {
127
+ "kind": "markdown",
128
+ "value": ""
129
+ },
130
+ "attributes": [
131
+ {
132
+ "name": "size",
133
+ "description": "Size",
134
+ "values": [
135
+ {
136
+ "name": "lg"
137
+ },
138
+ {
139
+ "name": "md"
140
+ },
141
+ {
142
+ "name": "sm"
143
+ },
144
+ {
145
+ "name": "xl"
146
+ }
147
+ ]
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "name": "rtk-audio-visualizer",
153
+ "description": {
154
+ "kind": "markdown",
155
+ "value": "An audio visualizer component which visualizes a participants audio.\n\nCommonly used inside `rtk-name-tag`."
156
+ },
157
+ "attributes": [
158
+ {
159
+ "name": "hide-muted",
160
+ "description": "Hide when there is no audio / audio is muted"
161
+ },
162
+ {
163
+ "name": "is-screen-share",
164
+ "description": "Audio visualizer for screensharing, it will use screenShareTracks.audio instead of audioTrack"
165
+ },
166
+ {
167
+ "name": "size",
168
+ "description": "Size",
169
+ "values": [
170
+ {
171
+ "name": "lg"
172
+ },
173
+ {
174
+ "name": "md"
175
+ },
176
+ {
177
+ "name": "sm"
178
+ },
179
+ {
180
+ "name": "xl"
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "name": "variant",
186
+ "description": "Variant",
187
+ "values": [
188
+ {
189
+ "name": "bars"
190
+ }
191
+ ]
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "name": "rtk-avatar",
197
+ "description": {
198
+ "kind": "markdown",
199
+ "value": "Avatar component which renders a participant's image or their initials."
200
+ },
201
+ "attributes": [
202
+ {
203
+ "name": "size",
204
+ "description": "Size",
205
+ "values": [
206
+ {
207
+ "name": "lg"
208
+ },
209
+ {
210
+ "name": "md"
211
+ },
212
+ {
213
+ "name": "sm"
214
+ },
215
+ {
216
+ "name": "xl"
217
+ }
218
+ ]
219
+ },
220
+ {
221
+ "name": "variant",
222
+ "description": "Avatar type",
223
+ "values": [
224
+ {
225
+ "name": "circular"
226
+ },
227
+ {
228
+ "name": "hexagon"
229
+ },
230
+ {
231
+ "name": "square"
232
+ }
233
+ ]
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "name": "rtk-breakout-room-manager",
239
+ "description": {
240
+ "kind": "markdown",
241
+ "value": ""
242
+ },
243
+ "attributes": [
244
+ {
245
+ "name": "allow-delete",
246
+ "description": "allow room delete"
247
+ },
248
+ {
249
+ "name": "assigning-participants",
250
+ "description": "Enable updating participants"
251
+ },
252
+ {
253
+ "name": "default-expanded",
254
+ "description": "display expanded card by default"
255
+ },
256
+ {
257
+ "name": "is-drag-mode",
258
+ "description": "Drag mode"
259
+ },
260
+ {
261
+ "name": "mode",
262
+ "description": "Mode in which selector is used",
263
+ "values": [
264
+ {
265
+ "name": "create"
266
+ },
267
+ {
268
+ "name": "edit"
269
+ }
270
+ ]
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "name": "rtk-breakout-room-participants",
276
+ "description": {
277
+ "kind": "markdown",
278
+ "value": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions."
279
+ },
280
+ "attributes": []
281
+ },
282
+ {
283
+ "name": "rtk-breakout-rooms-manager",
284
+ "description": {
285
+ "kind": "markdown",
286
+ "value": ""
287
+ },
288
+ "attributes": []
289
+ },
290
+ {
291
+ "name": "rtk-breakout-rooms-toggle",
292
+ "description": {
293
+ "kind": "markdown",
294
+ "value": "A button which toggles visibility of breakout rooms.\n\nYou need to pass the `meeting` object to it."
295
+ },
296
+ "attributes": [
297
+ {
298
+ "name": "size",
299
+ "description": "Size",
300
+ "values": [
301
+ {
302
+ "name": "lg"
303
+ },
304
+ {
305
+ "name": "md"
306
+ },
307
+ {
308
+ "name": "sm"
309
+ },
310
+ {
311
+ "name": "xl"
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "name": "variant",
317
+ "description": "Variant",
318
+ "values": [
319
+ {
320
+ "name": "button"
321
+ },
322
+ {
323
+ "name": "horizontal"
324
+ }
325
+ ]
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "rtk-broadcast-message-modal",
331
+ "description": {
332
+ "kind": "markdown",
333
+ "value": ""
334
+ },
335
+ "attributes": []
336
+ },
337
+ {
338
+ "name": "rtk-button",
339
+ "description": {
340
+ "kind": "markdown",
341
+ "value": "A button that follows RTK Design System."
342
+ },
343
+ "attributes": [
344
+ {
345
+ "name": "disabled",
346
+ "description": "Where the button is disabled or not"
347
+ },
348
+ {
349
+ "name": "kind",
350
+ "description": "Button type",
351
+ "values": [
352
+ {
353
+ "name": "button"
354
+ },
355
+ {
356
+ "name": "icon"
357
+ },
358
+ {
359
+ "name": "wide"
360
+ }
361
+ ]
362
+ },
363
+ {
364
+ "name": "reverse",
365
+ "description": "Whether to reverse order of children"
366
+ },
367
+ {
368
+ "name": "size",
369
+ "description": "Size",
370
+ "values": [
371
+ {
372
+ "name": "lg"
373
+ },
374
+ {
375
+ "name": "md"
376
+ },
377
+ {
378
+ "name": "sm"
379
+ },
380
+ {
381
+ "name": "xl"
382
+ }
383
+ ]
384
+ },
385
+ {
386
+ "name": "type",
387
+ "description": "Button type",
388
+ "values": [
389
+ {
390
+ "name": "button"
391
+ },
392
+ {
393
+ "name": "reset"
394
+ },
395
+ {
396
+ "name": "submit"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "name": "variant",
402
+ "description": "Button variant",
403
+ "values": [
404
+ {
405
+ "name": "danger"
406
+ },
407
+ {
408
+ "name": "ghost"
409
+ },
410
+ {
411
+ "name": "primary"
412
+ },
413
+ {
414
+ "name": "secondary"
415
+ }
416
+ ]
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "name": "rtk-camera-selector",
422
+ "description": {
423
+ "kind": "markdown",
424
+ "value": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `rtkStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n muteNotificationSounds: boolean\n }\n}\n```"
425
+ },
426
+ "attributes": [
427
+ {
428
+ "name": "size",
429
+ "description": "Size",
430
+ "values": [
431
+ {
432
+ "name": "lg"
433
+ },
434
+ {
435
+ "name": "md"
436
+ },
437
+ {
438
+ "name": "sm"
439
+ },
440
+ {
441
+ "name": "xl"
442
+ }
443
+ ]
444
+ },
445
+ {
446
+ "name": "variant",
447
+ "description": "variant",
448
+ "values": [
449
+ {
450
+ "name": "full"
451
+ },
452
+ {
453
+ "name": "inline"
454
+ }
455
+ ]
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "rtk-camera-toggle",
461
+ "description": {
462
+ "kind": "markdown",
463
+ "value": "A button which toggles your camera."
464
+ },
465
+ "attributes": [
466
+ {
467
+ "name": "size",
468
+ "description": "Size",
469
+ "values": [
470
+ {
471
+ "name": "lg"
472
+ },
473
+ {
474
+ "name": "md"
475
+ },
476
+ {
477
+ "name": "sm"
478
+ },
479
+ {
480
+ "name": "xl"
481
+ }
482
+ ]
483
+ },
484
+ {
485
+ "name": "variant",
486
+ "description": "Variant",
487
+ "values": [
488
+ {
489
+ "name": "button"
490
+ },
491
+ {
492
+ "name": "horizontal"
493
+ }
494
+ ]
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "name": "rtk-caption-toggle",
500
+ "description": {
501
+ "kind": "markdown",
502
+ "value": ""
503
+ },
504
+ "attributes": [
505
+ {
506
+ "name": "size",
507
+ "description": "Size",
508
+ "values": [
509
+ {
510
+ "name": "lg"
511
+ },
512
+ {
513
+ "name": "md"
514
+ },
515
+ {
516
+ "name": "sm"
517
+ },
518
+ {
519
+ "name": "xl"
520
+ }
521
+ ]
522
+ },
523
+ {
524
+ "name": "variant",
525
+ "description": "Variant",
526
+ "values": [
527
+ {
528
+ "name": "button"
529
+ },
530
+ {
531
+ "name": "horizontal"
532
+ }
533
+ ]
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "name": "rtk-channel-creator",
539
+ "description": {
540
+ "kind": "markdown",
541
+ "value": ""
542
+ },
543
+ "attributes": []
544
+ },
545
+ {
546
+ "name": "rtk-channel-details",
547
+ "description": {
548
+ "kind": "markdown",
549
+ "value": ""
550
+ },
551
+ "attributes": []
552
+ },
553
+ {
554
+ "name": "rtk-channel-header",
555
+ "description": {
556
+ "kind": "markdown",
557
+ "value": ""
558
+ },
559
+ "attributes": [
560
+ {
561
+ "name": "show-back-button",
562
+ "description": "Show back button"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "name": "rtk-channel-selector-ui",
568
+ "description": {
569
+ "kind": "markdown",
570
+ "value": ""
571
+ },
572
+ "attributes": [
573
+ {
574
+ "name": "selected-channel-id",
575
+ "description": "Selected channel id"
576
+ },
577
+ {
578
+ "name": "show-recent-message",
579
+ "description": "show recent message in channel"
580
+ }
581
+ ]
582
+ },
583
+ {
584
+ "name": "rtk-channel-selector-view",
585
+ "description": {
586
+ "kind": "markdown",
587
+ "value": ""
588
+ },
589
+ "attributes": [
590
+ {
591
+ "name": "disable-search",
592
+ "description": "Disables search bar (default = false)"
593
+ },
594
+ {
595
+ "name": "hide-avatar",
596
+ "description": "Hides avatar (default = false)"
597
+ },
598
+ {
599
+ "name": "selected-channel-id",
600
+ "description": "Selected channel id"
601
+ },
602
+ {
603
+ "name": "view-as",
604
+ "description": "Render as dropdown or list (default = list)",
605
+ "values": [
606
+ {
607
+ "name": "dropdown"
608
+ },
609
+ {
610
+ "name": "list"
611
+ }
612
+ ]
613
+ }
614
+ ]
615
+ },
616
+ {
617
+ "name": "rtk-chat",
618
+ "description": {
619
+ "kind": "markdown",
620
+ "value": "Fully featured chat component with image & file upload, emoji picker and auto-scroll."
621
+ },
622
+ "attributes": [
623
+ {
624
+ "name": "disable-private-chat",
625
+ "description": "disables private chat"
626
+ },
627
+ {
628
+ "name": "size",
629
+ "description": "Size",
630
+ "values": [
631
+ {
632
+ "name": "lg"
633
+ },
634
+ {
635
+ "name": "md"
636
+ },
637
+ {
638
+ "name": "sm"
639
+ },
640
+ {
641
+ "name": "xl"
642
+ }
643
+ ]
644
+ }
645
+ ]
646
+ },
647
+ {
648
+ "name": "rtk-chat-composer-ui",
649
+ "description": {
650
+ "kind": "markdown",
651
+ "value": ""
652
+ },
653
+ "attributes": [
654
+ {
655
+ "name": "can-send-files",
656
+ "description": "Whether user can send file messages"
657
+ },
658
+ {
659
+ "name": "can-send-text-message",
660
+ "description": "Whether user can send text messages"
661
+ },
662
+ {
663
+ "name": "channel-id",
664
+ "description": "channel id"
665
+ },
666
+ {
667
+ "name": "disable-emoji-picker",
668
+ "description": "Whether to show emoji picker"
669
+ },
670
+ {
671
+ "name": "size",
672
+ "description": "Size",
673
+ "values": [
674
+ {
675
+ "name": "lg"
676
+ },
677
+ {
678
+ "name": "md"
679
+ },
680
+ {
681
+ "name": "sm"
682
+ },
683
+ {
684
+ "name": "xl"
685
+ }
686
+ ]
687
+ }
688
+ ]
689
+ },
690
+ {
691
+ "name": "rtk-chat-composer-view",
692
+ "description": {
693
+ "kind": "markdown",
694
+ "value": "A component which renders a chat composer"
695
+ },
696
+ "attributes": [
697
+ {
698
+ "name": "can-send-files",
699
+ "description": "Whether user can send file messages"
700
+ },
701
+ {
702
+ "name": "can-send-text-message",
703
+ "description": "Whether user can send text messages"
704
+ },
705
+ {
706
+ "name": "disable-emoji-picker",
707
+ "description": "Whether to show emoji picker"
708
+ },
709
+ {
710
+ "name": "input-text-placeholder",
711
+ "description": "Placeholder for text input"
712
+ },
713
+ {
714
+ "name": "is-editing",
715
+ "description": "Sets composer to edit mode"
716
+ },
717
+ {
718
+ "name": "max-length",
719
+ "description": "Max length for text input"
720
+ },
721
+ {
722
+ "name": "message",
723
+ "description": "Message to be pre-populated"
724
+ },
725
+ {
726
+ "name": "quoted-message",
727
+ "description": "Quote message to be displayed"
728
+ },
729
+ {
730
+ "name": "storage-key",
731
+ "description": "Key for storing message in localStorage"
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "name": "rtk-chat-message",
737
+ "description": {
738
+ "kind": "markdown",
739
+ "value": ""
740
+ },
741
+ "attributes": [
742
+ {
743
+ "name": "align-right",
744
+ "description": "aligns message to right"
745
+ },
746
+ {
747
+ "name": "can-delete",
748
+ "description": "can delete message"
749
+ },
750
+ {
751
+ "name": "can-edit",
752
+ "description": "can edit message"
753
+ },
754
+ {
755
+ "name": "can-pin",
756
+ "description": "can pin this message"
757
+ },
758
+ {
759
+ "name": "can-reply",
760
+ "description": "can quote reply this message"
761
+ },
762
+ {
763
+ "name": "disable-controls",
764
+ "description": "disables controls"
765
+ },
766
+ {
767
+ "name": "hide-avatar",
768
+ "description": "hides avatar"
769
+ },
770
+ {
771
+ "name": "is-continued",
772
+ "description": "is continued"
773
+ },
774
+ {
775
+ "name": "is-self",
776
+ "description": "if sender is self"
777
+ },
778
+ {
779
+ "name": "is-unread",
780
+ "description": "is unread"
781
+ },
782
+ {
783
+ "name": "left-align",
784
+ "description": "Whether to left align the chat bubbles"
785
+ },
786
+ {
787
+ "name": "sender-display-picture",
788
+ "description": "sender display picture url"
789
+ },
790
+ {
791
+ "name": "size",
792
+ "description": "Size",
793
+ "values": [
794
+ {
795
+ "name": "lg"
796
+ },
797
+ {
798
+ "name": "md"
799
+ },
800
+ {
801
+ "name": "sm"
802
+ },
803
+ {
804
+ "name": "xl"
805
+ }
806
+ ]
807
+ }
808
+ ]
809
+ },
810
+ {
811
+ "name": "rtk-chat-messages-ui",
812
+ "description": {
813
+ "kind": "markdown",
814
+ "value": ""
815
+ },
816
+ "attributes": [
817
+ {
818
+ "name": "can-pin-messages",
819
+ "description": "Can current user pin/unpin messages"
820
+ },
821
+ {
822
+ "name": "selected-group",
823
+ "description": "Selected group key"
824
+ },
825
+ {
826
+ "name": "self-user-id",
827
+ "description": "User ID of self user"
828
+ },
829
+ {
830
+ "name": "size",
831
+ "description": "Size",
832
+ "values": [
833
+ {
834
+ "name": "lg"
835
+ },
836
+ {
837
+ "name": "md"
838
+ },
839
+ {
840
+ "name": "sm"
841
+ },
842
+ {
843
+ "name": "xl"
844
+ }
845
+ ]
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "name": "rtk-chat-messages-ui-paginated",
851
+ "description": {
852
+ "kind": "markdown",
853
+ "value": ""
854
+ },
855
+ "attributes": [
856
+ {
857
+ "name": "left-align",
858
+ "description": "Whether to align chat bubbles to the left"
859
+ },
860
+ {
861
+ "name": "selected-channel-id",
862
+ "description": "Selected channel id"
863
+ },
864
+ {
865
+ "name": "size",
866
+ "description": "Size",
867
+ "values": [
868
+ {
869
+ "name": "lg"
870
+ },
871
+ {
872
+ "name": "md"
873
+ },
874
+ {
875
+ "name": "sm"
876
+ },
877
+ {
878
+ "name": "xl"
879
+ }
880
+ ]
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "name": "rtk-chat-search-results",
886
+ "description": {
887
+ "kind": "markdown",
888
+ "value": ""
889
+ },
890
+ "attributes": [
891
+ {
892
+ "name": "channel-id",
893
+ "description": "Channel id"
894
+ },
895
+ {
896
+ "name": "query",
897
+ "description": "Search query"
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "name": "rtk-chat-selector-ui",
903
+ "description": {
904
+ "kind": "markdown",
905
+ "value": ""
906
+ },
907
+ "attributes": [
908
+ {
909
+ "name": "selected-group-id",
910
+ "description": "Selected participant"
911
+ },
912
+ {
913
+ "name": "self-user-id",
914
+ "description": "Self User ID"
915
+ }
916
+ ]
917
+ },
918
+ {
919
+ "name": "rtk-chat-toggle",
920
+ "description": {
921
+ "kind": "markdown",
922
+ "value": "A button which toggles visibility of chat.\n\nYou need to pass the `meeting` object to it to see the unread messages count badge.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'chat' }\n```"
923
+ },
924
+ "attributes": [
925
+ {
926
+ "name": "size",
927
+ "description": "Size",
928
+ "values": [
929
+ {
930
+ "name": "lg"
931
+ },
932
+ {
933
+ "name": "md"
934
+ },
935
+ {
936
+ "name": "sm"
937
+ },
938
+ {
939
+ "name": "xl"
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "name": "variant",
945
+ "description": "Variant",
946
+ "values": [
947
+ {
948
+ "name": "button"
949
+ },
950
+ {
951
+ "name": "horizontal"
952
+ }
953
+ ]
954
+ }
955
+ ]
956
+ },
957
+ {
958
+ "name": "rtk-clock",
959
+ "description": {
960
+ "kind": "markdown",
961
+ "value": "Shows the time elapsed in a meeting."
962
+ },
963
+ "attributes": []
964
+ },
965
+ {
966
+ "name": "rtk-confirmation-modal",
967
+ "description": {
968
+ "kind": "markdown",
969
+ "value": "A confirmation modal."
970
+ },
971
+ "attributes": []
972
+ },
973
+ {
974
+ "name": "rtk-controlbar",
975
+ "description": {
976
+ "kind": "markdown",
977
+ "value": "Controlbar component provides you with various designs as variants."
978
+ },
979
+ "attributes": [
980
+ {
981
+ "name": "disable-render",
982
+ "description": "Whether to render the default UI"
983
+ },
984
+ {
985
+ "name": "size",
986
+ "description": "Size",
987
+ "values": [
988
+ {
989
+ "name": "lg"
990
+ },
991
+ {
992
+ "name": "md"
993
+ },
994
+ {
995
+ "name": "sm"
996
+ },
997
+ {
998
+ "name": "xl"
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "name": "variant",
1004
+ "description": "Variant",
1005
+ "values": [
1006
+ {
1007
+ "name": "boxed"
1008
+ },
1009
+ {
1010
+ "name": "solid"
1011
+ }
1012
+ ]
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "name": "rtk-controlbar-button",
1018
+ "description": {
1019
+ "kind": "markdown",
1020
+ "value": "A skeleton component used for composing custom controlbar buttons."
1021
+ },
1022
+ "attributes": [
1023
+ {
1024
+ "name": "brand-icon",
1025
+ "description": "Whether icon requires brand color"
1026
+ },
1027
+ {
1028
+ "name": "disabled",
1029
+ "description": "Whether button is disabled"
1030
+ },
1031
+ {
1032
+ "name": "icon",
1033
+ "description": "Icon"
1034
+ },
1035
+ {
1036
+ "name": "is-loading",
1037
+ "description": "Loading state\nIgnores current icon and shows a spinner if true"
1038
+ },
1039
+ {
1040
+ "name": "label",
1041
+ "description": "Label of button"
1042
+ },
1043
+ {
1044
+ "name": "show-warning",
1045
+ "description": "Whether to show warning icon"
1046
+ },
1047
+ {
1048
+ "name": "size",
1049
+ "description": "Size",
1050
+ "values": [
1051
+ {
1052
+ "name": "lg"
1053
+ },
1054
+ {
1055
+ "name": "md"
1056
+ },
1057
+ {
1058
+ "name": "sm"
1059
+ },
1060
+ {
1061
+ "name": "xl"
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "name": "variant",
1067
+ "description": "Variant",
1068
+ "values": [
1069
+ {
1070
+ "name": "button"
1071
+ },
1072
+ {
1073
+ "name": "horizontal"
1074
+ }
1075
+ ]
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "name": "rtk-counter",
1081
+ "description": {
1082
+ "kind": "markdown",
1083
+ "value": "A number picker with increment and decrement buttons."
1084
+ },
1085
+ "attributes": [
1086
+ {
1087
+ "name": "min-value",
1088
+ "description": "Minimum value"
1089
+ },
1090
+ {
1091
+ "name": "size",
1092
+ "description": "Size",
1093
+ "values": [
1094
+ {
1095
+ "name": "lg"
1096
+ },
1097
+ {
1098
+ "name": "md"
1099
+ },
1100
+ {
1101
+ "name": "sm"
1102
+ },
1103
+ {
1104
+ "name": "xl"
1105
+ }
1106
+ ]
1107
+ },
1108
+ {
1109
+ "name": "value",
1110
+ "description": "Initial value"
1111
+ }
1112
+ ]
1113
+ },
1114
+ {
1115
+ "name": "rtk-debugger",
1116
+ "description": {
1117
+ "kind": "markdown",
1118
+ "value": "A troubleshooting component to identify and fix any issues in the meeting."
1119
+ },
1120
+ "attributes": [
1121
+ {
1122
+ "name": "size",
1123
+ "description": "Size",
1124
+ "values": [
1125
+ {
1126
+ "name": "lg"
1127
+ },
1128
+ {
1129
+ "name": "md"
1130
+ },
1131
+ {
1132
+ "name": "sm"
1133
+ },
1134
+ {
1135
+ "name": "xl"
1136
+ }
1137
+ ]
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "name": "rtk-debugger-audio",
1143
+ "description": {
1144
+ "kind": "markdown",
1145
+ "value": ""
1146
+ },
1147
+ "attributes": [
1148
+ {
1149
+ "name": "size",
1150
+ "description": "Size",
1151
+ "values": [
1152
+ {
1153
+ "name": "lg"
1154
+ },
1155
+ {
1156
+ "name": "md"
1157
+ },
1158
+ {
1159
+ "name": "sm"
1160
+ },
1161
+ {
1162
+ "name": "xl"
1163
+ }
1164
+ ]
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "name": "rtk-debugger-screenshare",
1170
+ "description": {
1171
+ "kind": "markdown",
1172
+ "value": ""
1173
+ },
1174
+ "attributes": [
1175
+ {
1176
+ "name": "size",
1177
+ "description": "Size",
1178
+ "values": [
1179
+ {
1180
+ "name": "lg"
1181
+ },
1182
+ {
1183
+ "name": "md"
1184
+ },
1185
+ {
1186
+ "name": "sm"
1187
+ },
1188
+ {
1189
+ "name": "xl"
1190
+ }
1191
+ ]
1192
+ }
1193
+ ]
1194
+ },
1195
+ {
1196
+ "name": "rtk-debugger-system",
1197
+ "description": {
1198
+ "kind": "markdown",
1199
+ "value": ""
1200
+ },
1201
+ "attributes": [
1202
+ {
1203
+ "name": "size",
1204
+ "description": "Size",
1205
+ "values": [
1206
+ {
1207
+ "name": "lg"
1208
+ },
1209
+ {
1210
+ "name": "md"
1211
+ },
1212
+ {
1213
+ "name": "sm"
1214
+ },
1215
+ {
1216
+ "name": "xl"
1217
+ }
1218
+ ]
1219
+ }
1220
+ ]
1221
+ },
1222
+ {
1223
+ "name": "rtk-debugger-toggle",
1224
+ "description": {
1225
+ "kind": "markdown",
1226
+ "value": ""
1227
+ },
1228
+ "attributes": [
1229
+ {
1230
+ "name": "size",
1231
+ "description": "Size",
1232
+ "values": [
1233
+ {
1234
+ "name": "lg"
1235
+ },
1236
+ {
1237
+ "name": "md"
1238
+ },
1239
+ {
1240
+ "name": "sm"
1241
+ },
1242
+ {
1243
+ "name": "xl"
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "name": "variant",
1249
+ "description": "Variant",
1250
+ "values": [
1251
+ {
1252
+ "name": "button"
1253
+ },
1254
+ {
1255
+ "name": "horizontal"
1256
+ }
1257
+ ]
1258
+ }
1259
+ ]
1260
+ },
1261
+ {
1262
+ "name": "rtk-debugger-video",
1263
+ "description": {
1264
+ "kind": "markdown",
1265
+ "value": ""
1266
+ },
1267
+ "attributes": [
1268
+ {
1269
+ "name": "size",
1270
+ "description": "Size",
1271
+ "values": [
1272
+ {
1273
+ "name": "lg"
1274
+ },
1275
+ {
1276
+ "name": "md"
1277
+ },
1278
+ {
1279
+ "name": "sm"
1280
+ },
1281
+ {
1282
+ "name": "xl"
1283
+ }
1284
+ ]
1285
+ }
1286
+ ]
1287
+ },
1288
+ {
1289
+ "name": "rtk-dialog",
1290
+ "description": {
1291
+ "kind": "markdown",
1292
+ "value": "A dialog component."
1293
+ },
1294
+ "attributes": [
1295
+ {
1296
+ "name": "disable-escape-key",
1297
+ "description": "Whether Escape key can close the modal"
1298
+ },
1299
+ {
1300
+ "name": "hide-close-button",
1301
+ "description": "Whether to show the close button"
1302
+ },
1303
+ {
1304
+ "name": "open",
1305
+ "description": "Whether a dialog is open or not"
1306
+ },
1307
+ {
1308
+ "name": "size",
1309
+ "description": "Size",
1310
+ "values": [
1311
+ {
1312
+ "name": "lg"
1313
+ },
1314
+ {
1315
+ "name": "md"
1316
+ },
1317
+ {
1318
+ "name": "sm"
1319
+ },
1320
+ {
1321
+ "name": "xl"
1322
+ }
1323
+ ]
1324
+ }
1325
+ ]
1326
+ },
1327
+ {
1328
+ "name": "rtk-dialog-manager",
1329
+ "description": {
1330
+ "kind": "markdown",
1331
+ "value": "A component which handles all dialog elements in a component such as:\n\n- rtk-settings\n- rtk-leave-meeting\n- rtk-permissions-message\n- rtk-image-viewer\n- rtk-breakout-rooms-manager\n\nThis components depends on the values from `states` object."
1332
+ },
1333
+ "attributes": [
1334
+ {
1335
+ "name": "size",
1336
+ "description": "Size",
1337
+ "values": [
1338
+ {
1339
+ "name": "lg"
1340
+ },
1341
+ {
1342
+ "name": "md"
1343
+ },
1344
+ {
1345
+ "name": "sm"
1346
+ },
1347
+ {
1348
+ "name": "xl"
1349
+ }
1350
+ ]
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "rtk-draft-attachment-view",
1356
+ "description": {
1357
+ "kind": "markdown",
1358
+ "value": "A component which renders the draft attachment to send"
1359
+ },
1360
+ "attributes": []
1361
+ },
1362
+ {
1363
+ "name": "rtk-emoji-picker",
1364
+ "description": {
1365
+ "kind": "markdown",
1366
+ "value": "A very simple emoji picker component."
1367
+ },
1368
+ "attributes": [
1369
+ {
1370
+ "name": "focus-when-opened",
1371
+ "description": "Controls whether or not to focus on mount"
1372
+ }
1373
+ ]
1374
+ },
1375
+ {
1376
+ "name": "rtk-emoji-picker-button",
1377
+ "description": {
1378
+ "kind": "markdown",
1379
+ "value": ""
1380
+ },
1381
+ "attributes": [
1382
+ {
1383
+ "name": "is-active",
1384
+ "description": "Active state indicator"
1385
+ }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "name": "rtk-ended-screen",
1390
+ "description": {
1391
+ "kind": "markdown",
1392
+ "value": "A screen which shows a meeting has ended."
1393
+ },
1394
+ "attributes": [
1395
+ {
1396
+ "name": "size",
1397
+ "description": "Size",
1398
+ "values": [
1399
+ {
1400
+ "name": "lg"
1401
+ },
1402
+ {
1403
+ "name": "md"
1404
+ },
1405
+ {
1406
+ "name": "sm"
1407
+ },
1408
+ {
1409
+ "name": "xl"
1410
+ }
1411
+ ]
1412
+ }
1413
+ ]
1414
+ },
1415
+ {
1416
+ "name": "rtk-file-dropzone",
1417
+ "description": {
1418
+ "kind": "markdown",
1419
+ "value": ""
1420
+ },
1421
+ "attributes": []
1422
+ },
1423
+ {
1424
+ "name": "rtk-file-message",
1425
+ "description": {
1426
+ "kind": "markdown",
1427
+ "value": "A component which renders a file message from chat."
1428
+ },
1429
+ "attributes": [
1430
+ {
1431
+ "name": "is-continued",
1432
+ "description": "Whether the message is continued by same user"
1433
+ },
1434
+ {
1435
+ "name": "show-bubble",
1436
+ "description": "show message in bubble"
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "name": "rtk-file-message-view",
1442
+ "description": {
1443
+ "kind": "markdown",
1444
+ "value": "A component which renders a file message."
1445
+ },
1446
+ "attributes": [
1447
+ {
1448
+ "name": "name",
1449
+ "description": "Name of the file"
1450
+ },
1451
+ {
1452
+ "name": "size",
1453
+ "description": "Size of the file"
1454
+ },
1455
+ {
1456
+ "name": "url",
1457
+ "description": "Url of the file"
1458
+ }
1459
+ ]
1460
+ },
1461
+ {
1462
+ "name": "rtk-file-picker-button",
1463
+ "description": {
1464
+ "kind": "markdown",
1465
+ "value": ""
1466
+ },
1467
+ "attributes": [
1468
+ {
1469
+ "name": "filter",
1470
+ "description": "File type filter to open file picker with"
1471
+ },
1472
+ {
1473
+ "name": "icon",
1474
+ "description": "Icon",
1475
+ "values": [
1476
+ {
1477
+ "name": "pin"
1478
+ },
1479
+ {
1480
+ "name": "disconnected"
1481
+ },
1482
+ {
1483
+ "name": "dismiss"
1484
+ },
1485
+ {
1486
+ "name": "settings"
1487
+ },
1488
+ {
1489
+ "name": "image"
1490
+ },
1491
+ {
1492
+ "name": "pip_on"
1493
+ },
1494
+ {
1495
+ "name": "pip_off"
1496
+ },
1497
+ {
1498
+ "name": "viewers"
1499
+ },
1500
+ {
1501
+ "name": "mic_off"
1502
+ },
1503
+ {
1504
+ "name": "mic_on"
1505
+ },
1506
+ {
1507
+ "name": "minimize"
1508
+ },
1509
+ {
1510
+ "name": "maximize"
1511
+ },
1512
+ {
1513
+ "name": "video_off"
1514
+ },
1515
+ {
1516
+ "name": "video_on"
1517
+ },
1518
+ {
1519
+ "name": "participants"
1520
+ },
1521
+ {
1522
+ "name": "breakout_rooms"
1523
+ },
1524
+ {
1525
+ "name": "search"
1526
+ },
1527
+ {
1528
+ "name": "chat"
1529
+ },
1530
+ {
1531
+ "name": "add"
1532
+ },
1533
+ {
1534
+ "name": "delete"
1535
+ },
1536
+ {
1537
+ "name": "warning"
1538
+ },
1539
+ {
1540
+ "name": "people"
1541
+ },
1542
+ {
1543
+ "name": "people_checked"
1544
+ },
1545
+ {
1546
+ "name": "poll"
1547
+ },
1548
+ {
1549
+ "name": "rocket"
1550
+ },
1551
+ {
1552
+ "name": "call_end"
1553
+ },
1554
+ {
1555
+ "name": "share"
1556
+ },
1557
+ {
1558
+ "name": "share_screen_start"
1559
+ },
1560
+ {
1561
+ "name": "share_screen_stop"
1562
+ },
1563
+ {
1564
+ "name": "share_screen_person"
1565
+ },
1566
+ {
1567
+ "name": "clock"
1568
+ },
1569
+ {
1570
+ "name": "send"
1571
+ },
1572
+ {
1573
+ "name": "more_vertical"
1574
+ },
1575
+ {
1576
+ "name": "chevron_down"
1577
+ },
1578
+ {
1579
+ "name": "chevron_up"
1580
+ },
1581
+ {
1582
+ "name": "chevron_left"
1583
+ },
1584
+ {
1585
+ "name": "chevron_right"
1586
+ },
1587
+ {
1588
+ "name": "wifi"
1589
+ },
1590
+ {
1591
+ "name": "speaker"
1592
+ },
1593
+ {
1594
+ "name": "speaker_off"
1595
+ },
1596
+ {
1597
+ "name": "download"
1598
+ },
1599
+ {
1600
+ "name": "full_screen_maximize"
1601
+ },
1602
+ {
1603
+ "name": "full_screen_minimize"
1604
+ },
1605
+ {
1606
+ "name": "copy"
1607
+ },
1608
+ {
1609
+ "name": "attach"
1610
+ },
1611
+ {
1612
+ "name": "emoji_multiple"
1613
+ },
1614
+ {
1615
+ "name": "image_off"
1616
+ },
1617
+ {
1618
+ "name": "wand"
1619
+ },
1620
+ {
1621
+ "name": "recording"
1622
+ },
1623
+ {
1624
+ "name": "subtract"
1625
+ },
1626
+ {
1627
+ "name": "stop_recording"
1628
+ },
1629
+ {
1630
+ "name": "pin_off"
1631
+ },
1632
+ {
1633
+ "name": "spinner"
1634
+ },
1635
+ {
1636
+ "name": "shuffle"
1637
+ },
1638
+ {
1639
+ "name": "edit"
1640
+ },
1641
+ {
1642
+ "name": "back"
1643
+ },
1644
+ {
1645
+ "name": "save"
1646
+ },
1647
+ {
1648
+ "name": "web"
1649
+ },
1650
+ {
1651
+ "name": "checkmark"
1652
+ },
1653
+ {
1654
+ "name": "spotlight"
1655
+ },
1656
+ {
1657
+ "name": "join_stage"
1658
+ },
1659
+ {
1660
+ "name": "leave_stage"
1661
+ },
1662
+ {
1663
+ "name": "signal_1"
1664
+ },
1665
+ {
1666
+ "name": "signal_2"
1667
+ },
1668
+ {
1669
+ "name": "signal_3"
1670
+ },
1671
+ {
1672
+ "name": "signal_4"
1673
+ },
1674
+ {
1675
+ "name": "signal_5"
1676
+ },
1677
+ {
1678
+ "name": "start_livestream"
1679
+ },
1680
+ {
1681
+ "name": "stop_livestream"
1682
+ },
1683
+ {
1684
+ "name": "debug"
1685
+ },
1686
+ {
1687
+ "name": "info"
1688
+ },
1689
+ {
1690
+ "name": "devices"
1691
+ },
1692
+ {
1693
+ "name": "horizontal_dots"
1694
+ },
1695
+ {
1696
+ "name": "ai_sparkle"
1697
+ },
1698
+ {
1699
+ "name": "meeting_ai"
1700
+ },
1701
+ {
1702
+ "name": "create_channel"
1703
+ },
1704
+ {
1705
+ "name": "create_channel_illustration"
1706
+ },
1707
+ {
1708
+ "name": "captionsOn"
1709
+ },
1710
+ {
1711
+ "name": "captionsOff"
1712
+ },
1713
+ {
1714
+ "name": "play"
1715
+ },
1716
+ {
1717
+ "name": "pause"
1718
+ },
1719
+ {
1720
+ "name": "fastForward"
1721
+ }
1722
+ ]
1723
+ },
1724
+ {
1725
+ "name": "label",
1726
+ "description": "Label for tooltip"
1727
+ }
1728
+ ]
1729
+ },
1730
+ {
1731
+ "name": "rtk-fullscreen-toggle",
1732
+ "description": {
1733
+ "kind": "markdown",
1734
+ "value": "A button which toggles full screen mode for any\nexisting `rtk-meeting` component in the DOM."
1735
+ },
1736
+ "attributes": [
1737
+ {
1738
+ "name": "size",
1739
+ "description": "Size",
1740
+ "values": [
1741
+ {
1742
+ "name": "lg"
1743
+ },
1744
+ {
1745
+ "name": "md"
1746
+ },
1747
+ {
1748
+ "name": "sm"
1749
+ },
1750
+ {
1751
+ "name": "xl"
1752
+ }
1753
+ ]
1754
+ },
1755
+ {
1756
+ "name": "variant",
1757
+ "description": "Variant",
1758
+ "values": [
1759
+ {
1760
+ "name": "button"
1761
+ },
1762
+ {
1763
+ "name": "horizontal"
1764
+ }
1765
+ ]
1766
+ }
1767
+ ]
1768
+ },
1769
+ {
1770
+ "name": "rtk-grid",
1771
+ "description": {
1772
+ "kind": "markdown",
1773
+ "value": "The main grid component which abstracts all the grid handling logic and renders it for you."
1774
+ },
1775
+ "attributes": [
1776
+ {
1777
+ "name": "aspect-ratio",
1778
+ "description": "The aspect ratio of each participant"
1779
+ },
1780
+ {
1781
+ "name": "gap",
1782
+ "description": "Gap between participants"
1783
+ },
1784
+ {
1785
+ "name": "layout",
1786
+ "description": "Grid Layout",
1787
+ "values": [
1788
+ {
1789
+ "name": "column"
1790
+ },
1791
+ {
1792
+ "name": "row"
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "name": "overrides",
1798
+ "description": ""
1799
+ },
1800
+ {
1801
+ "name": "size",
1802
+ "description": "Size",
1803
+ "values": [
1804
+ {
1805
+ "name": "lg"
1806
+ },
1807
+ {
1808
+ "name": "md"
1809
+ },
1810
+ {
1811
+ "name": "sm"
1812
+ },
1813
+ {
1814
+ "name": "xl"
1815
+ }
1816
+ ]
1817
+ }
1818
+ ]
1819
+ },
1820
+ {
1821
+ "name": "rtk-grid-pagination",
1822
+ "description": {
1823
+ "kind": "markdown",
1824
+ "value": "A component which allows you to change current page and view mode\nof active participants list. This is reflected in the `rtk-grid` component."
1825
+ },
1826
+ "attributes": [
1827
+ {
1828
+ "name": "size",
1829
+ "description": "Size Prop",
1830
+ "values": [
1831
+ {
1832
+ "name": "lg"
1833
+ },
1834
+ {
1835
+ "name": "md"
1836
+ },
1837
+ {
1838
+ "name": "sm"
1839
+ },
1840
+ {
1841
+ "name": "xl"
1842
+ }
1843
+ ]
1844
+ },
1845
+ {
1846
+ "name": "variant",
1847
+ "description": "Variant",
1848
+ "values": [
1849
+ {
1850
+ "name": "grid"
1851
+ },
1852
+ {
1853
+ "name": "rounded"
1854
+ },
1855
+ {
1856
+ "name": "solid"
1857
+ }
1858
+ ]
1859
+ }
1860
+ ]
1861
+ },
1862
+ {
1863
+ "name": "rtk-header",
1864
+ "description": {
1865
+ "kind": "markdown",
1866
+ "value": "A component that houses all the header components."
1867
+ },
1868
+ "attributes": [
1869
+ {
1870
+ "name": "disable-render",
1871
+ "description": "Whether to render the default UI"
1872
+ },
1873
+ {
1874
+ "name": "size",
1875
+ "description": "Size",
1876
+ "values": [
1877
+ {
1878
+ "name": "lg"
1879
+ },
1880
+ {
1881
+ "name": "md"
1882
+ },
1883
+ {
1884
+ "name": "sm"
1885
+ },
1886
+ {
1887
+ "name": "xl"
1888
+ }
1889
+ ]
1890
+ },
1891
+ {
1892
+ "name": "variant",
1893
+ "description": "Variant",
1894
+ "values": [
1895
+ {
1896
+ "name": "boxed"
1897
+ },
1898
+ {
1899
+ "name": "solid"
1900
+ }
1901
+ ]
1902
+ }
1903
+ ]
1904
+ },
1905
+ {
1906
+ "name": "rtk-icon",
1907
+ "description": {
1908
+ "kind": "markdown",
1909
+ "value": "An icon component which accepts an svg string and renders it."
1910
+ },
1911
+ "attributes": [
1912
+ {
1913
+ "name": "icon",
1914
+ "description": "Icon"
1915
+ },
1916
+ {
1917
+ "name": "size",
1918
+ "description": "Size",
1919
+ "values": [
1920
+ {
1921
+ "name": "lg"
1922
+ },
1923
+ {
1924
+ "name": "md"
1925
+ },
1926
+ {
1927
+ "name": "sm"
1928
+ },
1929
+ {
1930
+ "name": "xl"
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "name": "variant",
1936
+ "description": "Icon variant",
1937
+ "values": [
1938
+ {
1939
+ "name": "danger"
1940
+ },
1941
+ {
1942
+ "name": "primary"
1943
+ },
1944
+ {
1945
+ "name": "secondary"
1946
+ }
1947
+ ]
1948
+ }
1949
+ ]
1950
+ },
1951
+ {
1952
+ "name": "rtk-idle-screen",
1953
+ "description": {
1954
+ "kind": "markdown",
1955
+ "value": "A screen that handles the idle state,\ni.e; when you are waiting for data about the meeting, specifically the `meeting` object."
1956
+ },
1957
+ "attributes": []
1958
+ },
1959
+ {
1960
+ "name": "rtk-image-message",
1961
+ "description": {
1962
+ "kind": "markdown",
1963
+ "value": "A component which renders an image message from chat."
1964
+ },
1965
+ "attributes": [
1966
+ {
1967
+ "name": "is-continued",
1968
+ "description": "Whether the message is continued by same user"
1969
+ },
1970
+ {
1971
+ "name": "show-bubble",
1972
+ "description": "show message in bubble"
1973
+ }
1974
+ ]
1975
+ },
1976
+ {
1977
+ "name": "rtk-image-message-view",
1978
+ "description": {
1979
+ "kind": "markdown",
1980
+ "value": "A component which renders an image message."
1981
+ },
1982
+ "attributes": [
1983
+ {
1984
+ "name": "url",
1985
+ "description": "Url of the image"
1986
+ }
1987
+ ]
1988
+ },
1989
+ {
1990
+ "name": "rtk-image-viewer",
1991
+ "description": {
1992
+ "kind": "markdown",
1993
+ "value": "A component which shows an image sent via chat."
1994
+ },
1995
+ "attributes": [
1996
+ {
1997
+ "name": "size",
1998
+ "description": "Size",
1999
+ "values": [
2000
+ {
2001
+ "name": "lg"
2002
+ },
2003
+ {
2004
+ "name": "md"
2005
+ },
2006
+ {
2007
+ "name": "sm"
2008
+ },
2009
+ {
2010
+ "name": "xl"
2011
+ }
2012
+ ]
2013
+ }
2014
+ ]
2015
+ },
2016
+ {
2017
+ "name": "rtk-information-tooltip",
2018
+ "description": {
2019
+ "kind": "markdown",
2020
+ "value": ""
2021
+ },
2022
+ "attributes": []
2023
+ },
2024
+ {
2025
+ "name": "rtk-join-stage",
2026
+ "description": {
2027
+ "kind": "markdown",
2028
+ "value": ""
2029
+ },
2030
+ "attributes": [
2031
+ {
2032
+ "name": "size",
2033
+ "description": "Size",
2034
+ "values": [
2035
+ {
2036
+ "name": "lg"
2037
+ },
2038
+ {
2039
+ "name": "md"
2040
+ },
2041
+ {
2042
+ "name": "sm"
2043
+ },
2044
+ {
2045
+ "name": "xl"
2046
+ }
2047
+ ]
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "rtk-leave-button",
2053
+ "description": {
2054
+ "kind": "markdown",
2055
+ "value": "A button which toggles visilibility of the leave confirmation dialog."
2056
+ },
2057
+ "attributes": [
2058
+ {
2059
+ "name": "size",
2060
+ "description": "Size",
2061
+ "values": [
2062
+ {
2063
+ "name": "lg"
2064
+ },
2065
+ {
2066
+ "name": "md"
2067
+ },
2068
+ {
2069
+ "name": "sm"
2070
+ },
2071
+ {
2072
+ "name": "xl"
2073
+ }
2074
+ ]
2075
+ },
2076
+ {
2077
+ "name": "variant",
2078
+ "description": "Variant",
2079
+ "values": [
2080
+ {
2081
+ "name": "button"
2082
+ },
2083
+ {
2084
+ "name": "horizontal"
2085
+ }
2086
+ ]
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "name": "rtk-leave-meeting",
2092
+ "description": {
2093
+ "kind": "markdown",
2094
+ "value": "A component which allows you to leave a meeting or\nend meeting for all, if you have the permission."
2095
+ },
2096
+ "attributes": []
2097
+ },
2098
+ {
2099
+ "name": "rtk-livestream-indicator",
2100
+ "description": {
2101
+ "kind": "markdown",
2102
+ "value": ""
2103
+ },
2104
+ "attributes": [
2105
+ {
2106
+ "name": "size",
2107
+ "description": "Size",
2108
+ "values": [
2109
+ {
2110
+ "name": "lg"
2111
+ },
2112
+ {
2113
+ "name": "md"
2114
+ },
2115
+ {
2116
+ "name": "sm"
2117
+ },
2118
+ {
2119
+ "name": "xl"
2120
+ }
2121
+ ]
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "name": "rtk-livestream-player",
2127
+ "description": {
2128
+ "kind": "markdown",
2129
+ "value": ""
2130
+ },
2131
+ "attributes": [
2132
+ {
2133
+ "name": "size",
2134
+ "description": "Size",
2135
+ "values": [
2136
+ {
2137
+ "name": "lg"
2138
+ },
2139
+ {
2140
+ "name": "md"
2141
+ },
2142
+ {
2143
+ "name": "sm"
2144
+ },
2145
+ {
2146
+ "name": "xl"
2147
+ }
2148
+ ]
2149
+ }
2150
+ ]
2151
+ },
2152
+ {
2153
+ "name": "rtk-livestream-toggle",
2154
+ "description": {
2155
+ "kind": "markdown",
2156
+ "value": ""
2157
+ },
2158
+ "attributes": [
2159
+ {
2160
+ "name": "size",
2161
+ "description": "Size",
2162
+ "values": [
2163
+ {
2164
+ "name": "lg"
2165
+ },
2166
+ {
2167
+ "name": "md"
2168
+ },
2169
+ {
2170
+ "name": "sm"
2171
+ },
2172
+ {
2173
+ "name": "xl"
2174
+ }
2175
+ ]
2176
+ },
2177
+ {
2178
+ "name": "variant",
2179
+ "description": "Variant",
2180
+ "values": [
2181
+ {
2182
+ "name": "button"
2183
+ },
2184
+ {
2185
+ "name": "horizontal"
2186
+ }
2187
+ ]
2188
+ }
2189
+ ]
2190
+ },
2191
+ {
2192
+ "name": "rtk-logo",
2193
+ "description": {
2194
+ "kind": "markdown",
2195
+ "value": "A component which loads the logo from your config, or via the `logo-url` attribute."
2196
+ },
2197
+ "attributes": [
2198
+ {
2199
+ "name": "logo-url",
2200
+ "description": "Logo URL"
2201
+ }
2202
+ ]
2203
+ },
2204
+ {
2205
+ "name": "rtk-markdown-view",
2206
+ "description": {
2207
+ "kind": "markdown",
2208
+ "value": ""
2209
+ },
2210
+ "attributes": [
2211
+ {
2212
+ "name": "max-length",
2213
+ "description": "max length of text to render as markdown"
2214
+ },
2215
+ {
2216
+ "name": "text",
2217
+ "description": "raw text to render as markdown"
2218
+ }
2219
+ ]
2220
+ },
2221
+ {
2222
+ "name": "rtk-meeting",
2223
+ "description": {
2224
+ "kind": "markdown",
2225
+ "value": "A single component which renders an entire meeting UI.\n\nIt loads your preset and renders the UI based on it.\nWith this component, you don't have to handle all the states,\ndialogs and other smaller bits of managing the application."
2226
+ },
2227
+ "attributes": [
2228
+ {
2229
+ "name": "apply-design-system",
2230
+ "description": "Whether to apply the design system on the document root from config"
2231
+ },
2232
+ {
2233
+ "name": "grid-layout",
2234
+ "description": "Grid layout",
2235
+ "values": [
2236
+ {
2237
+ "name": "column"
2238
+ },
2239
+ {
2240
+ "name": "row"
2241
+ }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "name": "leave-on-unmount",
2246
+ "description": "Whether participant should leave when this component gets unmounted"
2247
+ },
2248
+ {
2249
+ "name": "load-config-from-preset",
2250
+ "description": "Whether to load config from preset"
2251
+ },
2252
+ {
2253
+ "name": "mode",
2254
+ "description": "Fill type",
2255
+ "values": [
2256
+ {
2257
+ "name": "fill"
2258
+ },
2259
+ {
2260
+ "name": "fixed"
2261
+ }
2262
+ ]
2263
+ },
2264
+ {
2265
+ "name": "show-setup-screen",
2266
+ "description": "Whether to show setup screen or not"
2267
+ },
2268
+ {
2269
+ "name": "size",
2270
+ "description": "Size",
2271
+ "values": [
2272
+ {
2273
+ "name": "lg"
2274
+ },
2275
+ {
2276
+ "name": "md"
2277
+ },
2278
+ {
2279
+ "name": "sm"
2280
+ },
2281
+ {
2282
+ "name": "xl"
2283
+ }
2284
+ ]
2285
+ }
2286
+ ]
2287
+ },
2288
+ {
2289
+ "name": "rtk-meeting-title",
2290
+ "description": {
2291
+ "kind": "markdown",
2292
+ "value": "Displays the title of the meeting."
2293
+ },
2294
+ "attributes": []
2295
+ },
2296
+ {
2297
+ "name": "rtk-menu",
2298
+ "description": {
2299
+ "kind": "markdown",
2300
+ "value": "A menu component."
2301
+ },
2302
+ "attributes": [
2303
+ {
2304
+ "name": "offset",
2305
+ "description": "Offset in px"
2306
+ },
2307
+ {
2308
+ "name": "placement",
2309
+ "description": "Placement of menu",
2310
+ "values": [
2311
+ {
2312
+ "name": "bottom"
2313
+ },
2314
+ {
2315
+ "name": "bottom-end"
2316
+ },
2317
+ {
2318
+ "name": "bottom-start"
2319
+ },
2320
+ {
2321
+ "name": "left"
2322
+ },
2323
+ {
2324
+ "name": "left-end"
2325
+ },
2326
+ {
2327
+ "name": "left-start"
2328
+ },
2329
+ {
2330
+ "name": "right"
2331
+ },
2332
+ {
2333
+ "name": "right-end"
2334
+ },
2335
+ {
2336
+ "name": "right-start"
2337
+ },
2338
+ {
2339
+ "name": "top"
2340
+ },
2341
+ {
2342
+ "name": "top-end"
2343
+ },
2344
+ {
2345
+ "name": "top-start"
2346
+ }
2347
+ ]
2348
+ },
2349
+ {
2350
+ "name": "size",
2351
+ "description": "Size",
2352
+ "values": [
2353
+ {
2354
+ "name": "lg"
2355
+ },
2356
+ {
2357
+ "name": "md"
2358
+ },
2359
+ {
2360
+ "name": "sm"
2361
+ },
2362
+ {
2363
+ "name": "xl"
2364
+ }
2365
+ ]
2366
+ }
2367
+ ]
2368
+ },
2369
+ {
2370
+ "name": "rtk-menu-item",
2371
+ "description": {
2372
+ "kind": "markdown",
2373
+ "value": "A menu item component."
2374
+ },
2375
+ "attributes": [
2376
+ {
2377
+ "name": "size",
2378
+ "description": "Size",
2379
+ "values": [
2380
+ {
2381
+ "name": "lg"
2382
+ },
2383
+ {
2384
+ "name": "md"
2385
+ },
2386
+ {
2387
+ "name": "sm"
2388
+ },
2389
+ {
2390
+ "name": "xl"
2391
+ }
2392
+ ]
2393
+ }
2394
+ ]
2395
+ },
2396
+ {
2397
+ "name": "rtk-menu-list",
2398
+ "description": {
2399
+ "kind": "markdown",
2400
+ "value": "A menu list component."
2401
+ },
2402
+ "attributes": []
2403
+ },
2404
+ {
2405
+ "name": "rtk-message-list-view",
2406
+ "description": {
2407
+ "kind": "markdown",
2408
+ "value": "A component which renders list of messages."
2409
+ },
2410
+ "attributes": [
2411
+ {
2412
+ "name": "estimate-item-size",
2413
+ "description": "Estimated height of an item"
2414
+ },
2415
+ {
2416
+ "name": "visible-items-count",
2417
+ "description": "Maximum visible messages"
2418
+ }
2419
+ ]
2420
+ },
2421
+ {
2422
+ "name": "rtk-message-view",
2423
+ "description": {
2424
+ "kind": "markdown",
2425
+ "value": ""
2426
+ },
2427
+ "attributes": [
2428
+ {
2429
+ "name": "author-name",
2430
+ "description": "Author display label"
2431
+ },
2432
+ {
2433
+ "name": "avatar-url",
2434
+ "description": "Avatar image url"
2435
+ },
2436
+ {
2437
+ "name": "hide-author-name",
2438
+ "description": "Hides author display label"
2439
+ },
2440
+ {
2441
+ "name": "hide-avatar",
2442
+ "description": "Hides avatar"
2443
+ },
2444
+ {
2445
+ "name": "hide-metadata",
2446
+ "description": "Hides metadata (time)"
2447
+ },
2448
+ {
2449
+ "name": "variant",
2450
+ "description": "Appearance",
2451
+ "values": [
2452
+ {
2453
+ "name": "bubble"
2454
+ },
2455
+ {
2456
+ "name": "plain"
2457
+ }
2458
+ ]
2459
+ },
2460
+ {
2461
+ "name": "view-type",
2462
+ "description": "Render",
2463
+ "values": [
2464
+ {
2465
+ "name": "incoming"
2466
+ },
2467
+ {
2468
+ "name": "outgoing"
2469
+ }
2470
+ ]
2471
+ }
2472
+ ]
2473
+ },
2474
+ {
2475
+ "name": "rtk-mic-toggle",
2476
+ "description": {
2477
+ "kind": "markdown",
2478
+ "value": "A button which toggles your microphone."
2479
+ },
2480
+ "attributes": [
2481
+ {
2482
+ "name": "size",
2483
+ "description": "Size",
2484
+ "values": [
2485
+ {
2486
+ "name": "lg"
2487
+ },
2488
+ {
2489
+ "name": "md"
2490
+ },
2491
+ {
2492
+ "name": "sm"
2493
+ },
2494
+ {
2495
+ "name": "xl"
2496
+ }
2497
+ ]
2498
+ },
2499
+ {
2500
+ "name": "variant",
2501
+ "description": "Variant",
2502
+ "values": [
2503
+ {
2504
+ "name": "button"
2505
+ },
2506
+ {
2507
+ "name": "horizontal"
2508
+ }
2509
+ ]
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "name": "rtk-microphone-selector",
2515
+ "description": {
2516
+ "kind": "markdown",
2517
+ "value": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `rtkStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n muteNotificationSounds: boolean\n }\n}\n```"
2518
+ },
2519
+ "attributes": [
2520
+ {
2521
+ "name": "size",
2522
+ "description": "Size",
2523
+ "values": [
2524
+ {
2525
+ "name": "lg"
2526
+ },
2527
+ {
2528
+ "name": "md"
2529
+ },
2530
+ {
2531
+ "name": "sm"
2532
+ },
2533
+ {
2534
+ "name": "xl"
2535
+ }
2536
+ ]
2537
+ },
2538
+ {
2539
+ "name": "variant",
2540
+ "description": "variant",
2541
+ "values": [
2542
+ {
2543
+ "name": "full"
2544
+ },
2545
+ {
2546
+ "name": "inline"
2547
+ }
2548
+ ]
2549
+ }
2550
+ ]
2551
+ },
2552
+ {
2553
+ "name": "rtk-mixed-grid",
2554
+ "description": {
2555
+ "kind": "markdown",
2556
+ "value": "A grid component which handles screenshares, plugins and participants."
2557
+ },
2558
+ "attributes": [
2559
+ {
2560
+ "name": "aspect-ratio",
2561
+ "description": "Aspect Ratio of participant tile\n\nFormat: `width:height`"
2562
+ },
2563
+ {
2564
+ "name": "gap",
2565
+ "description": "Gap between participant tiles"
2566
+ },
2567
+ {
2568
+ "name": "layout",
2569
+ "description": "Grid Layout",
2570
+ "values": [
2571
+ {
2572
+ "name": "column"
2573
+ },
2574
+ {
2575
+ "name": "row"
2576
+ }
2577
+ ]
2578
+ },
2579
+ {
2580
+ "name": "size",
2581
+ "description": "Size",
2582
+ "values": [
2583
+ {
2584
+ "name": "lg"
2585
+ },
2586
+ {
2587
+ "name": "md"
2588
+ },
2589
+ {
2590
+ "name": "sm"
2591
+ },
2592
+ {
2593
+ "name": "xl"
2594
+ }
2595
+ ]
2596
+ }
2597
+ ]
2598
+ },
2599
+ {
2600
+ "name": "rtk-more-toggle",
2601
+ "description": {
2602
+ "kind": "markdown",
2603
+ "value": "A button which toggles visibility of a more menu.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeMoreMenu: boolean; }\n```"
2604
+ },
2605
+ "attributes": [
2606
+ {
2607
+ "name": "size",
2608
+ "description": "Size",
2609
+ "values": [
2610
+ {
2611
+ "name": "lg"
2612
+ },
2613
+ {
2614
+ "name": "md"
2615
+ },
2616
+ {
2617
+ "name": "sm"
2618
+ },
2619
+ {
2620
+ "name": "xl"
2621
+ }
2622
+ ]
2623
+ }
2624
+ ]
2625
+ },
2626
+ {
2627
+ "name": "rtk-mute-all-button",
2628
+ "description": {
2629
+ "kind": "markdown",
2630
+ "value": ""
2631
+ },
2632
+ "attributes": [
2633
+ {
2634
+ "name": "size",
2635
+ "description": "Size",
2636
+ "values": [
2637
+ {
2638
+ "name": "lg"
2639
+ },
2640
+ {
2641
+ "name": "md"
2642
+ },
2643
+ {
2644
+ "name": "sm"
2645
+ },
2646
+ {
2647
+ "name": "xl"
2648
+ }
2649
+ ]
2650
+ },
2651
+ {
2652
+ "name": "variant",
2653
+ "description": "Variant",
2654
+ "values": [
2655
+ {
2656
+ "name": "button"
2657
+ },
2658
+ {
2659
+ "name": "horizontal"
2660
+ }
2661
+ ]
2662
+ }
2663
+ ]
2664
+ },
2665
+ {
2666
+ "name": "rtk-mute-all-confirmation",
2667
+ "description": {
2668
+ "kind": "markdown",
2669
+ "value": ""
2670
+ },
2671
+ "attributes": []
2672
+ },
2673
+ {
2674
+ "name": "rtk-name-tag",
2675
+ "description": {
2676
+ "kind": "markdown",
2677
+ "value": "A component which shows a participant's name."
2678
+ },
2679
+ "attributes": [
2680
+ {
2681
+ "name": "is-screen-share",
2682
+ "description": "Whether it is used in a screen share view"
2683
+ },
2684
+ {
2685
+ "name": "size",
2686
+ "description": "Size",
2687
+ "values": [
2688
+ {
2689
+ "name": "lg"
2690
+ },
2691
+ {
2692
+ "name": "md"
2693
+ },
2694
+ {
2695
+ "name": "sm"
2696
+ },
2697
+ {
2698
+ "name": "xl"
2699
+ }
2700
+ ]
2701
+ },
2702
+ {
2703
+ "name": "variant",
2704
+ "description": "Name tag variant",
2705
+ "values": [
2706
+ {
2707
+ "name": "default"
2708
+ },
2709
+ {
2710
+ "name": "text"
2711
+ }
2712
+ ]
2713
+ }
2714
+ ]
2715
+ },
2716
+ {
2717
+ "name": "rtk-network-indicator",
2718
+ "description": {
2719
+ "kind": "markdown",
2720
+ "value": ""
2721
+ },
2722
+ "attributes": [
2723
+ {
2724
+ "name": "is-screen-share",
2725
+ "description": "Is for screenshare"
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "name": "rtk-notification",
2731
+ "description": {
2732
+ "kind": "markdown",
2733
+ "value": "A component which shows a notification.\n\nYou need to remove the element after you receive the\n`rtkNotificationDismiss` event."
2734
+ },
2735
+ "attributes": [
2736
+ {
2737
+ "name": "paused",
2738
+ "description": "Stops timeout when true"
2739
+ },
2740
+ {
2741
+ "name": "size",
2742
+ "description": "Size",
2743
+ "values": [
2744
+ {
2745
+ "name": "lg"
2746
+ },
2747
+ {
2748
+ "name": "md"
2749
+ },
2750
+ {
2751
+ "name": "sm"
2752
+ },
2753
+ {
2754
+ "name": "xl"
2755
+ }
2756
+ ]
2757
+ }
2758
+ ]
2759
+ },
2760
+ {
2761
+ "name": "rtk-notifications",
2762
+ "description": {
2763
+ "kind": "markdown",
2764
+ "value": "A component which handles notifications.\n\nYou can configure which notifications you want to see and which ones you want to hear.\nThere are also certain limits which you can set as well."
2765
+ },
2766
+ "attributes": [
2767
+ {
2768
+ "name": "size",
2769
+ "description": "Size",
2770
+ "values": [
2771
+ {
2772
+ "name": "lg"
2773
+ },
2774
+ {
2775
+ "name": "md"
2776
+ },
2777
+ {
2778
+ "name": "sm"
2779
+ },
2780
+ {
2781
+ "name": "xl"
2782
+ }
2783
+ ]
2784
+ }
2785
+ ]
2786
+ },
2787
+ {
2788
+ "name": "rtk-overlay-modal",
2789
+ "description": {
2790
+ "kind": "markdown",
2791
+ "value": "A confirmation modal."
2792
+ },
2793
+ "attributes": []
2794
+ },
2795
+ {
2796
+ "name": "rtk-paginated-list",
2797
+ "description": {
2798
+ "kind": "markdown",
2799
+ "value": ""
2800
+ },
2801
+ "attributes": [
2802
+ {
2803
+ "name": "auto-scroll",
2804
+ "description": "auto scroll list to bottom"
2805
+ },
2806
+ {
2807
+ "name": "empty-list-label",
2808
+ "description": "label to show when empty"
2809
+ },
2810
+ {
2811
+ "name": "page-size",
2812
+ "description": "Page Size"
2813
+ },
2814
+ {
2815
+ "name": "pages-allowed",
2816
+ "description": "Number of pages allowed to be shown"
2817
+ },
2818
+ {
2819
+ "name": "selected-item-id",
2820
+ "description": "Item id"
2821
+ }
2822
+ ]
2823
+ },
2824
+ {
2825
+ "name": "rtk-participant",
2826
+ "description": {
2827
+ "kind": "markdown",
2828
+ "value": "A participant entry component used inside `rtk-participants` which shows data like:\nname, picture and media device status.\n\nYou can perform privileged actions on the participant too."
2829
+ },
2830
+ "attributes": [
2831
+ {
2832
+ "name": "view",
2833
+ "description": "Show participant summary",
2834
+ "values": [
2835
+ {
2836
+ "name": "sidebar"
2837
+ }
2838
+ ]
2839
+ }
2840
+ ]
2841
+ },
2842
+ {
2843
+ "name": "rtk-participant-count",
2844
+ "description": {
2845
+ "kind": "markdown",
2846
+ "value": "A component which shows count of total joined participants in a meeting."
2847
+ },
2848
+ "attributes": [
2849
+ {
2850
+ "name": "size",
2851
+ "description": "Size",
2852
+ "values": [
2853
+ {
2854
+ "name": "lg"
2855
+ },
2856
+ {
2857
+ "name": "md"
2858
+ },
2859
+ {
2860
+ "name": "sm"
2861
+ },
2862
+ {
2863
+ "name": "xl"
2864
+ }
2865
+ ]
2866
+ }
2867
+ ]
2868
+ },
2869
+ {
2870
+ "name": "rtk-participant-setup",
2871
+ "description": {
2872
+ "kind": "markdown",
2873
+ "value": ""
2874
+ },
2875
+ "attributes": [
2876
+ {
2877
+ "name": "is-preview",
2878
+ "description": "Whether tile is used for preview"
2879
+ },
2880
+ {
2881
+ "name": "name-tag-position",
2882
+ "description": "Position of name tag",
2883
+ "values": [
2884
+ {
2885
+ "name": "bottom-center"
2886
+ },
2887
+ {
2888
+ "name": "bottom-left"
2889
+ },
2890
+ {
2891
+ "name": "bottom-right"
2892
+ },
2893
+ {
2894
+ "name": "top-center"
2895
+ },
2896
+ {
2897
+ "name": "top-left"
2898
+ },
2899
+ {
2900
+ "name": "top-right"
2901
+ }
2902
+ ]
2903
+ },
2904
+ {
2905
+ "name": "size",
2906
+ "description": "Size",
2907
+ "values": [
2908
+ {
2909
+ "name": "lg"
2910
+ },
2911
+ {
2912
+ "name": "md"
2913
+ },
2914
+ {
2915
+ "name": "sm"
2916
+ },
2917
+ {
2918
+ "name": "xl"
2919
+ }
2920
+ ]
2921
+ },
2922
+ {
2923
+ "name": "variant",
2924
+ "description": "Variant",
2925
+ "values": [
2926
+ {
2927
+ "name": "gradient"
2928
+ },
2929
+ {
2930
+ "name": "solid"
2931
+ }
2932
+ ]
2933
+ }
2934
+ ]
2935
+ },
2936
+ {
2937
+ "name": "rtk-participant-tile",
2938
+ "description": {
2939
+ "kind": "markdown",
2940
+ "value": "A component which plays a participants video and allows for placement\nof components like `rtk-name-tag`, `rtk-audio-visualizer` or any other component."
2941
+ },
2942
+ "attributes": [
2943
+ {
2944
+ "name": "is-preview",
2945
+ "description": "Whether tile is used for preview"
2946
+ },
2947
+ {
2948
+ "name": "name-tag-position",
2949
+ "description": "Position of name tag",
2950
+ "values": [
2951
+ {
2952
+ "name": "bottom-center"
2953
+ },
2954
+ {
2955
+ "name": "bottom-left"
2956
+ },
2957
+ {
2958
+ "name": "bottom-right"
2959
+ },
2960
+ {
2961
+ "name": "top-center"
2962
+ },
2963
+ {
2964
+ "name": "top-left"
2965
+ },
2966
+ {
2967
+ "name": "top-right"
2968
+ }
2969
+ ]
2970
+ },
2971
+ {
2972
+ "name": "size",
2973
+ "description": "Size",
2974
+ "values": [
2975
+ {
2976
+ "name": "lg"
2977
+ },
2978
+ {
2979
+ "name": "md"
2980
+ },
2981
+ {
2982
+ "name": "sm"
2983
+ },
2984
+ {
2985
+ "name": "xl"
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "name": "variant",
2991
+ "description": "Variant",
2992
+ "values": [
2993
+ {
2994
+ "name": "gradient"
2995
+ },
2996
+ {
2997
+ "name": "solid"
2998
+ }
2999
+ ]
3000
+ }
3001
+ ]
3002
+ },
3003
+ {
3004
+ "name": "rtk-participants",
3005
+ "description": {
3006
+ "kind": "markdown",
3007
+ "value": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions."
3008
+ },
3009
+ "attributes": [
3010
+ {
3011
+ "name": "default-participants-tab-id",
3012
+ "description": "Default section",
3013
+ "values": [
3014
+ {
3015
+ "name": "requests"
3016
+ },
3017
+ {
3018
+ "name": "stage-list"
3019
+ },
3020
+ {
3021
+ "name": "viewer-list"
3022
+ }
3023
+ ]
3024
+ },
3025
+ {
3026
+ "name": "size",
3027
+ "description": "Size",
3028
+ "values": [
3029
+ {
3030
+ "name": "lg"
3031
+ },
3032
+ {
3033
+ "name": "md"
3034
+ },
3035
+ {
3036
+ "name": "sm"
3037
+ },
3038
+ {
3039
+ "name": "xl"
3040
+ }
3041
+ ]
3042
+ }
3043
+ ]
3044
+ },
3045
+ {
3046
+ "name": "rtk-participants-audio",
3047
+ "description": {
3048
+ "kind": "markdown",
3049
+ "value": "A component which plays all the audio from participants and screenshares."
3050
+ },
3051
+ "attributes": []
3052
+ },
3053
+ {
3054
+ "name": "rtk-participants-stage-list",
3055
+ "description": {
3056
+ "kind": "markdown",
3057
+ "value": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions."
3058
+ },
3059
+ "attributes": [
3060
+ {
3061
+ "name": "hide-header",
3062
+ "description": "Hide Stage Participants Count Header"
3063
+ },
3064
+ {
3065
+ "name": "search",
3066
+ "description": "Search"
3067
+ },
3068
+ {
3069
+ "name": "size",
3070
+ "description": "Size",
3071
+ "values": [
3072
+ {
3073
+ "name": "lg"
3074
+ },
3075
+ {
3076
+ "name": "md"
3077
+ },
3078
+ {
3079
+ "name": "sm"
3080
+ },
3081
+ {
3082
+ "name": "xl"
3083
+ }
3084
+ ]
3085
+ },
3086
+ {
3087
+ "name": "view",
3088
+ "description": "View mode for participants list",
3089
+ "values": [
3090
+ {
3091
+ "name": "sidebar"
3092
+ }
3093
+ ]
3094
+ }
3095
+ ]
3096
+ },
3097
+ {
3098
+ "name": "rtk-participants-stage-queue",
3099
+ "description": {
3100
+ "kind": "markdown",
3101
+ "value": ""
3102
+ },
3103
+ "attributes": [
3104
+ {
3105
+ "name": "size",
3106
+ "description": "Size",
3107
+ "values": [
3108
+ {
3109
+ "name": "lg"
3110
+ },
3111
+ {
3112
+ "name": "md"
3113
+ },
3114
+ {
3115
+ "name": "sm"
3116
+ },
3117
+ {
3118
+ "name": "xl"
3119
+ }
3120
+ ]
3121
+ },
3122
+ {
3123
+ "name": "view",
3124
+ "description": "View mode for participants list",
3125
+ "values": [
3126
+ {
3127
+ "name": "sidebar"
3128
+ }
3129
+ ]
3130
+ }
3131
+ ]
3132
+ },
3133
+ {
3134
+ "name": "rtk-participants-toggle",
3135
+ "description": {
3136
+ "kind": "markdown",
3137
+ "value": "A button which toggles visibility of participants.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'participants' }\n```"
3138
+ },
3139
+ "attributes": [
3140
+ {
3141
+ "name": "size",
3142
+ "description": "Size",
3143
+ "values": [
3144
+ {
3145
+ "name": "lg"
3146
+ },
3147
+ {
3148
+ "name": "md"
3149
+ },
3150
+ {
3151
+ "name": "sm"
3152
+ },
3153
+ {
3154
+ "name": "xl"
3155
+ }
3156
+ ]
3157
+ },
3158
+ {
3159
+ "name": "variant",
3160
+ "description": "Variant",
3161
+ "values": [
3162
+ {
3163
+ "name": "button"
3164
+ },
3165
+ {
3166
+ "name": "horizontal"
3167
+ }
3168
+ ]
3169
+ }
3170
+ ]
3171
+ },
3172
+ {
3173
+ "name": "rtk-participants-viewer-list",
3174
+ "description": {
3175
+ "kind": "markdown",
3176
+ "value": ""
3177
+ },
3178
+ "attributes": [
3179
+ {
3180
+ "name": "hide-header",
3181
+ "description": "Hide Viewer Count Header"
3182
+ },
3183
+ {
3184
+ "name": "search",
3185
+ "description": "Search"
3186
+ },
3187
+ {
3188
+ "name": "size",
3189
+ "description": "Size",
3190
+ "values": [
3191
+ {
3192
+ "name": "lg"
3193
+ },
3194
+ {
3195
+ "name": "md"
3196
+ },
3197
+ {
3198
+ "name": "sm"
3199
+ },
3200
+ {
3201
+ "name": "xl"
3202
+ }
3203
+ ]
3204
+ },
3205
+ {
3206
+ "name": "view",
3207
+ "description": "View mode for participants list",
3208
+ "values": [
3209
+ {
3210
+ "name": "sidebar"
3211
+ }
3212
+ ]
3213
+ }
3214
+ ]
3215
+ },
3216
+ {
3217
+ "name": "rtk-participants-waiting-list",
3218
+ "description": {
3219
+ "kind": "markdown",
3220
+ "value": ""
3221
+ },
3222
+ "attributes": [
3223
+ {
3224
+ "name": "size",
3225
+ "description": "Size",
3226
+ "values": [
3227
+ {
3228
+ "name": "lg"
3229
+ },
3230
+ {
3231
+ "name": "md"
3232
+ },
3233
+ {
3234
+ "name": "sm"
3235
+ },
3236
+ {
3237
+ "name": "xl"
3238
+ }
3239
+ ]
3240
+ },
3241
+ {
3242
+ "name": "view",
3243
+ "description": "View mode for participants list",
3244
+ "values": [
3245
+ {
3246
+ "name": "sidebar"
3247
+ }
3248
+ ]
3249
+ }
3250
+ ]
3251
+ },
3252
+ {
3253
+ "name": "rtk-permissions-message",
3254
+ "description": {
3255
+ "kind": "markdown",
3256
+ "value": "A component which shows permission related troubleshooting\ninformation."
3257
+ },
3258
+ "attributes": []
3259
+ },
3260
+ {
3261
+ "name": "rtk-pip-toggle",
3262
+ "description": {
3263
+ "kind": "markdown",
3264
+ "value": ""
3265
+ },
3266
+ "attributes": [
3267
+ {
3268
+ "name": "size",
3269
+ "description": "Size",
3270
+ "values": [
3271
+ {
3272
+ "name": "lg"
3273
+ },
3274
+ {
3275
+ "name": "md"
3276
+ },
3277
+ {
3278
+ "name": "sm"
3279
+ },
3280
+ {
3281
+ "name": "xl"
3282
+ }
3283
+ ]
3284
+ },
3285
+ {
3286
+ "name": "variant",
3287
+ "description": "Variant",
3288
+ "values": [
3289
+ {
3290
+ "name": "button"
3291
+ },
3292
+ {
3293
+ "name": "horizontal"
3294
+ }
3295
+ ]
3296
+ }
3297
+ ]
3298
+ },
3299
+ {
3300
+ "name": "rtk-plugin-main",
3301
+ "description": {
3302
+ "kind": "markdown",
3303
+ "value": "A component which loads a plugin."
3304
+ },
3305
+ "attributes": []
3306
+ },
3307
+ {
3308
+ "name": "rtk-plugins",
3309
+ "description": {
3310
+ "kind": "markdown",
3311
+ "value": "A component which lists all available plugins from their preset,\nand ability to enable or disable plugins."
3312
+ },
3313
+ "attributes": [
3314
+ {
3315
+ "name": "size",
3316
+ "description": "Size",
3317
+ "values": [
3318
+ {
3319
+ "name": "lg"
3320
+ },
3321
+ {
3322
+ "name": "md"
3323
+ },
3324
+ {
3325
+ "name": "sm"
3326
+ },
3327
+ {
3328
+ "name": "xl"
3329
+ }
3330
+ ]
3331
+ }
3332
+ ]
3333
+ },
3334
+ {
3335
+ "name": "rtk-plugins-toggle",
3336
+ "description": {
3337
+ "kind": "markdown",
3338
+ "value": "A button which toggles visibility of plugins.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'plugins' }\n```"
3339
+ },
3340
+ "attributes": [
3341
+ {
3342
+ "name": "size",
3343
+ "description": "Size",
3344
+ "values": [
3345
+ {
3346
+ "name": "lg"
3347
+ },
3348
+ {
3349
+ "name": "md"
3350
+ },
3351
+ {
3352
+ "name": "sm"
3353
+ },
3354
+ {
3355
+ "name": "xl"
3356
+ }
3357
+ ]
3358
+ },
3359
+ {
3360
+ "name": "variant",
3361
+ "description": "Variant",
3362
+ "values": [
3363
+ {
3364
+ "name": "button"
3365
+ },
3366
+ {
3367
+ "name": "horizontal"
3368
+ }
3369
+ ]
3370
+ }
3371
+ ]
3372
+ },
3373
+ {
3374
+ "name": "rtk-poll",
3375
+ "description": {
3376
+ "kind": "markdown",
3377
+ "value": "A poll component.\n\nShows a poll where a user can vote."
3378
+ },
3379
+ "attributes": [
3380
+ {
3381
+ "name": "self",
3382
+ "description": "Self ID"
3383
+ }
3384
+ ]
3385
+ },
3386
+ {
3387
+ "name": "rtk-poll-form",
3388
+ "description": {
3389
+ "kind": "markdown",
3390
+ "value": "A component that lets you create a poll."
3391
+ },
3392
+ "attributes": []
3393
+ },
3394
+ {
3395
+ "name": "rtk-polls",
3396
+ "description": {
3397
+ "kind": "markdown",
3398
+ "value": "A component which lists all available plugins a user can access with\nthe ability to enable or disable them as per their permissions."
3399
+ },
3400
+ "attributes": [
3401
+ {
3402
+ "name": "size",
3403
+ "description": "Size",
3404
+ "values": [
3405
+ {
3406
+ "name": "lg"
3407
+ },
3408
+ {
3409
+ "name": "md"
3410
+ },
3411
+ {
3412
+ "name": "sm"
3413
+ },
3414
+ {
3415
+ "name": "xl"
3416
+ }
3417
+ ]
3418
+ }
3419
+ ]
3420
+ },
3421
+ {
3422
+ "name": "rtk-polls-toggle",
3423
+ "description": {
3424
+ "kind": "markdown",
3425
+ "value": "A button which toggles visibility of polls.\n\nYou need to pass the `meeting` object to it to see the unread polls count badge.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'polls' }\n```"
3426
+ },
3427
+ "attributes": [
3428
+ {
3429
+ "name": "size",
3430
+ "description": "Size",
3431
+ "values": [
3432
+ {
3433
+ "name": "lg"
3434
+ },
3435
+ {
3436
+ "name": "md"
3437
+ },
3438
+ {
3439
+ "name": "sm"
3440
+ },
3441
+ {
3442
+ "name": "xl"
3443
+ }
3444
+ ]
3445
+ },
3446
+ {
3447
+ "name": "variant",
3448
+ "description": "Variant",
3449
+ "values": [
3450
+ {
3451
+ "name": "button"
3452
+ },
3453
+ {
3454
+ "name": "horizontal"
3455
+ }
3456
+ ]
3457
+ }
3458
+ ]
3459
+ },
3460
+ {
3461
+ "name": "rtk-recording-indicator",
3462
+ "description": {
3463
+ "kind": "markdown",
3464
+ "value": "A component which indicates the recording status of a meeting.\n\nIt will not render anything if no recording is taking place."
3465
+ },
3466
+ "attributes": [
3467
+ {
3468
+ "name": "size",
3469
+ "description": "Size",
3470
+ "values": [
3471
+ {
3472
+ "name": "lg"
3473
+ },
3474
+ {
3475
+ "name": "md"
3476
+ },
3477
+ {
3478
+ "name": "sm"
3479
+ },
3480
+ {
3481
+ "name": "xl"
3482
+ }
3483
+ ]
3484
+ }
3485
+ ]
3486
+ },
3487
+ {
3488
+ "name": "rtk-recording-toggle",
3489
+ "description": {
3490
+ "kind": "markdown",
3491
+ "value": "A button which toggles recording state of a meeting.\n\nOnly a privileged user can perform this action,\nthus the button will not be visible for participants\nwho don't have the permission to record a meeting."
3492
+ },
3493
+ "attributes": [
3494
+ {
3495
+ "name": "disabled",
3496
+ "description": "Disable the button"
3497
+ },
3498
+ {
3499
+ "name": "size",
3500
+ "description": "Size",
3501
+ "values": [
3502
+ {
3503
+ "name": "lg"
3504
+ },
3505
+ {
3506
+ "name": "md"
3507
+ },
3508
+ {
3509
+ "name": "sm"
3510
+ },
3511
+ {
3512
+ "name": "xl"
3513
+ }
3514
+ ]
3515
+ },
3516
+ {
3517
+ "name": "variant",
3518
+ "description": "Variant",
3519
+ "values": [
3520
+ {
3521
+ "name": "button"
3522
+ },
3523
+ {
3524
+ "name": "horizontal"
3525
+ }
3526
+ ]
3527
+ }
3528
+ ]
3529
+ },
3530
+ {
3531
+ "name": "rtk-screen-share-toggle",
3532
+ "description": {
3533
+ "kind": "markdown",
3534
+ "value": "A button which toggles your screenshare."
3535
+ },
3536
+ "attributes": [
3537
+ {
3538
+ "name": "size",
3539
+ "description": "Size",
3540
+ "values": [
3541
+ {
3542
+ "name": "lg"
3543
+ },
3544
+ {
3545
+ "name": "md"
3546
+ },
3547
+ {
3548
+ "name": "sm"
3549
+ },
3550
+ {
3551
+ "name": "xl"
3552
+ }
3553
+ ]
3554
+ },
3555
+ {
3556
+ "name": "variant",
3557
+ "description": "Variant",
3558
+ "values": [
3559
+ {
3560
+ "name": "button"
3561
+ },
3562
+ {
3563
+ "name": "horizontal"
3564
+ }
3565
+ ]
3566
+ }
3567
+ ]
3568
+ },
3569
+ {
3570
+ "name": "rtk-screenshare-view",
3571
+ "description": {
3572
+ "kind": "markdown",
3573
+ "value": "A component which plays a participant's screenshared video.\n\nIt also allows for placement of other components similar to `rtk-participant-tile`.\n\nThis component will not render anything if the participant hasn't start screensharing."
3574
+ },
3575
+ "attributes": [
3576
+ {
3577
+ "name": "hide-full-screen-button",
3578
+ "description": "Hide full screen button"
3579
+ },
3580
+ {
3581
+ "name": "name-tag-position",
3582
+ "description": "Position of name tag",
3583
+ "values": [
3584
+ {
3585
+ "name": "bottom-center"
3586
+ },
3587
+ {
3588
+ "name": "bottom-left"
3589
+ },
3590
+ {
3591
+ "name": "bottom-right"
3592
+ },
3593
+ {
3594
+ "name": "top-center"
3595
+ },
3596
+ {
3597
+ "name": "top-left"
3598
+ },
3599
+ {
3600
+ "name": "top-right"
3601
+ }
3602
+ ]
3603
+ },
3604
+ {
3605
+ "name": "size",
3606
+ "description": "Size",
3607
+ "values": [
3608
+ {
3609
+ "name": "lg"
3610
+ },
3611
+ {
3612
+ "name": "md"
3613
+ },
3614
+ {
3615
+ "name": "sm"
3616
+ },
3617
+ {
3618
+ "name": "xl"
3619
+ }
3620
+ ]
3621
+ },
3622
+ {
3623
+ "name": "variant",
3624
+ "description": "Variant",
3625
+ "values": [
3626
+ {
3627
+ "name": "gradient"
3628
+ },
3629
+ {
3630
+ "name": "solid"
3631
+ }
3632
+ ]
3633
+ }
3634
+ ]
3635
+ },
3636
+ {
3637
+ "name": "rtk-settings",
3638
+ "description": {
3639
+ "kind": "markdown",
3640
+ "value": "A settings component to see and change your audio/video devices\nas well as see your connection quality."
3641
+ },
3642
+ "attributes": [
3643
+ {
3644
+ "name": "size",
3645
+ "description": "Size",
3646
+ "values": [
3647
+ {
3648
+ "name": "lg"
3649
+ },
3650
+ {
3651
+ "name": "md"
3652
+ },
3653
+ {
3654
+ "name": "sm"
3655
+ },
3656
+ {
3657
+ "name": "xl"
3658
+ }
3659
+ ]
3660
+ }
3661
+ ]
3662
+ },
3663
+ {
3664
+ "name": "rtk-settings-audio",
3665
+ "description": {
3666
+ "kind": "markdown",
3667
+ "value": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `rtkStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n muteNotificationSounds: boolean\n }\n}\n```"
3668
+ },
3669
+ "attributes": [
3670
+ {
3671
+ "name": "size",
3672
+ "description": "Size",
3673
+ "values": [
3674
+ {
3675
+ "name": "lg"
3676
+ },
3677
+ {
3678
+ "name": "md"
3679
+ },
3680
+ {
3681
+ "name": "sm"
3682
+ },
3683
+ {
3684
+ "name": "xl"
3685
+ }
3686
+ ]
3687
+ }
3688
+ ]
3689
+ },
3690
+ {
3691
+ "name": "rtk-settings-toggle",
3692
+ "description": {
3693
+ "kind": "markdown",
3694
+ "value": "A button which toggles visibility of settings module.\n\nWhen clicked it emits a `rtkStateUpdate` event with the data:\n\n```ts\n{ activeSettings: boolean; }\n```"
3695
+ },
3696
+ "attributes": [
3697
+ {
3698
+ "name": "size",
3699
+ "description": "Size",
3700
+ "values": [
3701
+ {
3702
+ "name": "lg"
3703
+ },
3704
+ {
3705
+ "name": "md"
3706
+ },
3707
+ {
3708
+ "name": "sm"
3709
+ },
3710
+ {
3711
+ "name": "xl"
3712
+ }
3713
+ ]
3714
+ },
3715
+ {
3716
+ "name": "variant",
3717
+ "description": "Variant",
3718
+ "values": [
3719
+ {
3720
+ "name": "button"
3721
+ },
3722
+ {
3723
+ "name": "horizontal"
3724
+ }
3725
+ ]
3726
+ }
3727
+ ]
3728
+ },
3729
+ {
3730
+ "name": "rtk-settings-video",
3731
+ "description": {
3732
+ "kind": "markdown",
3733
+ "value": "A component which lets to manage your camera devices and your video preferences.\n\nEmits `rtkStateUpdate` event with data for toggling mirroring of self video:\n```ts\n{\n prefs: {\n mirrorVideo: boolean\n }\n}\n```"
3734
+ },
3735
+ "attributes": [
3736
+ {
3737
+ "name": "size",
3738
+ "description": "Size",
3739
+ "values": [
3740
+ {
3741
+ "name": "lg"
3742
+ },
3743
+ {
3744
+ "name": "md"
3745
+ },
3746
+ {
3747
+ "name": "sm"
3748
+ },
3749
+ {
3750
+ "name": "xl"
3751
+ }
3752
+ ]
3753
+ }
3754
+ ]
3755
+ },
3756
+ {
3757
+ "name": "rtk-setup-screen",
3758
+ "description": {
3759
+ "kind": "markdown",
3760
+ "value": "A screen shown before joining the meeting, where you can edit your display name,\nand media settings."
3761
+ },
3762
+ "attributes": [
3763
+ {
3764
+ "name": "size",
3765
+ "description": "Size",
3766
+ "values": [
3767
+ {
3768
+ "name": "lg"
3769
+ },
3770
+ {
3771
+ "name": "md"
3772
+ },
3773
+ {
3774
+ "name": "sm"
3775
+ },
3776
+ {
3777
+ "name": "xl"
3778
+ }
3779
+ ]
3780
+ }
3781
+ ]
3782
+ },
3783
+ {
3784
+ "name": "rtk-sidebar",
3785
+ "description": {
3786
+ "kind": "markdown",
3787
+ "value": "A component which handles the sidebar and\nyou can customize which sections you want, and which section you want as the default."
3788
+ },
3789
+ "attributes": [
3790
+ {
3791
+ "name": "default-section",
3792
+ "description": "Default section",
3793
+ "values": [
3794
+ {
3795
+ "name": "chat"
3796
+ },
3797
+ {
3798
+ "name": "participants"
3799
+ },
3800
+ {
3801
+ "name": "plugins"
3802
+ },
3803
+ {
3804
+ "name": "polls"
3805
+ }
3806
+ ]
3807
+ },
3808
+ {
3809
+ "name": "size",
3810
+ "description": "Size",
3811
+ "values": [
3812
+ {
3813
+ "name": "lg"
3814
+ },
3815
+ {
3816
+ "name": "md"
3817
+ },
3818
+ {
3819
+ "name": "sm"
3820
+ },
3821
+ {
3822
+ "name": "xl"
3823
+ }
3824
+ ]
3825
+ },
3826
+ {
3827
+ "name": "view",
3828
+ "description": "View type",
3829
+ "values": [
3830
+ {
3831
+ "name": "full-screen"
3832
+ },
3833
+ {
3834
+ "name": "sidebar"
3835
+ }
3836
+ ]
3837
+ }
3838
+ ]
3839
+ },
3840
+ {
3841
+ "name": "rtk-sidebar-ui",
3842
+ "description": {
3843
+ "kind": "markdown",
3844
+ "value": ""
3845
+ },
3846
+ "attributes": [
3847
+ {
3848
+ "name": "current-tab",
3849
+ "description": "Default tab to open"
3850
+ },
3851
+ {
3852
+ "name": "focus-close-button",
3853
+ "description": "Option to focus close button when opened"
3854
+ },
3855
+ {
3856
+ "name": "hide-close-action",
3857
+ "description": "Hide Close Action"
3858
+ },
3859
+ {
3860
+ "name": "hide-header",
3861
+ "description": "Hide Main Header"
3862
+ },
3863
+ {
3864
+ "name": "view",
3865
+ "description": "View",
3866
+ "values": [
3867
+ {
3868
+ "name": "full-screen"
3869
+ },
3870
+ {
3871
+ "name": "sidebar"
3872
+ }
3873
+ ]
3874
+ }
3875
+ ]
3876
+ },
3877
+ {
3878
+ "name": "rtk-simple-grid",
3879
+ "description": {
3880
+ "kind": "markdown",
3881
+ "value": "A grid component which renders only the participants in a simple grid."
3882
+ },
3883
+ "attributes": [
3884
+ {
3885
+ "name": "aspect-ratio",
3886
+ "description": "Aspect Ratio of participant tile\n\nFormat: `width:height`"
3887
+ },
3888
+ {
3889
+ "name": "gap",
3890
+ "description": "Gap between participant tiles"
3891
+ },
3892
+ {
3893
+ "name": "size",
3894
+ "description": "Size",
3895
+ "values": [
3896
+ {
3897
+ "name": "lg"
3898
+ },
3899
+ {
3900
+ "name": "md"
3901
+ },
3902
+ {
3903
+ "name": "sm"
3904
+ },
3905
+ {
3906
+ "name": "xl"
3907
+ }
3908
+ ]
3909
+ }
3910
+ ]
3911
+ },
3912
+ {
3913
+ "name": "rtk-speaker-selector",
3914
+ "description": {
3915
+ "kind": "markdown",
3916
+ "value": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `rtkStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n muteNotificationSounds: boolean\n }\n}\n```"
3917
+ },
3918
+ "attributes": [
3919
+ {
3920
+ "name": "size",
3921
+ "description": "Size",
3922
+ "values": [
3923
+ {
3924
+ "name": "lg"
3925
+ },
3926
+ {
3927
+ "name": "md"
3928
+ },
3929
+ {
3930
+ "name": "sm"
3931
+ },
3932
+ {
3933
+ "name": "xl"
3934
+ }
3935
+ ]
3936
+ },
3937
+ {
3938
+ "name": "variant",
3939
+ "description": "variant",
3940
+ "values": [
3941
+ {
3942
+ "name": "full"
3943
+ },
3944
+ {
3945
+ "name": "inline"
3946
+ }
3947
+ ]
3948
+ }
3949
+ ]
3950
+ },
3951
+ {
3952
+ "name": "rtk-spinner",
3953
+ "description": {
3954
+ "kind": "markdown",
3955
+ "value": "A component which shows an animating spinner."
3956
+ },
3957
+ "attributes": [
3958
+ {
3959
+ "name": "size",
3960
+ "description": "Size",
3961
+ "values": [
3962
+ {
3963
+ "name": "lg"
3964
+ },
3965
+ {
3966
+ "name": "md"
3967
+ },
3968
+ {
3969
+ "name": "sm"
3970
+ },
3971
+ {
3972
+ "name": "xl"
3973
+ }
3974
+ ]
3975
+ }
3976
+ ]
3977
+ },
3978
+ {
3979
+ "name": "rtk-spotlight-grid",
3980
+ "description": {
3981
+ "kind": "markdown",
3982
+ "value": "A grid component that renders two lists of participants: `pinnedParticipants` and `participants`.\n\nYou can customize the layout to a `column` view, by default is is `row`.\n\n- Participants from `pinnedParticipants[]` are rendered inside a larger grid.\n- Participants from `participants[]` array are rendered in a smaller grid."
3983
+ },
3984
+ "attributes": [
3985
+ {
3986
+ "name": "aspect-ratio",
3987
+ "description": "Aspect Ratio of participant tile\n\nFormat: `width:height`"
3988
+ },
3989
+ {
3990
+ "name": "gap",
3991
+ "description": "Gap between participant tiles"
3992
+ },
3993
+ {
3994
+ "name": "layout",
3995
+ "description": "Grid Layout",
3996
+ "values": [
3997
+ {
3998
+ "name": "column"
3999
+ },
4000
+ {
4001
+ "name": "row"
4002
+ }
4003
+ ]
4004
+ },
4005
+ {
4006
+ "name": "size",
4007
+ "description": "Size",
4008
+ "values": [
4009
+ {
4010
+ "name": "lg"
4011
+ },
4012
+ {
4013
+ "name": "md"
4014
+ },
4015
+ {
4016
+ "name": "sm"
4017
+ },
4018
+ {
4019
+ "name": "xl"
4020
+ }
4021
+ ]
4022
+ }
4023
+ ]
4024
+ },
4025
+ {
4026
+ "name": "rtk-spotlight-indicator",
4027
+ "description": {
4028
+ "kind": "markdown",
4029
+ "value": ""
4030
+ },
4031
+ "attributes": [
4032
+ {
4033
+ "name": "size",
4034
+ "description": "Size",
4035
+ "values": [
4036
+ {
4037
+ "name": "lg"
4038
+ },
4039
+ {
4040
+ "name": "md"
4041
+ },
4042
+ {
4043
+ "name": "sm"
4044
+ },
4045
+ {
4046
+ "name": "xl"
4047
+ }
4048
+ ]
4049
+ }
4050
+ ]
4051
+ },
4052
+ {
4053
+ "name": "rtk-stage",
4054
+ "description": {
4055
+ "kind": "markdown",
4056
+ "value": "A component used as a stage that commonly houses\nthe `grid` and `sidebar` components."
4057
+ },
4058
+ "attributes": []
4059
+ },
4060
+ {
4061
+ "name": "rtk-stage-toggle",
4062
+ "description": {
4063
+ "kind": "markdown",
4064
+ "value": ""
4065
+ },
4066
+ "attributes": [
4067
+ {
4068
+ "name": "size",
4069
+ "description": "Size",
4070
+ "values": [
4071
+ {
4072
+ "name": "lg"
4073
+ },
4074
+ {
4075
+ "name": "md"
4076
+ },
4077
+ {
4078
+ "name": "sm"
4079
+ },
4080
+ {
4081
+ "name": "xl"
4082
+ }
4083
+ ]
4084
+ },
4085
+ {
4086
+ "name": "variant",
4087
+ "description": "Variant",
4088
+ "values": [
4089
+ {
4090
+ "name": "button"
4091
+ },
4092
+ {
4093
+ "name": "horizontal"
4094
+ }
4095
+ ]
4096
+ }
4097
+ ]
4098
+ },
4099
+ {
4100
+ "name": "rtk-switch",
4101
+ "description": {
4102
+ "kind": "markdown",
4103
+ "value": "A switch component which follows RTK Design System."
4104
+ },
4105
+ "attributes": [
4106
+ {
4107
+ "name": "checked",
4108
+ "description": "Whether the switch is enabled/checked"
4109
+ },
4110
+ {
4111
+ "name": "disabled",
4112
+ "description": "Whether switch is readonly"
4113
+ },
4114
+ {
4115
+ "name": "readonly",
4116
+ "description": "Whether switch is readonly"
4117
+ }
4118
+ ]
4119
+ },
4120
+ {
4121
+ "name": "rtk-tab-bar",
4122
+ "description": {
4123
+ "kind": "markdown",
4124
+ "value": ""
4125
+ },
4126
+ "attributes": [
4127
+ {
4128
+ "name": "layout",
4129
+ "description": "Grid Layout",
4130
+ "values": [
4131
+ {
4132
+ "name": "column"
4133
+ },
4134
+ {
4135
+ "name": "row"
4136
+ }
4137
+ ]
4138
+ },
4139
+ {
4140
+ "name": "size",
4141
+ "description": "Size",
4142
+ "values": [
4143
+ {
4144
+ "name": "lg"
4145
+ },
4146
+ {
4147
+ "name": "md"
4148
+ },
4149
+ {
4150
+ "name": "sm"
4151
+ },
4152
+ {
4153
+ "name": "xl"
4154
+ }
4155
+ ]
4156
+ }
4157
+ ]
4158
+ },
4159
+ {
4160
+ "name": "rtk-text-composer-view",
4161
+ "description": {
4162
+ "kind": "markdown",
4163
+ "value": "A component which renders a text composer"
4164
+ },
4165
+ "attributes": [
4166
+ {
4167
+ "name": "disabled",
4168
+ "description": "Disable the text input (default = false)"
4169
+ },
4170
+ {
4171
+ "name": "max-length",
4172
+ "description": "Max length for text input"
4173
+ },
4174
+ {
4175
+ "name": "placeholder",
4176
+ "description": "Placeholder text"
4177
+ },
4178
+ {
4179
+ "name": "rate-limit-breached",
4180
+ "description": "Boolean to indicate if rate limit is breached"
4181
+ },
4182
+ {
4183
+ "name": "value",
4184
+ "description": "Default value for text input"
4185
+ }
4186
+ ]
4187
+ },
4188
+ {
4189
+ "name": "rtk-text-message",
4190
+ "description": {
4191
+ "kind": "markdown",
4192
+ "value": "A component which renders a text message from chat."
4193
+ },
4194
+ "attributes": [
4195
+ {
4196
+ "name": "is-continued",
4197
+ "description": "Whether the message is continued by same user"
4198
+ },
4199
+ {
4200
+ "name": "show-bubble",
4201
+ "description": "show message in bubble"
4202
+ }
4203
+ ]
4204
+ },
4205
+ {
4206
+ "name": "rtk-text-message-view",
4207
+ "description": {
4208
+ "kind": "markdown",
4209
+ "value": "A component which renders a text message from chat."
4210
+ },
4211
+ "attributes": [
4212
+ {
4213
+ "name": "is-markdown",
4214
+ "description": "Renders text as markdown (default = true)"
4215
+ },
4216
+ {
4217
+ "name": "text",
4218
+ "description": "Text message"
4219
+ }
4220
+ ]
4221
+ },
4222
+ {
4223
+ "name": "rtk-tooltip",
4224
+ "description": {
4225
+ "kind": "markdown",
4226
+ "value": "Tooltip component which follows RTK Design System."
4227
+ },
4228
+ "attributes": [
4229
+ {
4230
+ "name": "delay",
4231
+ "description": "Delay before showing the tooltip"
4232
+ },
4233
+ {
4234
+ "name": "disabled",
4235
+ "description": "Disabled"
4236
+ },
4237
+ {
4238
+ "name": "kind",
4239
+ "description": "Tooltip kind",
4240
+ "values": [
4241
+ {
4242
+ "name": "block"
4243
+ },
4244
+ {
4245
+ "name": "inline"
4246
+ }
4247
+ ]
4248
+ },
4249
+ {
4250
+ "name": "label",
4251
+ "description": "Tooltip label"
4252
+ },
4253
+ {
4254
+ "name": "open",
4255
+ "description": "Open"
4256
+ },
4257
+ {
4258
+ "name": "placement",
4259
+ "description": "Placement of menu",
4260
+ "values": [
4261
+ {
4262
+ "name": "bottom"
4263
+ },
4264
+ {
4265
+ "name": "bottom-end"
4266
+ },
4267
+ {
4268
+ "name": "bottom-start"
4269
+ },
4270
+ {
4271
+ "name": "left"
4272
+ },
4273
+ {
4274
+ "name": "left-end"
4275
+ },
4276
+ {
4277
+ "name": "left-start"
4278
+ },
4279
+ {
4280
+ "name": "right"
4281
+ },
4282
+ {
4283
+ "name": "right-end"
4284
+ },
4285
+ {
4286
+ "name": "right-start"
4287
+ },
4288
+ {
4289
+ "name": "top"
4290
+ },
4291
+ {
4292
+ "name": "top-end"
4293
+ },
4294
+ {
4295
+ "name": "top-start"
4296
+ }
4297
+ ]
4298
+ },
4299
+ {
4300
+ "name": "size",
4301
+ "description": "Size",
4302
+ "values": [
4303
+ {
4304
+ "name": "lg"
4305
+ },
4306
+ {
4307
+ "name": "md"
4308
+ },
4309
+ {
4310
+ "name": "sm"
4311
+ },
4312
+ {
4313
+ "name": "xl"
4314
+ }
4315
+ ]
4316
+ },
4317
+ {
4318
+ "name": "variant",
4319
+ "description": "Tooltip variant",
4320
+ "values": [
4321
+ {
4322
+ "name": "primary"
4323
+ },
4324
+ {
4325
+ "name": "secondary"
4326
+ }
4327
+ ]
4328
+ }
4329
+ ]
4330
+ },
4331
+ {
4332
+ "name": "rtk-transcript",
4333
+ "description": {
4334
+ "kind": "markdown",
4335
+ "value": "A component which shows a transcript.\n\nYou need to remove the element after you receive the\n`rtkTranscriptDismiss` event."
4336
+ },
4337
+ "attributes": []
4338
+ },
4339
+ {
4340
+ "name": "rtk-transcripts",
4341
+ "description": {
4342
+ "kind": "markdown",
4343
+ "value": "A component which handles transcripts.\n\nYou can configure which transcripts you want to see and which ones you want to hear.\nThere are also certain limits which you can set as well."
4344
+ },
4345
+ "attributes": []
4346
+ },
4347
+ {
4348
+ "name": "rtk-ui-provider",
4349
+ "description": {
4350
+ "kind": "markdown",
4351
+ "value": ""
4352
+ },
4353
+ "attributes": [
4354
+ {
4355
+ "name": "no-render-until-meeting",
4356
+ "description": "Do not render children until meeting is initialized"
4357
+ },
4358
+ {
4359
+ "name": "show-setup-screen",
4360
+ "description": "Whether to show setup screen or not"
4361
+ },
4362
+ {
4363
+ "name": "size",
4364
+ "description": "Size",
4365
+ "values": [
4366
+ {
4367
+ "name": "lg"
4368
+ },
4369
+ {
4370
+ "name": "md"
4371
+ },
4372
+ {
4373
+ "name": "sm"
4374
+ },
4375
+ {
4376
+ "name": "xl"
4377
+ }
4378
+ ]
4379
+ }
4380
+ ]
4381
+ },
4382
+ {
4383
+ "name": "rtk-viewer-count",
4384
+ "description": {
4385
+ "kind": "markdown",
4386
+ "value": "A component which shows count of total joined participants in a meeting."
4387
+ },
4388
+ "attributes": [
4389
+ {
4390
+ "name": "variant",
4391
+ "description": "Viewer count variant",
4392
+ "values": [
4393
+ {
4394
+ "name": "embedded"
4395
+ },
4396
+ {
4397
+ "name": "primary"
4398
+ }
4399
+ ]
4400
+ }
4401
+ ]
4402
+ },
4403
+ {
4404
+ "name": "rtk-virtualized-participant-list",
4405
+ "description": {
4406
+ "kind": "markdown",
4407
+ "value": ""
4408
+ },
4409
+ "attributes": [
4410
+ {
4411
+ "name": "buffered-items-count",
4412
+ "description": "Buffer items to render before and after the visible area"
4413
+ },
4414
+ {
4415
+ "name": "item-height",
4416
+ "description": "Height of each item in pixels (assumed fixed)"
4417
+ }
4418
+ ]
4419
+ },
4420
+ {
4421
+ "name": "rtk-waiting-screen",
4422
+ "description": {
4423
+ "kind": "markdown",
4424
+ "value": ""
4425
+ },
4426
+ "attributes": []
4427
+ }
4428
+ ]
4429
+ }