Added RecordFile property to ConfbridgeStartRecordAction.
This commit is contained in:
parent
b9f3ec64d8
commit
ad6cdc6e21
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
public string Conference { get; set; }
|
public string Conference { get; set; }
|
||||||
|
|
||||||
|
public string RecordFile { get; set; }
|
||||||
|
|
||||||
public override string Action
|
public override string Action
|
||||||
{
|
{
|
||||||
get { return "ConfbridgeStartRecord"; }
|
get { return "ConfbridgeStartRecord"; }
|
||||||
|
|
Loading…
Reference in a new issue