Hi everyone, I'm wondering how to set a pjsua_acc_config when we use pjsua_acc_add_local? Indeed this method contrary to pjsua_acc_add does not take any config structure. I need it to set the basic video parameters: vid_cap_dev = PJMEDIA_VID_DEFAULT_CAPTURE_DEV; vid_rend_dev = PJMEDIA_VID_DEFAULT_RENDER_DEV; vid_in_auto_show = PJ_TRUE; // Automatically show incoming video. vid_out_auto_transmit = PJ_TRUE; // Automatically offer video. I tried the method pjsua_acc_modify just after calling pjsua_acc_add_local but it doesnt work. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120622/4a6cddf8/attachment.html>