Click or drag to resize

RemoteVideoReadyEvent Class

This is triggered when ready for show remote video. If you haven't set the remote view handle, you can set it by calling SetRemoteView(IntPtr) now.
Inheritance Hierarchy

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class RemoteVideoReadyEvent : MediaChangedEvent

The RemoteVideoReadyEvent type exposes the following members.

Properties
  NameDescription
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Top
Remarks
Since: 0.1.0
See Also