SDKERR_NO_PERMISSION error when I display the dialog of sharing configuration

Description
I get an SDKERR_NO_PERMISSION error when I display the dialog of sharing configuration using ShowShareOptionDialog() method.

Which Windows Meeting SDK version?
zoom-sdk-windows-5.10.1.4450 version

To Reproduce(If applicable)
var v = ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController();
ZOOM_SDK_DOTNET_WRAP.SDKError err = v.ShowShareOptionDialog();
if (ZOOM_SDK_DOTNET_WRAP.SDKError.SDKERR_SUCCESS == err)
Console.WriteLine(err);
else
Console.WriteLine(err);

Device (please complete the following information):

  • OS: Windows 10

Additional context
How to set permissions for SDK ?

Hi @nilesh, thanks for using our SDK.

Can you please provide some context around when exactly you are trying to call this method?

Thanks!

1 Like

I want to open the screen share dialog with a simple button click so I am add this code snippet behind the button click event but I get an SDKERR_NO_PERMISSION error.

Please tell me how to open screen share dialog in windows SDK with permission.

Hi @nilesh,

Got it. So in order to fully understand when this is being called with regard to the state of the SDK, when is the button that executes the code you provided being clicked?

Thanks!

1 Like

Can you explore more ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.