muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.56k stars 1.37k forks source link

RTCMulticonnection v3 using screen sharing with audio not working #582

Open bhavinshiroya1994 opened 6 years ago

bhavinshiroya1994 commented 6 years ago

Hello Muaz sir I am use RTCMulticconection v3 screen sharing using this link 'https://rtcmulticonnection.herokuapp.com/demos/screen-sharing.html', screen sharing and join work fine, and now i am require audio and i am set below code connection.session = { audio: true, screen: true, oneway: true, }; but not working audio only work share screen.

can you please help me regarding this issue ? Thanks in advance

muaz-khan commented 6 years ago

Do you want to broadcast audio in ONE_WAY direction or audio should be two way so that everyone in the meeting can hear each other?

bhavinshiroya1994 commented 6 years ago

i need to broadcast audio in two way so that all the people connected in meeting can hear each other's voice.

sunny9240 commented 6 years ago

I am facing same issue, i want one_way audio in one to many screen sharing and two_way audio in one to one screen sharing. My development is stopped because of this issue, Please reply ASAP.

dhyey35 commented 6 years ago

@muaz-khan I am also facing the same issue, I need to implement ONE_WAY in one of my screen sharing and TWO_WAY in another screen sharing. I also checked out #143 but there was no solution in it either. Can you please point us to a solution ?

bhavinshiroya1994 commented 6 years ago

Any news about this issue ?

tacticrayan commented 4 years ago

@muaz-khan please help us

Jorgeluis0608 commented 2 years ago

I met same issue. I added this code too.

connection.session.audio = true; connection.session.video = true;

But the issue is happening yet. What is the solution?