You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: