Skip to content
Snippets Groups Projects
Commit 44e98d2e authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1722] Forgot one file to commit

parent dba4b4a0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment