caution
This page has been deprecated.
We've released a new version of pages with some improvements and smoother experience.
Here is the link of each SDK for this page.
Share Your Screen
Whenever any participant wants to share either the complete screen, a specific window or, a browser tab, they can simply do it with VideoSDK Meeting.
This guide will provide an overview of how to use enable and disable Screen Share in a meeting.
- Enable Screen Share - By using
enableScreenShare()
function, a participant can publish screen stream to other participants. - Disable Screen Share - By using
disableScreenShare()
function, a participant can stop publishing screen stream to other participants.
Enable, Disable Screen Share
- JavaScript
- React
- ReactNative
- Android
- IOS
- Flutter
const onPress = () => {
// Enabling ScreenShare
meeting?.enableScreenShare();
// Disabling ScreenShare
meeting?.disableScreenShare();
};
const onPress = () => {
// Enabling ScreenShare
meeting?.enableScreenShare();
// Disabling ScreenShare
meeting?.disableScreenShare();
};
const onPress = () => {
// Enabling ScreenShare
meeting?.enableScreenShare();
// Disabling ScreenShare
meeting?.disableScreenShare();
};
COMING SOON!
COMING SOON!
COMING SOON!
caution
For React Native iOS Screen Share feature, you need to follow this guide React Native iOS Screen Share
Got a Question? Ask us on discord