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 fccb26b commit 92852aeCopy full SHA for 92852ae
articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md
@@ -56,7 +56,7 @@ Create a new `RoomsClient` object that will be used to create new `rooms` and ma
56
```csharp
57
// Find your Communication Services resource in the Azure portal
58
var connectionString = "<connection_string>";
59
-RoomsClient roomsCollection = new RoomsClient(connectionString);
+RoomsClient roomsClient = new RoomsClient(connectionString);
60
```
61
62
### Create a room
0 commit comments