Share App Content To Stage
Hi,
I am using the Teams SDK to share my content to the stage and have set the shareOptions to ScreenShare, intending for only the Presenter to interact with it. However, despite this configuration, participants are still able to interact with the content. Can you help me resolve this issue?microsoftTeams.meeting.shareAppContentToStage((err, result) => { }, appContentUrl,
{
sharingProtocol: microsoftTeams.meeting.SharingProtocol.ScreenShare
}
);
Hi,I am using the Teams SDK to share my content to the stage and have set the shareOptions to ScreenShare, intending for only the Presenter to interact with it. However, despite this configuration, participants are still able to interact with the content. Can you help me resolve this issue?microsoftTeams.meeting.shareAppContentToStage((err, result) => { }, appContentUrl,{sharingProtocol: microsoftTeams.meeting.SharingProtocol.ScreenShare}); Read More