[questions] 1.9.1 improvements details

Hey @nvivot,

Thank you for your questions, I’m happy to help out here!

Added support for hosts to delete chat messages for in meeting or Webinar chats.

Yes, this can be configured. The first step is to reach out to us at developersupport@zoom.us so that we can enable a setting on your account. This will then provide the following setting on your Meeting Settings page:

Added support for Chrome Origin Trials within the WebSDK

The Chrome Browser has a program called the Origin Trials where you can beta test new features. The Web SDK now supports adding the Origin Trials that you would like to participate in via the prepareJssdk() function.

  ZoomMtg.prepareJssdk([
    'WebAssembly SIMD',
    'WebCodecs'
  ]);

Currently, the following Origin Trials may be helpful:

  1. WebAssembly SIMD improve video/sharing performace
  2. WebCodecs will solve response time when starting video

Added support dialog informing customers to update WebSDK version

Yes, that’s correct. If the user attempts to join with an incompatible version of the Web SDK, they’ll see the following message:

Whereas, out of date Web SDK implementations may see this message:

I hope that helps! Let me know if you have any questions.

Thanks,
Max