Undefine type when initializing IZoomInstantSDK

Description
See the code attached. The Visual studio throws an error "undefined type ‘ZOOMINSTANTSDK::ZoomInstantSDK’.

I have included headers and library as in https://marketplace.zoom.us/docs/sdk/video/windows/getting-started/integrate

Which Desktop Video SDK version?
zoom-instant-sdk-windows-1.0.2

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Start a project in Visual studio 2019
  2. Include headers and library as in integrate step
  3. Add code as attached.
  4. See error

Screenshots

Device (please complete the following information):

  • Device: [e.g. Apple MacBook Pro (13-inch, M1)]
  • OS: [e.g. macOS Big Sur 11.2.1 ]

Additional context
Add any other context about the problem here.

Hey @gpayyavula,

Thanks for using the dev forum!

Can you provide your list of includes?

Thanks!
Michael

Including below header files fixed the issue
#include <zoom_instant_sdk_api.h>
#include <zoom_instant_sdk_def.h>
#include <zoom_instant_sdk_platform.h>
#include <zoom_instant_sdk_interface.h>
#include <zoom_instant_sdk_delegate_interface.h>

1 Like

Hey @gp583101,

Awesome! I am happy to hear :slight_smile:
Please let us know if you run into anything else.

Thanks!
Michael

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