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

Chat/text meessage issue after performing screen sharing #39

Closed
prabhuashwin opened this issue Apr 24, 2015 · 0 comments
Closed

Chat/text meessage issue after performing screen sharing #39

prabhuashwin opened this issue Apr 24, 2015 · 0 comments

Comments

@prabhuashwin
Copy link

We used RTCMulticonnection 3.0.
We performed the below exercise
We created a session having audio video and data and used chat/text message function, this worked as expected.
Next we performed screen sharing and then again tried to send text/chat message from participant to the Host and we were unable to do so.
We observed that this is happening after connection.addstream is being called.
Below is our code snippet used.

connection.sdpConstraints.mandatory = {
OfferToReceiveAudio: true,
OfferToReceiveVideo: true
};
//This is called on button click for screen sharing
connection.addStream({
screen: true,
oneway: true
});

we refereed the link
https://github.com/muaz-khan/RTCMultiConnection/wiki/Screen-Sharing

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