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:
parent
d6619d68c9
commit
242efcc06a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue