Audio server plugin cannot receive mute event

We have a Audio Server Plugin which is pretty similar to NullAudio plugin and Blackhole audio plugin, it works pretty well except one problem, when user click the mic button on Zoom or MS Teams to mute and unmute the microphone, only unmute can receive event of:

SetControlPropertyData 0x6:kObjectID_Mute_Input_Master select=0x6263766c(Boolean) value=0

I supposed it would receive the same event but with the value to 1 when we click mute, but according the message dump (I dumped set/get/has/isSetable), totally no event received!

Anyone met the same issue and have solution?

Thanks