Meeting SDK Windows C# - No audio during the Share Screen

Description
Hi! We are having troubles with Share Screen, even if it´s manually checked on the client or in code, theres no audio.

If we share via the client embedded in SDK, the audio works perfect.

sample of the share function:

        CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController().EnableShareComputerSound(true);
        CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController().EnableOptimizeForFullScreenVideoClip(true);

        HWNDDotNet hwndSharedApp = default(HWNDDotNet);
        hwndSharedApp.value = checked((uint)(int)HandleJanela);

        SDKError sDKError = CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController().StartAppShare(hwndSharedApp);

Which Desktop Meeting SDK version?
5.7.4

Device (please complete the following information):

  • Device: PC
  • OS: Windows 10 64 bits

Hey @arthur,

Thanks for using the dev forum!

The C# wrapper is not actively maintained by Zoom, so we do not provide much Developer Support for it. Are you able to reproduce this in the C++ version? This could be an issue with the wrapper itself.

Thanks!
Michael

Oh. Ok Michael. I’ll try with the C++ demo to test it.

Thanks!

Hey @arthur,

Awesome! Let me know how it goes.

Thanks!
Michael

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