{"id":20268636,"url":"https://github.com/agoraio/video-sdk-samples-windows","last_synced_at":"2026-05-27T23:31:24.207Z","repository":{"id":195812691,"uuid":"654531095","full_name":"AgoraIO/video-sdk-samples-windows","owner":"AgoraIO","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-20T14:37:40.000Z","size":104991,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-21T22:41:07.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/AgoraIO.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":"2023-06-16T10:32:53.000Z","updated_at":"2023-12-31T09:39:02.000Z","dependencies_parsed_at":"2024-11-14T12:29:51.990Z","dependency_job_id":null,"html_url":"https://github.com/AgoraIO/video-sdk-samples-windows","commit_stats":null,"previous_names":["agoraio/video-sdk-samples-windows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AgoraIO/video-sdk-samples-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgoraIO%2Fvideo-sdk-samples-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgoraIO%2Fvideo-sdk-samples-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgoraIO%2Fvideo-sdk-samples-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgoraIO%2Fvideo-sdk-samples-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgoraIO","download_url":"https://codeload.github.com/AgoraIO/video-sdk-samples-windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgoraIO%2Fvideo-sdk-samples-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33588345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":"2024-11-14T12:19:09.452Z","updated_at":"2026-05-27T23:31:24.188Z","avatar_url":"https://github.com/AgoraIO.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agora Video SDK for Windows sample projects\n\nThis repository holds the code examples used for the [Agora Video SDK for Windows ](https://docs.agora.io/en/video-calling/get-started/get-started-sdk?platform=windows) documentation. Clone the repo, run and test the samples, and use the code in your own project. Enjoy.\n\n- [Samples](#samples)\n- [Prerequisites](#prerequisites)\n- [Run this project](#run-this-project)\n- [Contact](#contact)\n\n## Samples\n\nThe runnable code examples are:\n\n- [SDK quickstart](./get_started/) - The minimum code you need to integrate high-quality, low-latency Video Calling features into your app using Video SDK.\n- [Call quality best practice](./call_quality/) - How to use Video SDK features to ensure optimal audio and video quality in your app. \n- [Custom video and audio surces](./custom_audio_and_video/) - How to integrate a custom audio or video source in to your app using Video SDK.\n\n## Prerequisites\n1. Git account,\n1. A device running Windows 7 or higher.\n1. Microsoft Visual Studio 2017 or higher with Desktop development with C++ support.\n1. An [Agora account and project](https://console.agora.io/projects).\n1. Latest Agora SDK for the particular product, you want to run.  Go to [SDKs](https://docs.agora.io/en/sdks?platform=windows), download the latest version of the Agora Video SDK, and unzip the downloaded SDK to a local folder.  \n\n## Run this project\n\nTo run a sample project in this repository, take the following steps:\n\n1. **Clone the repository**\n\n   To clone the repository to your local machine, open Terminal and navigate to the directory where you want to clone the repository. Then, use the following command:\n\n    ```bash\n    git clone https://github.com/AgoraIO/video-sdk-samples-windows\n    ```\n\n1. **Open the project**\n   1. Double-click `video-sdk-samples-windows/agora_manager/agora_manager.sln`. The project opens in Visual Studio.\n   1. Unzip [Video SDK for Windows](https://docs.agora.io/en/sdks?platform=windows) to a local directory.  \n   1. Replace `video-sdk-samples-windows/agora_manager/sdk` with the contents of \n      `Agora_Native_SDK_for_Windows_FULL\\sdk`\n   1. In `video-sdk-samples-windows/agora_manager` create a folder using the following naming convention: `\u003cx64|x86\u003e`/`\u003cDebug|Release\u003e`. For example, for a debug profile on a 64 bit development device: `x64/Debug` \n   1. Copy the contents of `video-sdk-samples-windows/agora_manager/SDK/\u003cx86_64|x86\u003e` to `video-sdk-samples-windows/agora_manager/\u003cx64|x86\u003e/\u003cDebug|Release\u003e`.\n   \n1. **Install the required third party libraries**\n\n   1. In the command prompt, navigate to `video-sdk-samples-windows`. \n   1. Install `vcpkg`: \n      ```bash\n      1. git clone https://github.com/Microsoft/vcpkg.git\n      1. cd vcpkg\n      1. .\\bootstrap-vcpkg.bat\n      ```  \n   1. Install the required packages:\n      ```bash\n      .\\vcpkg.exe install jsoncpp:x64-windows\n      .\\vcpkg.exe install curl:x64-windows\n      .\\vcpkg.exe install opencv:x64-windows\n      ```\n   1. Ensure `vcpkg` Integration with Visual Studio:\n\t  Make sure you have integrated vcpkg with Visual Studio. After cloning vcpkg and installing libraries, you need to run the integration command:\n\t  ```bash\n\t  ./vcpkg.exe integrate install\n\t  ```\n\t  This command should provide a message indicating successful integration with Visual Studio.\n\n1. **Modify the project configuration**\n\n   The app loads connection parameters from [`./config.json`](./config.json)\n   . Ensure that the file is populated with the required parameter values before running the application.\n\n    - `uid`: The user ID associated with the application.\n    - `appId`: (Required) The unique ID for the application obtained from [Agora Console](https://console.agora.io). \n    - `channelName`: The default name of the channel to join.\n    - `rtcToken`:An token generated for `channelName`. You generate a temporary token using the [Agora token builder](https://agora-token-generator-demo.vercel.app/).\n    - `serverUrl`: The URL for the token generator. See [Secure authentication with tokens](authentication-workflow) for information on how to set up a token server.\n    - `tokenExpiryTime`: The time in seconds after which a token expires.\n\n    If a valid `serverUrl` is provided, all samples use the token server to obtain a token except the **SDK quickstart** project that uses the `rtcToken`. If a `serverUrl` is not specified, all samples except **Secure authentication with tokens** use the `rtcToken` from `config.json`.\n\n1. **Build and run the project**\n\n   1. In Solution Explorer, right-click the sample you want to run, then click `set as startup project'\n   1. Build and run the project. \n\n## Contact\n\nIf you have any questions, issues, or suggestions, please file an issue in our [GitHub Issue Tracker](https://github.com/AgoraIO/video-sdk-samples-windows/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoraio%2Fvideo-sdk-samples-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagoraio%2Fvideo-sdk-samples-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoraio%2Fvideo-sdk-samples-windows/lists"}