mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#1722] Forgot one file to commit
This commit is contained in:
@ -696,6 +696,7 @@ void Sdp::get_remote_sdp_crypto_from_offer (const pjmedia_sdp_session* remote_sd
|
||||
|
||||
_debug("****************** Found a Crypto ********************");
|
||||
std::string attr(attribute->value.ptr, attribute->value.slen);
|
||||
|
||||
// @TODO our parser require the "acrypto:" to be present
|
||||
std::string full_attr = "a=crypto:";
|
||||
full_attr += attr;
|
||||
|
Reference in New Issue
Block a user