sir in my openvidu app I need to implement share screen means while streaming the publisher have option to share his screen. by following the link
https://openvidu.io/docs/advanced-features/screen-share/
got to get the share screen but can’t able to publish that in a remote server. please help me to come out of this.
Why can’t you publish it? What problem do you have? What do you expect to happen and what’s happening instead? You have to describe your problem in detail so we can help you.
This is simple app for video and screen share i made for you please check it . I hope it will be helpful
You use https://docs.openvidu.io/en/2.14.0/tutorials/openvidu-hello-world/ for reference .
Its made by me quickly may be some bug or some bad style used
Thanks
app.js
function ScreenShare(){
var sessionScreen = OV.initSession();
var mySessionId = document.getElementById("sessionId").value;
getToken(mySessionId).then(token => {
sessionScreen.connect(token).then(() => {
var publi…
See this I hope it will helpful