Is it possible to create custom ui elements above the zoom custom video container in zoom window sdk c#?

Description
Is it possible to create custom ui elements ( wpf xaml element ) above the zoom custom video container in zoom window sdk c# ?

Thing is that i wanna put mute or unmute and etcs buttons above the custom created video wrap .

Or i cannot find way to use zoom default tool ( icons) to activate on custom ui .

Please let me know what am i misssing…

Which Windows Client SDK version?
Latest window sdk

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

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Dell XPS 13]
  • OS: [e.g. Windows 10]

Additional context
Add any other context about the problem here.

Hey @ssijcfe,

Thanks for using the dev forum!

By above to you mean in front of the container or on top of the container?

Thanks!
Michael

Hello Michael .

Exactly right!
In front of the container.
Itz like the there is video renderer and container that contains the render video .
And i was wondering if some custom ui can be show infront of zoom video renderer.

Thank you

Hey @ssijcfe,

I am not sure this is possible. Can you see if the video container is set to top most?

if (::GetWindowLong(hwnd, GWL_EXSTYLE) & WS_EX_TOPMOST)
… // The window is topmost.
else
… // The window is not topmost.

Thanks!
Michael

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