squash: Implements handling of live conference and queue service.

This commit is contained in:
damencho
2024-06-25 09:21:41 +03:00
parent 7f02d7ff57
commit bd3ab8d8cd
22 changed files with 597 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
/**
* The component that renders visitors queue UI.
*
* @returns {ReactElement}
*/
export default function VisitorsQueue() {
return undefined;
}