Embed custom ui in C# WPF application

Hi,
I am developing a C# WPF application using the zoom C# wrapper. I need to embed zoom inside my app window so I am trying to use the custom UI controls.
If I understand well, CreateVideoContainer is the first method to call, but this requires a hWnd handle.
Is creating a HwndHost the way to go or there are other ways I am missing?
Can multiple video containers be created at the same time?
Can a WPF control be superimposed to a video container? If I understand correctly HwndHost makes this impossible.

Thanks!

Hi bragma,

Thanks for the post. Our C# wrapper has not been tested with WPF yet so we are not very sure about some of the WPF specific usage here. You could create multiple video containers at the same time.

Thanks!

2 Likes