Video-Call-App-NodeJS | A conference call implementation using WebRTC , Socket.io | Chat library
kandi X-RAY | Video-Call-App-NodeJS Summary
kandi X-RAY | Video-Call-App-NodeJS Summary
A conference call implementation using WebRTC, Socket.io and Node.js
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Video-Call-App-NodeJS
Video-Call-App-NodeJS Key Features
Video-Call-App-NodeJS Examples and Code Snippets
Community Discussions
Trending Discussions on Video-Call-App-NodeJS
QUESTION
I set up a pretty simple audio call test utilizing WebRTC based off of another one of my projects, a video chat (also using WebRTC). I thought it would be easy, but once I got it set up, the audio isn't played by the user. That means that both peers receive the respective offer/answer SDP WebSocket event, and the SDP is present, but I cannot hear my voice echo back at me when I talk or make any noise. Their is nothing in my console (I catch all errors, too).
Is their a cause for this?
I based my code off of Amir Sanni's video chat located here. I basically just used getUserAudio
instead of media stream, and deleted the lines where it added a video.
ANSWER
Answered 2021-Mar-10 at 01:33You will need to play the audio back somehow. I would recommend using audio
tags instead of video ones and hiding them with display: none.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Video-Call-App-NodeJS
cd src
node app.js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page