Skip to content

Commit 01236fd

Browse files
committed
fix typo
1 parent e26c847 commit 01236fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/call-automation/actions-for-call-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ To connect to any 1:1 or group call, use the ServerCallLocator. If you started a
175175
```csharp
176176
Uri callbackUri = new Uri("https://<myendpoint>/Events"); //the callback endpoint where you want to receive subsequent events
177177
CallLocator serverCallLocator = new ServerCallLocator("<ServerCallId>");
178-
ConnctCallResult response = await client.ConnectAsync(serverCallLocator, callbackUri);
178+
ConnectCallResult response = await client.ConnectAsync(serverCallLocator, callbackUri);
179179
```
180180

181181
### [Java](#tab/java)

0 commit comments

Comments
 (0)