Vikram Dattu
Vikram Dattu
*Issue #, if available:* - N/A *What was changed?* - Use dynamically allocated WSS URL - Use dynamic allocations for singaling payload - Use required only allocations in LwsApiCalls instead...
*** This is a placeholder PR: Not to be merged **** This PR is meant to showcase the work which will bring the support for ESP-IDF build support and hence...
- Handle partial writes by sending data in multiple iterations - Use retries when message send fails - Track and handle message receive if in parts using `receiveMessage` var
*Issue #, if available:* - We end up allocating `MAX_SIGNALING_MESSAGE_LEN` per signaling message received. *What was changed?* - Configuration to choose to do this allocation dynamically. *Why was it changed?*...
*What was changed?* - With this change, the application can start peer connection with single ICE server - This will allow peer connection to run IceAgent instantaneously without waiting for...