Merge pull request #242 from johnye2e/master
Added RecordFile property to ConfbridgeStartRecordAction.
This commit is contained in:
commit
747a68c7cf
|
@ -26,6 +26,8 @@
|
|||
|
||||
public string Conference { get; set; }
|
||||
|
||||
public string RecordFile { get; set; }
|
||||
|
||||
public override string Action
|
||||
{
|
||||
get { return "ConfbridgeStartRecord"; }
|
||||
|
|
Loading…
Reference in a new issue