RTCMultiConnection icon indicating copy to clipboard operation
RTCMultiConnection copied to clipboard

RTCMulticonnection v3 using screen sharing with audio not working

Open bhavinshiroya1994 opened this issue 7 years ago • 7 comments
trafficstars

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

bhavinshiroya1994 avatar May 17 '18 07:05 bhavinshiroya1994

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?

muaz-khan avatar May 17 '18 08:05 muaz-khan

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

bhavinshiroya1994 avatar May 17 '18 10:05 bhavinshiroya1994

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.

sunny9240 avatar May 22 '18 11:05 sunny9240

@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 ?

dhyey35 avatar May 22 '18 11:05 dhyey35

Any news about this issue ?

bhavinshiroya1994 avatar May 29 '18 10:05 bhavinshiroya1994

@muaz-khan please help us

tacticrayan avatar Aug 28 '20 08:08 tacticrayan

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?

Jorgeluis0608 avatar May 03 '22 10:05 Jorgeluis0608