amazon-chime-sdk-component-library-react icon indicating copy to clipboard operation
amazon-chime-sdk-component-library-react copied to clipboard

MeetingManager logs to console even though there is a logger specified

Open Nanosync opened this issue 2 years ago • 0 comments

What happened and what did you expect to happen?

In MeetingManager, there is a logger object but console calls are made, instead of using logger to make those calls.

https://github.com/aws/amazon-chime-sdk-component-library-react/blob/main/src/providers/MeetingProvider/MeetingManager.ts

Have you reviewed our existing documentation?

  • [X] Amazon Chime SDK for JavaScript GitHub issues
  • [X] Amazon Chime SDK React Components Library GitHub issues
  • [X] Storybook documentation
  • [X] README page
  • [X] React SDK meeting demo

Reproduction steps

Any event that occurs in MeetingManager will log to the console.

Amazon Chime SDK React Components Library version

3.5.0

What browsers are you seeing the problem on?

Chrome

Browser version

Version 114.0.5735.198 (Official Build) (arm64)

Device Information

macOS Monterey 12.6.7

Meeting and Attendee ID Information.

No response

Browser console logs

[MeetingManager audioVideoDidStart] Meeting started successfully

Add any other context about the problem here.

All other files within amazon-chime-sdk-component-library-react log to the logger, but only MeetingManager logs to the console directly.

Nanosync avatar Jul 16 '23 08:07 Nanosync