# amazon-chime-sdk-cpp **Repository Path**: mirrors_aws/amazon-chime-sdk-cpp ## Basic Information - **Project Name**: amazon-chime-sdk-cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-21 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Amazon Chime SDK for C++ [Amazon Chime SDK Project Board](https://aws.github.io/amazon-chime-sdk-js/modules/projectboard.html) ## Build video calling, audio calling, and screen sharing applications powered by the Amazon Chime SDK. The Windows client library builds on the C++ signaling client library by including a pre-compiled WebRTC implementation for Windows. So now, developers do not have to select, build and test a WebRTC library for their application. Developers still retain access to the audio and video frames for low-level integrations with microphone, speaker, and video devices. We also have an [Amazon Chime SDK Project Board](https://aws.github.io/amazon-chime-sdk-js/modules/projectboard.html) where you can find community requests and their statuses. To get started, see the following resources: * [Amazon Chime](https://aws.amazon.com/chime) * [Amazon Chime Developer Guide](https://docs.aws.amazon.com/chime/latest/dg/what-is-chime.html) * [Amazon Chime SDK API Reference](http://docs.aws.amazon.com/chime/latest/APIReference/Welcome.html) ## Setup We currently distribute a Windows Binary of the C++ SDK, you can find the set up instructions [here](https://github.com/aws/amazon-chime-sdk-cpp/blob/main/guides/setup_windows.md). ## Reporting a suspected vulnerability If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/). Please do not create a public GitHub issue. ## API Overview C++ SDK API usage can be found [here](https://github.com/aws/amazon-chime-sdk-cpp/guides/api_overview.md) with code snippets.