Web Meeting SDK React - Version 3.9.0
Description
After upgrading from 3.1.7 to 3.9 the updateVideoOptions → ViewSizes → default is no longer working, and it is only respecting the viewSizes given in the initialization.
** Code Snippets**
const client = ZoomMtgEmbedded.createClient();
client.updateVideoOptions({
viewSizes: {
default: {
width: 1000,
height: 500
}
}
});