I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Nice 😄, Is there a code to just share the screen without any chat features. Suppose I have my web cam on using getUserMedia , and I want to share my web cam to another folk using a link , Possible ?
Nice 😄, Is there a code to just share the screen without any chat features. Suppose I have my web cam on using
getUserMedia, and I want to share my web cam to another folk using a link , Possible ?Do you mean just share the camera and not the microphone?
If so, then yes. You can do so by only requesting or passing a camera stream to the
Video.connectfunction. For example:You could just share a screen too, but you would have to get the screen with
getDisplayMediaand then pass the track toVideo.connect. Something like: