Win SDK - Custom UI: PinVideo always returns SDKERR_INVALID_PARAMETER

Hi,
I need to pin video on a user and I am using video controller’s PinVideo() but I always get SDKERR_INVALID_PARAMETER response. I am using custom UI. Does this mean that custom UI’s active vide does not support pinning or there is another cause?

Hi @bragma,

The pinVideo() interface only works for Zoom default UI. In Custom UI, since the developers have full control of the meeting UI, so handling which video to show, and where to present the user’s video(and how to deal with it) is a part of the Custom UI development.

Hope this helps. Thanks!

1 Like