You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This quickstart will help you get started with Azure Communication Services Rooms. A `room` is a server-managed communications space for a known, fixed set of participants to collaborate for a pre-determined duration. The [rooms conceptual documentation](../../concepts/rooms/room-concept.md) covers more details and potential use cases for `rooms`.
21
21
22
22
::: zone pivot="programming-language-csharp"
23
-
[!INCLUDE [Send SMS with .NET SDK](./includes/rooms-quickstart-net.md)]
23
+
[!INCLUDE [Use rooms with .NET SDK](./includes/rooms-quickstart-net.md)]
24
24
::: zone-end
25
25
26
26
::: zone pivot="programming-language-java"
27
-
[!INCLUDE [Send SMS with Java SDK](./includes/rooms-quickstart-java.md)]
27
+
[!INCLUDE [Use rooms with Java SDK](./includes/rooms-quickstart-java.md)]
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-java.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ ms.author: radubulboaca
17
17
18
18
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19
19
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
20
-
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
20
+
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-java) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
21
21
-[Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable) version 8 or above.
In a console window (such as cmd, PowerShell, or Bash), use the `mvn` command bellow to create a new console app with the name `rooms-quickstart`. This command creates a simple "Hello World" Java project with a single source file: **App.java**.
28
+
In a console window (such as cmd, PowerShell, or Bash), use the `mvn` command below to create a new console app with the name `rooms-quickstart`. This command creates a simple "Hello World" Java project with a single source file: **App.java**.
@@ -62,8 +62,7 @@ and then include the direct dependency in the dependencies section without the v
62
62
```
63
63
64
64
#### Include direct dependency
65
-
If you want to take dependency on a particular version of the library that is not present in the BOM,
66
-
add the direct dependency to your project as follows.
65
+
If you want to take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.author: radubulboaca
17
17
18
18
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19
19
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
20
-
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md)..
20
+
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
21
21
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
0 commit comments