1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-24 12:49:30 +00:00

sip: origin: Decouple TLS usage from target address

Since we cannot do encrypted media streams yet, we should hardcode whether or
not we want to use SRTP to FALSE, so that sips target URLs can be used in SIP
calls at all.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-07 04:44:58 +01:00
parent 43f4cceed3
commit ba00665c36

View file

@ -252,7 +252,7 @@ add_call (CallsSipOrigin *self,
local_sdp = calls_sip_media_manager_static_capabilities (self->media_manager,
local_port,
check_sips (address));
FALSE);
g_assert (local_sdp);