Host self Camera does not appear in zoom websdk

Description
The Host self camera in tile is not showing in websdk

Is there any from this config that need to being set to make it available →
ZoomMtg.init({
debug: true, //optional
leaveUrl: ‘http://www.zoom.us’, //required
webEndpoint: ‘PSO web domain’, // PSO option
showMeetingHeader: false, //option
disableInvite: false, //optional
disableCallOut: false, //optional
disableRecord: false, //optional
disableJoinAudio: false, //optional
audioPanelAlwaysOpen: true, //optional
showPureSharingContent: false, //optional
isSupportAV: true, //optional,
isSupportChat: true, //optional,
isSupportQA: true, //optional,
isSupportPolling: true, //optional
isSupportBreakout: true, //optional
isSupportCC: true, //optional,
screenShare: true, //optional,
rwcBackup: ‘’, //optional,
videoDrag: true, //optional,
sharingMode: ‘both’, //optional,
videoHeader: true, //optional,
isLockBottom: true, // optional,
isSupportNonverbal: true, // optional,
isShowJoiningErrorDialog: true, // optional,
disablePreview: false, // optional
disableCORP: true, // optional
inviteUrlFormat: ‘’, // optional
loginWindow: { // optional,
width: 400,
height: 380
},
meetingInfo: [ // optional
‘topic’,
‘host’,
‘mn’,
‘pwd’,
‘telPwd’,
‘invite’,
‘participant’,
‘dc’,
‘enctype’,
‘report’
],
disableVoIP: false, // optional
disableReport: false, // optional
});
Which Web Meeting SDK version?
1.9.7(CDN)

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: Macbook pro 13 in 2017
  • OS: Mac OS
  • Browser: Chrome
  • Browser Version : Version 92.0.4515.131 (Official Build) (x86_64)

Additional context
Add any other context about the problem here.

Hey @delegateplay,

Thank you for reaching out to the Zoom Developer Forum. Please make sure that you have enabled Cross Origin Isolation to ensure Chrome is using the most up-to-date APIs.

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.