Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public IActionResult OnMidConnectionCallBackEvent([FromBody] CloudEvent[] events

### Handle Mid-Connection events with CallAutomation's EventProcessor
To easily handle mid-connection events, Call Automation's SDK provides easier way to handle these events.
Take a look at `CallAutomationEventProcessor`. this will ensure corelation between call and events more easily.
Take a look at `CallAutomationEventProcessor`. this will ensure correlation between call and events more easily.
```C#
[HttpPost]
[Route("/CallBackEvent")]
Expand Down