Skip to content

Commit 75d957c

Browse files
committed
Corrected syntax spelling
1 parent 98c7bac commit 75d957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/rooms/manage-rooms-call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Call Automation must connect to an existing room call prior to performing any mi
3636
```csharp
3737
Uri callbackUri = new Uri("https://<myendpoint>/Events"); //the callback endpoint where you want to receive subsequent events
3838
CallLocator roomCallLocator = new RoomCallLocator("<RoomId>");
39-
ConnctCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
39+
ConnectCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
4040
```
4141

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

0 commit comments

Comments
 (0)