V2.1.0 Web Meeting SDK

Identified 2 issues in v2.1.0 release

  1. The background keeps loading when selecting a different background from Settings and the self view(face) is hidden completely behind the background as seen in the snap. When the background is removed the self-view seems fine again.

  2. There is an extra string in the console.log (“tsssssss”). Moreover, why is the API Key and Meeting number logged in the console? This is not needed and also needs to be hidden in case the user wants to prevent sharing the meeting ID.

Tested in Chrome v96.0.4664.45

Having the second issue as well…

1 Like

Greetings, @elearningevolve, and @giancarlo1,

Thank you for reporting the behavior you are seeing. I am working on reproducing on my end and hope to update you shortly. Should you have any additional information you think will be helpful, please let me know. I appreciate any details you provide, as this will help us understand the problem, and it greatly enhances our ability to support and troubleshoot the behavior you are seeing.

Best,
Donte

Tested on my end and I can confirm the same. We have all console logs captured in Sentry so it’s not acceptable for them to contain secrets (API key) or personally identifiable information (username).

Here is the redacted log message if it helps:

zoom.js:2 tsssssss {meetingNumber: '[…]', userName: '[…]', signature: '[…]', apiKey: '[…]', passWord: '[…]', …}
1 Like

@thibaud.colas @giancarlo1 @elearningevolve

I wasn’t seeing this same behavior when testing with v2.1.1 and using the Client View. Changing the background worked as expected and I wasn’t seeing the tsssss error message that was referenced. Are you seeing the same issues with the latest version?

Thanks,
Max

@MaxM I can confirm that the console logs issues has been fixed on 2.1.1

1 Like

Hi, @giancarlo1 ,

Glad to hear the console logs issues have been fixed on 2.1.1. Thank you so much for your contribution to the Zoom Developer.

With Care,
Donte

CC: @thibaud.colas , @elearningevolve

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.