diaGlobWrapper Help
Returns the active call object on the channel. Null if there is no active call.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public Call ActiveCall { get; }
Visual Basic (Declaration)
Public ReadOnly Property ActiveCall As Call
Visual C++
public:
property Call^ ActiveCall {
	Call^ get ();
}

See Also