Skip to main content
Version: 0.3.x

Share Your Screen - Prebuilt

Screen sharing allows any participant who wants to share either the complete screen, a specific window or, a browser tab during the meeting.

How it works ?

  • While screenShareEnabled value is set to true, you will show screen share button as display in below image.

  • While screenShareEnabled value is set to false, the below screen share button will not appear.

Go live with VideoSDK

Screen Share Attributes

  • screenShareEnabled: If it is true, then screen share button will be visible on top bar of the meeting. If it is false, then screen share button won't be available on top bar of the meeting.
index.html
const config = {
// ...
screenShareEnabled: true,
// ...
};

Screen Share with Audio

To do screen share with audio, select the Share tab audio option when sharing the chrome tab as shown below.

Screen Share with Audio

note

Screen Share with Audio feature is only supported while sharing chrome tab on Google Chrome browser only.

Got a Question? Ask us on discord