{"id":30776272,"url":"https://github.com/vintasoftware/expo-chime-demo","last_synced_at":"2025-10-08T12:39:17.131Z","repository":{"id":279696934,"uuid":"939010573","full_name":"vintasoftware/expo-chime-demo","owner":"vintasoftware","description":"A demo of Expo / React Native integrated with the AWS Chime SDK for video calling","archived":false,"fork":false,"pushed_at":"2025-06-10T13:24:19.000Z","size":668,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-05T04:39:31.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vintasoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-25T21:07:30.000Z","updated_at":"2025-07-08T21:31:26.000Z","dependencies_parsed_at":"2025-09-05T04:35:06.136Z","dependency_job_id":"6e0dba66-d67f-4356-b6dd-23623003a772","html_url":"https://github.com/vintasoftware/expo-chime-demo","commit_stats":null,"previous_names":["vintasoftware/expo-chime-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vintasoftware/expo-chime-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fexpo-chime-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fexpo-chime-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fexpo-chime-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fexpo-chime-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vintasoftware","download_url":"https://codeload.github.com/vintasoftware/expo-chime-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fexpo-chime-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278947277,"owners_count":26073725,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-05T04:32:29.443Z","updated_at":"2025-10-08T12:39:17.126Z","avatar_url":"https://github.com/vintasoftware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo AWS Chime Demo (Alpha)\n\n⚠️ **Under heavy development**\n\nA demonstration of AWS Chime SDK integration with Expo/React Native as a native module. This project showcases how to build a video conferencing application using [Expo Modules API](https://docs.expo.dev/versions/latest/sdk/modules/) and [AWS Chime](https://aws.amazon.com/chime/).\n\n\u003cimg src=\"https://github.com/user-attachments/assets/b96f9a6d-8113-4a60-b5a0-cfb0afa39b05\" alt=\"Expo Chime Demo screenshot\" width=\"200\" /\u003e\n\n## Supported Platforms\n\n- Android\n- iOS (coming soon)\n\n## Features\n\n- Real-time video conferencing capabilities\n- Audio/video controls (mute/unmute, video on/off)\n- Multi-participant video grid with dynamic layout\n- Local video preview\n- Permissions handling for camera and microphone\n\n## Technical Details\n- Custom Expo native module (`expo-aws-chime`)\n- React Context API for state management\n- Tailwind CSS for styling with NativeWind\n- gluestack-ui v2 components for UI elements\n\n## Getting Started\n\n### Prerequisites\n- [Node.js](https://nodejs.org/)\n- [Expo CLI](https://docs.expo.dev/get-started/installation/)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/vintasoftware/expo-chime-demo.git\ncd expo-chime-demo\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Deploy [the serverless demo of AWS Chime](https://github.com/aws/amazon-chime-sdk-js/tree/main/demos/serverless) and get the API URL. It looks like: `https://\u003chash\u003e.execute-api.\u003cregion\u003e.amazonaws.com/Prod/`\n\n4. Configure the environment variables:\n    1. Create the .env.local file in the root directory:\n    ```bash\n    cp .env.local.example .env.local\n    ```\n    2. Add your AWS configuration:\n    ```\n    EXPO_PUBLIC_AWS_REGION=\u003cregion\u003e\n    EXPO_PUBLIC_AWS_CHIME_ENDPOINT=https://\u003chash\u003e.execute-api.\u003cregion\u003e.amazonaws.com/Prod/\n    ```\n\n### Running the App\n\nCurrently only Android is supported. AWS Chime SDK doesn't support x86 emulators, so you (probably) need to use a physical mobile device:\n\n1. Open Android Studio and connect your device. The easiest way is to pair your device with Wi-Fi using the [\"Pair Devices Using Wi-Fi\" option](https://developer.android.com/studio/run/device#wireless).\n\n\n2. Run the app with:\n\n```bash\nnpx expo run:android\n```\n\n3. Check your physical mobile device.\n\n## Project Structure\n\n- `/app` - Main application code using Expo Router for file-based routing\n- `/components` - Reusable React components\n- `/components/ui` - gluestack-ui v2 components\n- `/modules/expo-aws-chime` - AWS Chime SDK native module implementation\n- `/assets` - Static assets like images and fonts\n\n## Native Module Implementation\n\nThe AWS Chime SDK is integrated as a custom Expo native module using Expo Modules API in the `/modules/expo-aws-chime` directory. The module provides:\n\n- Native bridge to AWS Chime SDK for Android\n- React hooks for easy integration (`useChimeMeeting`)\n- Context provider for state management (`ChimeMeetingProvider`)\n- Native view component for rendering video tiles (`ExpoAWSChimeView`)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the `LICENSE.txt` file for details.\n\n## Commercial Support\n\n[![alt text](https://avatars2.githubusercontent.com/u/5529080?s=80\u0026v=4 \"Vinta Logo\")](https://www.vintasoftware.com/)\n\nThis is an open-source project maintained by [Vinta Software](https://www.vinta.com.br/). We are always looking for exciting work! If you need any commercial support, feel free to get in touch: contact@vinta.com.br\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintasoftware%2Fexpo-chime-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvintasoftware%2Fexpo-chime-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintasoftware%2Fexpo-chime-demo/lists"}