Is the call is already ended?
| C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function IsCallEnded ( _ state As CallState _ ) As Boolean
[ExtensionAttribute] public: static bool IsCallEnded( CallState state )
- state (CallState)
- The call state itself.
Returns true if the call state is already ended otherwise retuens false.
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.