1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

SIP:calls_sdp_crypto_context_generate_answer() accept the first supporetd a=crypto: line

This commit is contained in:
Дилян Палаузов 2023-02-12 12:06:06 +00:00 committed by Evangelos Ribeiro Tzaras
parent d6619d68c9
commit 242efcc06a

View file

@ -472,6 +472,7 @@ calls_sdp_crypto_context_generate_answer (CallsSdpCryptoContext *self)
attr->crypto_suite = attr_offer->crypto_suite;
attr->tag = attr_offer->tag;
calls_srtp_crypto_attribute_init_keys (attr);
break;
}
}