| ConfbridgeStartRecordAction Constructor (String) |
Starts recording a specified conference, with an optional filename.
If recording is already in progress, an error will be returned.
If RecordFile is not provided, the default record_file as specified in the conferences Bridge Profile will be used.
If record_file is not specified, a file will automatically be generated in Asterisk's monitor directory.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConfbridgeStartRecordAction(
string conference
)
Public Sub New (
conference As String
)
public:
ConfbridgeStartRecordAction(
String^ conference
)
new :
conference : string -> ConfbridgeStartRecordAction
Parameters
- conference
- Type: SystemString
[Missing <param name="conference"/> documentation for "M:AsterNET.Manager.Action.ConfbridgeStartRecordAction.#ctor(System.String)"]
See Also