We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c7bac commit 75d957cCopy full SHA for 75d957c
articles/communication-services/quickstarts/rooms/manage-rooms-call.md
@@ -36,7 +36,7 @@ Call Automation must connect to an existing room call prior to performing any mi
36
```csharp
37
Uri callbackUri = new Uri("https://<myendpoint>/Events"); //the callback endpoint where you want to receive subsequent events
38
CallLocator roomCallLocator = new RoomCallLocator("<RoomId>");
39
-ConnctCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
+ConnectCallResult response = await client.ConnectAsync(roomCallLocator, callbackUri);
40
```
41
42
### [Java](#tab/java)
0 commit comments