Basic-Video-Call
Basic-Video-Call copied to clipboard
Screen share feature
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.
after you create the stream, you will need to publish it in order to make it visible to other users.