Returns a boolean value that indicates whether the callee was contacted successfully but the call has not been answered yet.
| C# | Visual Basic | Visual C++ |
public static bool IsRinging( this CallState state )
<ExtensionAttribute> Public Shared Function IsRinging ( state As CallState ) As Boolean
public: [ExtensionAttribute] static bool IsRinging( CallState state )
- state (CallState)
In Visual Basic and C#, you can call this method as an instance method on any object of type CallState. When you use instance method syntax to call this method, omit the first parameter.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649