Basic-Video-Call icon indicating copy to clipboard operation
Basic-Video-Call copied to clipboard

Screen share feature

Open rajajsx opened this issue 4 years ago • 1 comments

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.

rajajsx avatar Sep 17 '21 05:09 rajajsx

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

plutoless avatar Sep 18 '21 02:09 plutoless