CallControl.EndCall(UInt64) Method

Definition

Ends the specified call.

public:
 virtual void EndCall(unsigned long long callToken) = EndCall;
void EndCall(uint64_t const& callToken);
public void EndCall(ulong callToken);
function endCall(callToken)
Public Sub EndCall (callToken As ULong)

Parameters

callToken
UInt64

unsigned long long

uint64_t

The unique identifier of the specified call.

Remarks

After this method is called, the callToken of the specified call is no longer valid.

Applies to