Author Message
shix
Joined: Jan 23, 2015
Messages: 19
Offline
CallManager.GetInstance().AddLocalVideoRenderer(LocalVideo.Source as VideoRenderer2);
CallManager.GetInstance().AddRemoteVideoRenderer(RemoteVideo.Source as VideoRenderer2);

LocalVideo.Source is WPF control's attribute, there isn't source attribute in winform controls(panel,pictureBox etc.), so how can I hand the video using winform controls,not WPF controls?

Thank you!
Pavel_K
Joined: Dec 20, 2016
Messages: 67
Offline
Hi shix,

VideoRenderer2 is not intended to work with WinForms, only WPF. There isn’t currently a WinForm control for rendering video.
Go to:   
Mobile view