DestroyVideoElement method always returns SDKERR_UNINITIALIZE error

Hello everyone,

There was a problem the DestroyVideoElement method always returns SDKERR_UNINITIALIZE error

Looked at the code in the zoom_sdk_c_sharp_wrap project (5.4.54802.0124), I found this implementation:

virtual SDKError DestroyVideoElement (IVideoRenderElementDotNetWrap ^ ppElement)
{
return SDKError :: SDKERR_UNINITIALIZE;
}

Is that how it should be? Can’t we use this method?

Thanks!

Hi @SmartSoftware, thanks for bringing this to our attention.

We will investigate this and let you know as soon as we have an update. In the meantime, if you encounter any additional issues with the SDK, please don’t hesitate to reach out in a new thread. :slightly_smiling_face:

Thanks!

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