added support for conference verb

This commit is contained in:
Dave Horton
2020-04-27 11:25:39 -04:00
parent d31c53d383
commit 8ee590172b
27 changed files with 888 additions and 133 deletions

View File

@@ -12,7 +12,7 @@ class TaskRedirect extends Task {
get name() { return TaskName.Redirect; }
async exec(cs) {
super.exec(cs);
await super.exec(cs);
await this.performAction();
}
}