How can I make video calls using .NET API?

You can receive remote video using ConnectVideoReceiver method and you can send your local video to the other part of the call using the SetVideoSender method. For example:

	call.ConnectVideoReceiver(/*VideoReceiver*/);
	call.SetVideoSender(/*VideoSender*/);

If you have any questions or comments please do not hesitate to contact us at info@ozekiphone.com

Related pages

More information