Click or drag to resize

MediaOption Class

The media options of a call.
Inheritance Hierarchy
SystemObject
  SparkSDKMediaOption

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

The MediaOption type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAudioOnly
Constructs an audio only media option.
Public methodStatic memberAudioVideo
Constructs an audio and video media option with optional view handles. The view handles can be set after video ready event.
Public methodStatic memberAudioVideoShare
Constructs an audio, video, and share media option with optional view handles. The view handles can be set after video ready event.
Top
Remarks
Since: 0.1.0
See Also