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

Please Update SignalR shareScreen With Chrome #5

Open
dotnethii opened this issue Feb 1, 2020 · 2 comments
Open

Please Update SignalR shareScreen With Chrome #5

dotnethii opened this issue Feb 1, 2020 · 2 comments

Comments

@dotnethii
Copy link

No description provided.

@ghost
Copy link

ghost commented Aug 20, 2020

@dotnethii Hi, any success to solve the screen sharing issue? I'm facing the same, and when I use the latest RTCMultiConnection.js it does not work fine with SignalR. Please update us. Thanks.

@ghost
Copy link

ghost commented Aug 20, 2020

@dotnethii I found the solution!! please follow this issue to bring up this code working with the latest RTCMultiConnection 3.6.9, then just replace video and audio in the with the following code:

        connection.session = {
		screen: true,
		//video: true,
		//audio: true,
		oneway: true
		
	};

	connection.sdpConstraints.mandatory = {
		OfferToReceiveAudio: false,
		OfferToReceiveVideo: false
	};

And the magic will happen!!

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