]> sjero.net Git - linphone/blobdiff - coreapi/offeranswer.c
Send ZRTP hello hash in SIP SDP.
[linphone] / coreapi / offeranswer.c
index 9823c24a69f12f6b448d4b687d85436249c9fdb7..eefe34d45bf97e86647b2279b738c261a0bf1e9b 100644 (file)
@@ -261,6 +261,7 @@ static void initiate_incoming(const SalStreamDescription *local_cap,
        result->ice_completed = local_cap->ice_completed;
        memcpy(result->ice_candidates, local_cap->ice_candidates, sizeof(result->ice_candidates));
        memcpy(result->ice_remote_candidates, local_cap->ice_remote_candidates, sizeof(result->ice_remote_candidates));
+       memcpy(result->zrtp_hello_hash,local_cap->zrtp_hello_hash, sizeof(result->zrtp_hello_hash));
 }
 
 /**