amazon-kinesis-video-streams-webrtc-sdk-c
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard
Support dynamically allocated signaling payload
Issue #, if available:
- We end up allocating
MAX_SIGNALING_MESSAGE_LENper signaling message received.
What was changed?
- Configuration to choose to do this allocation dynamically.
Why was it changed?
- For memory constrained devices, this is a huge deal. and would reduce(~couple of 100KBs of) peak memory usage.