This line of code seems to work fine while there is only one participant in the meeting. But as soon as one or more participants join, the double click becomes functional again and I can’t disable it.
I tried adding this line also every time a user joins the meeting in the CallBack Add_CB_onUserJoin(onUserJoin). But the double click keeps functional.
The issue this brings to my .NET application that embeds a Zoom window is that every time I double click it, the zoom window pops out of my app.
I have to say I am not an expert in C++ and I’ve been using the C# wrapper. Since I’m not even an expert in C# I could only manage to make tests with this wrapper.
But I’m confused about not reading anyone in the forum facing this issue. I’m wondering if I’m missing anything.
I followed these comments to embed and position the zoom window in my C# app:
But the double click keeps popping out the zoom window…
I understand. The reason we ask if this is reproducible in the C++ version is because the wrapper is not actively maintained by Zoom, so troubleshooting there can be very tricky. However, if an issue is reproducible in the C++ version we know that the SDK itself has a bug.