You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: