Skip to content

Commit

Permalink
Update BridgeCalls.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jun 13, 2022
1 parent 350ec54 commit a741cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Elsa.Activities.Telnyx.Activities
[Action(
Category = Constants.Category,
Description = "Bridge two call control calls.",
Outcomes = new[] { TelnyxOutcomeNames.Bridged, OutcomeNames.Done, TelnyxOutcomeNames.CallIsNoLongerActive },
Outcomes = new[] { TelnyxOutcomeNames.Bridged, TelnyxOutcomeNames.CallIsNoLongerActive },
DisplayName = "Bridge Calls"
)]
public class BridgeCalls : Activity
Expand Down

0 comments on commit a741cfe

Please sign in to comment.