c++ - How to fix error :url_decode, base64_encode are not a member of ‘pion::http::types’? -
i building application pion 5.0.6. libraries. file contains pion-net 2.2.12 functions url_decode , url_encode, base64_encode.these functions not defined in new version pion 5.0.6. can replace in place of these function calls.
error getting: error: ‘url_decode’ not member of ‘pion::http::types’ return pion::http::types::url_decode(crs);
Comments
Post a Comment