Hide self video using zoom web sdk

Description
I am using zoom web sdk 2.9.7. i would like to know if there is a method or option to fill up during ZoomMtg.init() or some other option or method that would allow me to hide self video during zoom meeting. i would like to do it programmatically instead of asking the user to click on view and toggle off the show self video

Which Web Meeting SDK version?
2.9.7

Meeting SDK Code Snippets

 ZoomMtg.init({
      leaveUrl: meetingConfig.leaveUrl,
      // added to disable zoom sharing and other functions
      showMeetingHeader: false,
      disableInvite: true,
      disableCallOut: true,
      disableRecord: true,
      disableJoinAudio: false,
      audioPanelAlwaysOpen: false,
      showPureSharingContent: false,
      isSupportAV: true,
      isSupportChat: false,
      isSupportQA: false,
      isSupportPolling: false,
      isSupportBreakout: false,
      isSupportCC: false,
      screenShare: false,
      success: function () {}
      error: function () {}
})

Screenshots

Troubleshooting Routes
i attempted to find some answer on the api reference ZoomMtg | Zoom Meeting SDK for Web - 2.10.0 but couldnt find any

Device (please complete the following information):

  • Device: [Mac]
  • OS: [ macOS 11]
  • Browser: [Chrome]
  • Browser Version [Version 110.0.5481.177 (Official Build) (x86_64)]

Additional context
Add any other context about the problem here.

Hi, @spaceman.developer,

This topic may be a duplicate of another. I will go ahead and close out this topic and continue to provide support here:

We kindly request that you only submit a single topic for any issues you are experiencing and keep any response to that thread.

Zoom Community