Description
By Default only speaker view is present and no option of switching to gallery view in web SDK component view integeration
Browser Console Error
Which Web Meeting SDK version?
2.3.5
Meeting SDK Code Snippets
let meetingSDKElement = document.getElementById(‘meetingSDKElement’);
client.init({
debug: true,
zoomAppRoot: meetingSDKElement,
language: 'en-US',
customize: {
video: {
isResizable: true,
viewSizes: {
default: {
width: 1000,
height: 600
},
ribbon: {
width: 1000,
height: 600
}
}
},
meetingInfo: [
'topic',
'host',
],
},
});
Screenshots
Device (please complete the following information):
Windows 10 Chrome 100.0.4896.127 (64 bit)