Click or drag to resize

RemoteSendingShareEvent Class

This might be triggered when the remote party started or stopped share stream. If you haven't set the share view handle, you can set it by calling SetRemoteShareView(IntPtr) now.
Inheritance Hierarchy

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

The RemoteSendingShareEvent type exposes the following members.

Properties
  NameDescription
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Public propertyIsSending
True if the share now is sending. Otherwise false.
Top
Remarks
Since: 0.1.0
See Also