The call has been ended.
| C# | Visual Basic | Visual C++ |
public static bool IsCallEnded( this CallState state )
<ExtensionAttribute> Public Shared Function IsCallEnded ( state As CallState ) As Boolean
public: [ExtensionAttribute] static bool IsCallEnded( 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.
The call can end by one of the following reasons:
- Cancelled by the caller
- Rejected by the callee
- Hhung up by one of the call members
- An error occurred during the call (eg. remote party was not found or no supported codecs found)
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649