Skip to content

Commit b6186f0

Browse files
committed
fix typo for connect room
1 parent 01236fd commit b6186f0

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
@@ -210,7 +210,7 @@ To connect to a Rooms call, use RoomCallLocator which takes RoomId.
210210
```csharp
211211
Uri callbackUri = new Uri("https://<myendpoint>/Events"); //the callback endpoint where you want to receive subsequent events
212212
CallLocator roomCallLocator = new RoomCallLocator("<RoomId>");
213-
ConnctCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
213+
ConnectCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
214214
```
215215

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

0 commit comments

Comments
 (0)