pjsua_conf_adjust_rx_level will mute the speaker volume. If you want to mute the mic you can use pjsua_conf_adjust_tx_level or you can do this pjsua_call_info callInfo; pjsua_call_get_info(identifier, &callInfo); pj_status_t status = pjsua_conf_disconnect(0, callInfo.conf_slot); where identifier is the call identifier given to you by pjsip. Also you can mute the mic calling the HW directly Cheers On Nov 20, 2010, at 8:29 AM, Maya Zalcberg wrote: > Hi, > Just use the command: > pjsua_conf_adjust_rx_level > > Regards, > Maya > > On Sat, Nov 20, 2010 at 11:10 AM, vinay kumar <vktechguy87 at gmail.com> wrote: > Hi All, > > > I am using Pjsip 1.7 and iOS 3.1.3 in my application,i just want to mute the Audio during ongoing call on click of button. > > can please anyone tell me that how could i do this? > > Thanks in Advance > Vinay > > > _______________________________________________ > 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 > > > > > -- > Maya Zalcberg > www.zemingo.com > 972.52.332.8356 > _______________________________________________ > 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 Statement of Confidentiality The contents of this e-mail message and any attachments are confidential and are intended solely for the addressee. The information may also be legally privileged. This transmission is sent in trust, and the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply e-mail or at 508.683.2500 and delete this message and its attachments, if any. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101120/475c830f/attachment.html>