Added RecordFile property to ConfbridgeStartRecordAction.

This commit is contained in:
Marian Ionita 2020-09-14 12:46:16 +03:00
parent b9f3ec64d8
commit ad6cdc6e21

View file

@ -26,6 +26,8 @@
public string Conference { get; set; }
public string RecordFile { get; set; }
public override string Action
{
get { return "ConfbridgeStartRecord"; }