sip: media-manager: fix SDP message when there is no supported codec

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-09 17:41:32 +02:00
committed by Guido Gunther
parent 7d8be1d68d
commit 63cc6507e7

View File

@@ -113,7 +113,7 @@ calls_sip_media_manager_get_capabilities (CallsSipMediaManager *self,
if (supported_codecs == NULL) {
g_warning ("No supported codecs found. Can't build meaningful SDP message");
g_string_append_printf (media_line, "m=audio 0 RTP/AVP 0");
g_string_append_printf (media_line, "m=audio 0 RTP/AVP");
goto done;
}