Mute and unmute yourself

Description
I’ve found the Mute/Unmute audio for other participants:

ZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingAudioController().MuteAudio()

But I didn’t find how to mute/unmute yourself. Is this implemented on the Zoom SDK C# Wrapper?

Hey @igor.lunarx,

Have you tried passing in your userId to mute/unmute yourself?

https://zoom.github.io/zoom-sdk-windows/class_i_meeting_audio_controller.html#a46ffad1f9a811c713086ac4663df2744

-Tommy