Click or drag to resize

MediaOptionAudioVideoShare Method

Constructs an audio, video, and share media option with optional view handles. The view handles can be set after video ready event.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public static MediaOption AudioVideoShare(
	Nullable<IntPtr> localViewPtr = null,
	Nullable<IntPtr> remoteViewPtr = null,
	Nullable<IntPtr> remoteShareViewPtr = null
)

Parameters

localViewPtr (Optional)
Type: SystemNullableIntPtr
The local video view handle.
remoteViewPtr (Optional)
Type: SystemNullableIntPtr
The remote video view handle.
remoteShareViewPtr (Optional)
Type: SystemNullableIntPtr
The share view handle.

Return Value

Type: MediaOption
An instance of media option.
Remarks
Since: 0.1.0
See Also