Where choose speaker view, the speaker view being cropped

Hey @DeniJSa ,

Good news! There is a property you can pass into the ZoomMtg.init() function that will auto hide the footer like in the Native Client.

isLockBottom: false

Example:

ZoomMtg.init({
      leaveUrl: this.leaveUrl,
      isLockBottom: false,
      success: (success) => {
...

Once the footer is hidden the whole video is shown.

https://marketplacefront.zoom.us/sdk/meeting/web/ZoomMtg.html#init

Thanks,
Tommy