Commit 3df534a7 authored by Olivier Crête's avatar Olivier Crête

agent: Print valid string even with no local candidates

parent 73926858
...@@ -5533,7 +5533,7 @@ _generate_stream_sdp (NiceAgent *agent, Stream *stream, ...@@ -5533,7 +5533,7 @@ _generate_stream_sdp (NiceAgent *agent, Stream *stream,
if (include_non_ice) { if (include_non_ice) {
NiceAddress rtp, rtcp; NiceAddress rtp, rtcp;
gchar ip4[INET6_ADDRSTRLEN]; gchar ip4[INET6_ADDRSTRLEN] = "";
nice_address_init (&rtp); nice_address_init (&rtp);
nice_address_set_ipv4 (&rtp, 0); nice_address_set_ipv4 (&rtp, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment