Merge pull request #242 from johnye2e/master

Added RecordFile property to ConfbridgeStartRecordAction.
This commit is contained in:
Deantwo 2020-09-14 19:13:19 +02:00 committed by GitHub
commit 747a68c7cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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