Web sdk throwing redux error

Description
Web SDK is throwing redux error when trying to get Media Capture Permission and also when trying to get current user

Browser Console Error
The full error message or issue you are running into.

Which Web Meeting SDK version?
3.0.1 client view

Meeting SDK Code Snippets

ZoomMtg.mediaCapturePermission({
    operate: "request",
    success: console.log,
    error: console.error,
  });

Screenshots

Device (please complete the following information):

  • OS: Linux
  • Browser: Chromium
  • Browser Version 116.0.5845.110 (Official Build) (64-bit)

@bharat.bhadresha ,

Could you confirm if this is 3.1.0, and which sample are you using?
I’ve tried to replicate this on Linux, Web Meeting SDK 3.1.0 using the javascript library and I’m unable to replicate this issue.

3.0.1 has this issue.
3.1.0 doesn’t have this issue.

@bharat.bhadresha are you able to upgrade to 3.1.0?

I am trying to upgrade to 3.1.0 but that has its own issues, I have raised them too.