-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Sample code fails to build when IOT_CORE_ENABLE_CREDENTIALS is enabled. #1879
Comments
Hi @disa6302, thank you for your reply.
Is this OK?
I was following this steps but do you mean that the cloud configuration affects the client build process? |
Thank you for your PR. I misread the description and thought it was a runtime issue. Apologies. |
Having the same issue @narutaro. What did you define pIotCoreCertificateId to exactly? Thanks in advance. |
@noorjabermd see #1880 |
Closing as this is now resolved https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/releases/tag/v1.9.1 |
Please confirm you have already done the following
Describe the bug
Sample code fails to build when IOT_CORE_ENABLE_CREDENTIALS is enabled. See the error in the sections below.
Expected Behavior
The build succeeds.
Current Behavior
Error:
Defining
pIotCoreCertificateId
increateSampleConfiguration
function incommon.c
fixes the error.Reproduction Steps
Enable
#define IOT_CORE_ENABLE_CREDENTIALS 1
in theamazon-kinesis-video-streams-webrtc-sdk-c/samples/Samples.h
WebRTC C SDK version being used
1.9.0
Compiler and Version used
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Operating System and version
Ubuntu 7.5.0-3ubuntu1~18.04
Platform being used
Cloud9
The text was updated successfully, but these errors were encountered: