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!