Description
I would like to hide self video using zoom web sdk instead of manually checking the option under view=>toggle off show self video. i would like to use zoom web sdk to turn off self video programmatically.
is there some options in ZoomMtg.init() or a method in ZoomMtg that i can use to turn off 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 () {
// other code
}
error: function () {
// other code
}
Screenshots
If applicable, add screenshots to help explain your problem.
Troubleshooting Routes
i tried looking at the zoom web sdk reference but couldnt find any options or method
Device (please complete the following information):
- Device: [Macbook Air]
- 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.