Click or drag to resize
MonitorAction Constructor (String, String, String, Boolean)
Creates a new MonitorAction that starts monitoring the given channel and writes voice data to the given file(s).

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MonitorAction(
	string channel,
	string file,
	string format,
	bool mix
)

Parameters

channel
Type: SystemString
the name of the channel to monitor
file
Type: SystemString
the (base) name of the file(s) to which the voice data is written
format
Type: SystemString
the format to use for encoding the voice files
mix
Type: SystemBoolean
true if the two voice files should be joined at the end of the call
See Also