VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

Have two separate methods for mute and unmute call #213

Closed ludivinefafournoux closed 4 years ago

ludivinefafournoux commented 4 years ago

Version

3.7.1

File / Feature

VSLCallManager.m

Expected behavior

I would like to have two methods for mute and unmute, is this possible ?

Actual behavior

When I call toggleMuteForCall, the state of microphone is managed automatically.