{"id":16091061,"url":"https://github.com/palerdot/video-conferencing-ui","last_synced_at":"2025-10-29T05:48:39.907Z","repository":{"id":226999088,"uuid":"769477041","full_name":"palerdot/video-conferencing-ui","owner":"palerdot","description":"Video Conferencing UI built with React/Typescript/Tailwind ","archived":false,"fork":false,"pushed_at":"2024-03-11T03:01:40.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T14:51:24.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palerdot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-09T07:22:06.000Z","updated_at":"2024-03-11T02:54:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdacd8f7-b112-4f73-913a-8ba5dcc9d159","html_url":"https://github.com/palerdot/video-conferencing-ui","commit_stats":null,"previous_names":["palerdot/video-conferencing-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palerdot%2Fvideo-conferencing-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palerdot%2Fvideo-conferencing-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palerdot%2Fvideo-conferencing-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palerdot%2Fvideo-conferencing-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palerdot","download_url":"https://codeload.github.com/palerdot/video-conferencing-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378091,"owners_count":20929293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T15:08:34.442Z","updated_at":"2025-10-29T05:48:39.844Z","avatar_url":"https://github.com/palerdot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# video-conferencing-ui\n\nVideo Conferencing UI built with React/Typescript/Tailwind.\n\n[Demo](https://palerdot.in/video-conferencing-ui/)\n\n### Running Locally\n\n```shell\n# install packages\npnpm install\n\n# run locally\npnpm dev\n```\n\n### About\n\nThis repo contains an example video conferencing UI for providing optimum video/call display layout for up to 49 participants.\n\n- The main helper module for calculating optimal grid dimension is at [utils.ts](./src/utils.ts). It calculates the grid dimension based on three inputs - video/call screen dimension, total number of participants and aspect ratio (`4:3`, `16:9`). Tests for this module is at [utils.test.ts](./src/utils.test.ts). The test primarily covers scenario for 3 participants as screen size calculation is more relevant for this particular number of participants (as participants increase, layout mostly tend to move towards square fit, 1, 4, 9 etc)\n- [Resize Observer](https://web.dev/articles/resize-observer) is used to calculate changing call screen dimensions as this is the recommended efficient way to watch for dimension changes of any html element.\n- [react-window](https://github.com/bvaughn/react-window) is used for rendering large offscreen lists like participant details.\n- [useTransition](https://react.dev/reference/react/useTransition) is used for non blocking state updates when main screen dimension changes. \n\n#### Miscellaneous\n\n- `faker` is used for generating call participants data.\n- The app is bootstrapped with `vite`, `react-ts` template.\n- App is currently deployed to github pages as a static client side app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalerdot%2Fvideo-conferencing-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalerdot%2Fvideo-conferencing-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalerdot%2Fvideo-conferencing-ui/lists"}