mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
sip: media-manager: fix SDP message when there is no supported codec
This commit is contained in:
parent
7d8be1d68d
commit
63cc6507e7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ calls_sip_media_manager_get_capabilities (CallsSipMediaManager *self,
|
||||||
|
|
||||||
if (supported_codecs == NULL) {
|
if (supported_codecs == NULL) {
|
||||||
g_warning ("No supported codecs found. Can't build meaningful SDP message");
|
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;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue