I am using React in the Frontend and NodeJS in the backend and I have followed below mentioned Repo to implement Video-call and Screen Share in my application.
https://github.com/ksocha/twilio-screensharing
This is the Docs for Screen sharing but there are no examples to do it. https://www.twilio.com/docs/video/api/rooms-resource#room-instance-resource
I am stuck and don't know where to start. Any help would be appreciated .
I tried to use the Screen Recording feature that Twilio provides but found the Composition API hard to work with.
This is the code snippet that I added to my Video Application to implement Screen Recording.
Feel Free to leave behind a comment so that I could improve this answer