We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In MeetingManager, there is a logger object but console calls are made, instead of using logger to make those calls.
MeetingManager
logger
console
https://github.com/aws/amazon-chime-sdk-component-library-react/blob/main/src/providers/MeetingProvider/MeetingManager.ts
Any event that occurs in MeetingManager will log to the console.
3.5.0
Chrome
Version 114.0.5735.198 (Official Build) (arm64)
macOS Monterey 12.6.7
No response
[MeetingManager audioVideoDidStart] Meeting started successfully
All other files within amazon-chime-sdk-component-library-react log to the logger, but only MeetingManager logs to the console directly.
amazon-chime-sdk-component-library-react
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened and what did you expect to happen?
In
MeetingManager
, there is alogger
object butconsole
calls are made, instead of usinglogger
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?
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 onlyMeetingManager
logs to the console directly.The text was updated successfully, but these errors were encountered: