Opened this issue 10 years ago · 2 comments
possible to mute your microphone after called?
call = Skype.call "callee" call.mute
@djwgit, you can do that via
Skype.exec 'GET MUTE' Skype.exec 'SET MUTE ON' Skype.exec 'SET MUTE OFF'
It will be nice if it had a wrapper though.
thanks @ndnenkov,
just tried, seems, it works. but with latest skype on mac (v. 7.26), cannot initiate a call now, it used to work a while ago with earlier version of skype..
Skype.call "*****"
never mind, saw that, MS removed API :-(