{"id":22826046,"url":"https://github.com/agmmnn/streaming-api-react-native","last_synced_at":"2025-06-22T18:05:44.699Z","repository":{"id":266135264,"uuid":"897498179","full_name":"agmmnn/streaming-api-react-native","owner":"agmmnn","description":"A React Native demo application showcasing interactive avatar streaming using HeyGen's Streaming API and LiveKit.","archived":false,"fork":false,"pushed_at":"2024-12-02T19:22:16.000Z","size":193,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T18:05:27.987Z","etag":null,"topics":["android","expo","heygen","ios","livekit","livekit-sdk","react-native"],"latest_commit_sha":null,"homepage":"https://docs.heygen.com/docs/react-native-integration-guide-with-streaming-api-livekit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agmmnn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-02T18:26:41.000Z","updated_at":"2025-06-21T12:53:56.000Z","dependencies_parsed_at":"2024-12-02T19:41:46.130Z","dependency_job_id":"661c237b-8c2c-4cd3-8f96-2caa65de7a33","html_url":"https://github.com/agmmnn/streaming-api-react-native","commit_stats":null,"previous_names":["agmmnn/streaming-api-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agmmnn/streaming-api-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmmnn%2Fstreaming-api-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmmnn%2Fstreaming-api-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmmnn%2Fstreaming-api-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmmnn%2Fstreaming-api-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agmmnn","download_url":"https://codeload.github.com/agmmnn/streaming-api-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmmnn%2Fstreaming-api-react-native/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261338954,"owners_count":23143892,"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":["android","expo","heygen","ios","livekit","livekit-sdk","react-native"],"created_at":"2024-12-12T17:13:21.052Z","updated_at":"2025-06-22T18:05:39.660Z","avatar_url":"https://github.com/agmmnn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HeyGen LiveKit React Native Demo\n\nA React Native demo application showcasing real-time avatar streaming using HeyGen's Streaming API and LiveKit. This demo demonstrates how to integrate HeyGen's AI avatars with real-time video streaming capabilities in a mobile application.\n\n[React Native Integration Guide with Streaming API + LiveKit - HeyGen Documentation](https://docs.heygen.com/docs/react-native-integration-guide-with-streaming-api-livekit)\n\nhttps://github.com/user-attachments/assets/64f57ece-8229-4d02-b9a7-68fafafbf27b\n\n## Features\n\n- Real-time AI avatar streaming\n- Text-to-speech functionality\n- WebRTC video streaming using LiveKit\n- React Native/Expo implementation\n- iOS and Android support\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/)\n- [Bun](https://bun.sh/) package manager\n- [Expo CLI](https://docs.expo.dev/get-started/installation/)\n- iOS Simulator/Android Emulator or physical device\n- [HeyGen API Key](https://app.heygen.com/settings)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/agmmnn/streaming-api-react-native\ncd streaming-api-react-native\n\nbun i\n```\n\n2. Configure API token variable:\n\nMake sure to replace `API_CONFIG.apiKey` with your actual API key.\n\n```ts\nconst API_CONFIG = {\n  apiKey: \"apikey\",\n  serverUrl: \"https://api.heygen.com\",\n};\n```\n\n## Development\n\n1. Create development build:\n\n```bash\nexpo prebuild\n```\n\nRun on iOS:\n\n```bash\nexpo run:ios\n# For physical device\nexpo run:ios --device\n```\n\nRun on Android:\n\n```bash\nexpo run:android\n```\n\nNote: This app requires a development build and cannot run in Expo Go due to native dependencies.\n\n## Project Structure\n\n```\n├── App.tsx              # Main application component\n├── app.json            # Expo configuration\n├── babel.config.js     # Babel configuration\n├── tsconfig.json       # TypeScript configuration\n└── package.json        # Project dependencies\n```\n\n## Implementation Details\n\nThe app demonstrates:\n\n- HeyGen Streaming API integration\n- LiveKit WebRTC setup\n- Real-time video streaming\n- Text-to-speech functionality\n- Session management\n- Error handling\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Resources\n\n- [HeyGen API Documentation](https://docs.heygen.com/)\n- [LiveKit React Native Client SDK](https://github.com/livekit/client-sdk-react-native)\n- [Expo Documentation](https://docs.expo.dev)\n\n---\n\nBuilt with using HeyGen API and LiveKit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagmmnn%2Fstreaming-api-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagmmnn%2Fstreaming-api-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagmmnn%2Fstreaming-api-react-native/lists"}