Skip to content
Snippets Groups Projects
Commit d5ed6ca8 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

switch to new ICE serialisation

parent 62583557
Branches
Tags
No related merge requests found
...@@ -144,7 +144,7 @@ struct IceCandidates : public EncryptedValue<IceCandidates> ...@@ -144,7 +144,7 @@ struct IceCandidates : public EncryptedValue<IceCandidates>
{ {
pk.pack_array(2); pk.pack_array(2);
pk.pack(id); pk.pack(id);
#if 0 #if 1
pk.pack_bin(ice_data.size()); pk.pack_bin(ice_data.size());
pk.pack_bin_body((const char*)ice_data.data(), ice_data.size()); pk.pack_bin_body((const char*)ice_data.data(), ice_data.size());
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment