{"id":30196285,"url":"https://github.com/vonage-community/sample-video-dotnet-blazor","last_synced_at":"2026-04-18T14:04:39.166Z","repository":{"id":307456311,"uuid":"1029488648","full_name":"Vonage-Community/sample-video-dotnet-blazor","owner":"Vonage-Community","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-31T09:13:22.000Z","size":713,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T12:16:46.990Z","etag":null,"topics":["blazor","dotnet","vonage","vonage-video-api"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vonage-Community.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,"zenodo":null}},"created_at":"2025-07-31T06:02:28.000Z","updated_at":"2025-07-31T09:13:27.000Z","dependencies_parsed_at":"2025-07-31T12:27:06.062Z","dependency_job_id":null,"html_url":"https://github.com/Vonage-Community/sample-video-dotnet-blazor","commit_stats":null,"previous_names":["vonage-community/sample-video-dotnet-blazor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Vonage-Community/sample-video-dotnet-blazor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonage-Community%2Fsample-video-dotnet-blazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonage-Community%2Fsample-video-dotnet-blazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonage-Community%2Fsample-video-dotnet-blazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonage-Community%2Fsample-video-dotnet-blazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vonage-Community","download_url":"https://codeload.github.com/Vonage-Community/sample-video-dotnet-blazor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonage-Community%2Fsample-video-dotnet-blazor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"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-08-13T02:00:09.904Z","response_time":66,"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":["blazor","dotnet","vonage","vonage-video-api"],"created_at":"2025-08-13T05:17:37.691Z","updated_at":"2026-04-18T14:04:36.329Z","avatar_url":"https://github.com/Vonage-Community.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vonage Video API Blazor Sample\n\nA Blazor sample application demonstrating how to integrate Vonage Video API for real-time video communications. \nThis sample provides a complete implementation of video sessions, streaming, recording, and archive\nmanagement.\n\n## Prerequisites\n\n- .NET 9.0 or later\n- A [Vonage Video API account](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL\u0026utm_medium=github\u0026utm_campaign=csharp-client-library)\n- A Vonage Application with enabled Video capabilities. Check our [Getting started guide](https://developer.vonage.com/en/video/getting-started?source=video).\n\n## Getting Started\n\n### 1. Configure Vonage Credentials\n\nOpen the `appsettings.json` file and add your Vonage credentials:\n\n```json\n{\n  \"vonage\": {\n    \"Application.Id\": \"Your AppId\",\n    \"Application.Key\": \"Your PrivateKey\"\n  }\n}\n```\n\n### 2. Run the Application\n\n```bash\ndotnet run\n```\n\nThe application will start and be available at `https://localhost:7145` (specified in `launchSettings.json`).\n\n## Usage Guide\n\n### Creating or Joining a Session\n\nWhen you first launch the application, you'll be presented with two options:\n\n1. **Create New Session**: Start as a moderator with full control over the session.\n2. **Join Existing Session**: Enter an existing session ID to join as a participant.\n\n### Video Streaming\n\nOnce in a session, you can:\n\n- Click **\"Start Stream\"** to begin sending your video and audio feed\n- View other participant's video feeds in real-time\n- Control your own audio/video settings\n\n### Session Recording (Moderator Only)\n\nAs a moderator, you have additional capabilities:\n\n- **Start archiving**: Begin recording the current session\n- **Stop archiving**: End the current recording\n- **Add experience composer**: Include video content from an external URL into the session, as a new participant\n\n### Managing Archives\n\nNavigate to the **Archives** page to:\n\n- View all recordings associated with your account\n- See detailed information including:\n    - Creation date and time\n    - Archive name/ID\n    - Recording status\n    - Duration\n- Watch recorded sessions directly in the browser\n\n## Troubleshooting\n\n### Common Issues\n\n**Invalid Credentials Error**\n\n- Verify your Application ID and Private Key in `appsettings.json`\n- Ensure your Vonage account is active and has Video API access\n\n## Contributing\n\nWe welcome contributions! Please feel free to submit issues, feature requests, or pull requests to help improve this\nsample.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Support\n\nFor Vonage Video API specific questions, visit\nthe [Vonage Developer Documentation](https://developer.vonage.com/en/video/overview).\n\nFor issues with this sample, please create an issue in this repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonage-community%2Fsample-video-dotnet-blazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonage-community%2Fsample-video-dotnet-blazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonage-community%2Fsample-video-dotnet-blazor/lists"}