Skip to content
New issue

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

No audio output when starting a session on macOS chrome browser #2876

Closed
sadhikay opened this issue Apr 10, 2024 · 0 comments
Closed

No audio output when starting a session on macOS chrome browser #2876

sadhikay opened this issue Apr 10, 2024 · 0 comments

Comments

@sadhikay
Copy link

Created a simple session using Amazon Chime SDK. I am able to see the video and attendees can join the call. But I am not able to hear anything. Below are the lines of code used to set audio and video devices and start the session.

await this.meetingSession.audioVideo.startAudioInput(audioInputDevices[0].deviceId); await this.meetingSession.audioVideo.chooseAudioOutput(audioOutputDevices[0].deviceId); await this.meetingSession.audioVideo.startVideoInput(videoInputDevices[0].deviceId); this.meetingSession.audioVideo.bindAudioElement(audioElement); this.meetingSession.audioVideo.start();

Can you help me understand what I am missing here that is causing the audio output to fail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant