awslabs / amazon-kinesis-video-streams-webrtc-sdk-c

Amazon Kinesis Video Streams Webrtc SDK is for developers to install and customize realtime communication between devices and enable secure streaming of video, audio to Kinesis Video Streams.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-c/group__PublicMemberFunctions.html
Apache License 2.0
997 stars 299 forks source link

Set DEBUG_LOG_SDP but no local sdp printing #948

Closed Nomidia closed 3 years ago

Nomidia commented 3 years ago

After export DEBUG_LOG_SDP=TRUE, the local sdp is not printed. Because the sdp print log in setLocalDescription is ahead of createAnswer.

https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/98e36b7838c7c2c71433851e0417db2e1f7b91a7/samples/Common.c#L142-L148

disa6302 commented 3 years ago

Oops. Let me fix this.