ICallMediaCancellation Property

Script can use this cancellation token to cancel tasks which are requiring media channel. All tasks which are initiated by ICall is cancelled using this token.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
CancellationToken MediaCancellation { get; }

Property Value

CancellationToken

See Also