This should help you, pjsua_call_vid_strm_op_param param; pjsua_call_vid_strm_op_param_default(¶m); param.cap_dev = New_Device_Id; status = pjsua_call_set_vid_strm(call_id,PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV,¶m); On Wed, Jul 18, 2012 at 7:35 PM, Sandeep Karanth <sandeepk.kdp at gmail.com>wrote: > Hi Fedot, > I have done something similar to this during a call but with AVI > devices. You need to call pjsua_call_set_vid_strm() function with * > PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV* op_code. > > Regards, > Sandeep > > On Wed, Jul 18, 2012 at 7:17 PM, Fedot Fedotov <fedot.fedotov at gmail.com>wrote: > >> Hi, everyone! >> >> I'd like to change the video device during video call in pjproject >> 2.0.(from one web cam to another). >> >> Is it possible? >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120718/fe8b7ca6/attachment.html>