Build Error in Kinesis Video Streams WebRTC SDK C when Enabling IoT Core Credentials #1881
Unanswered
VictorTsokonov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
Environment
Steps
amazon-kinesis-video-streams-webrtc-sdk-c
repository.~/amazon-kinesis-video-streams-webrtc-sdk-c/samples/Samples.h
.#define IOT_CORE_ENABLE_CREDENTIALS 1
to enable IoT Core credentials.amazon-kinesis-video-streams-webrtc-sdk-c/build/
runcmake ..
amazon-kinesis-video-streams-webrtc-sdk-c/build/
runmake
Expected Behavior
The project builds successfully without errors.
Actual Behavior
Commenting the
#define IOT_CORE_ENABLE_CREDENTIALS 1
line leads to a successful build.Additional Context
Question
How can I resolve this build error when enabling IoT Core credentials in the Amazon Kinesis Video Streams WebRTC SDK C?
Beta Was this translation helpful? Give feedback.
All reactions