SessionStorage Collision

Description
SessionStorage.clear() being used in the web sdk interfering with our use.

Error
Seems the api is using Session storage and is calling SessionStorage.clear(), which will wipe out everything in the sessionstore. The issue is we use SessionStorage in some areas of our app and when we use this sdk in react, when zoomwebsdk calls SessionStorage.clear() it wipes out our sessionstorage info, since we using zoomwebsdk in react,we both share the Session. would be nice if instead of yall calling SessionStorage.clear(), yall use SessionStorage.remoteItem() and remove only what yall are using to avoid this.

Which version?
1.7.7

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version: [e.g. 22]
  • Browser:[e.g. Chrome]

Additional context=

Hey @jerry,

Yikes, we will investigate this and get back to you asap. (CS-1772)

Thanks,
Tommy

Hey @jerry,

This will be fixed in Web SDK version 1.7.8.

Stay updated here:

https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

Hey @jerry,

This has been fixed in version 1.7.8.

https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy