ICallMediaChannelReady Property

Availability of media channel. CallFlow route point can be configured to start the script before the media channel is available. Script can check availablity of the media channel using this property and use Answer/RunWithMedia(Action) to control execution of media channel related code.

Definition

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

Property Value

Boolean

See Also