Hangup

Top  Previous  Next

Hangup(); -

Hangup(CallToken: String = ""); Delphi syntax;

Hangup() / Hangup(string CallToken); - C# syntax

Hangup() / Hangup(CallToken As String); - VB.NET syntax

 

Description

Ends the session specified by the CallToken parameter.

If CallToken is empty or Hangup() is called - the previous session (established by MakeCall or accepted in OnInvite) will be terminated. Please note that this is an asynchronous method. The OnTerminated event will fire when the session is closed.

 

 

 

 

 

 

.