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

Screen share feature #298

Open
rajajsx opened this issue Sep 17, 2021 · 1 comment
Open

Screen share feature #298

rajajsx opened this issue Sep 17, 2021 · 1 comment

Comments

@rajajsx
Copy link

rajajsx commented Sep 17, 2021

i have implemented the Agora RTC video call and i tried to implement the screen share functionality with this
let defaultConfig = {
streamID: uid,
audio: true,
video: false,
screen: true,
};
let stream = AgoraRTC.createStream(defaultConfig);
and i can able to share the screen of User 1 but, i couldn't get the screen stream in the other User 2 window.
can someone help me to fix this issue, thanks in advance.

@plutoless
Copy link
Contributor

after you create the stream, you will need to publish it in order to make it visible to other users.

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

2 participants