Skip to content

Commit e384b11

Browse files
authored
Update get-started-android-calling-chat-sdk.md
1 parent 2604e80 commit e384b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-android-calling-chat-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes how you can integrate the Azure Communication Services Ca
1414

1515
## Problem
1616

17-
With versions of the Calling SDK earlier than 2.11.0, building an Android application with both the Calling and Chat SDKs resulted in the following errors:
17+
With versions of the Calling SDK earlier than `2.11.0`, building an Android application with both the Calling and Chat SDKs resulted in the following errors:
1818

1919
```
2020
Duplicate class com.skype.rt.XXX found in modules jetified-azure-communication-calling-1.2.0-runtime (com.azure.android:azure-communication-calling:1.2.0) and jetified-trouter-client-android-0.1.1-runtime (com.microsoft:trouter-client-android:0.1.1)
@@ -29,10 +29,10 @@ This problem had two causes:
2929

3030
## Solution
3131

32-
From Calling SDK version 2.11.0 onward, you can integrate both the Calling and Chat SDKs within the same Android application. The 2.11.0 version solved the problem by:
32+
From Calling SDK version `2.11.0` onward, you can integrate both the Calling and Chat SDKs within the same Android application. The `2.11.0` version solved the problem by:
3333

3434
- Eliminating the conflicting `.jar` and `.so` files.
35-
- Making the Calling SDK rely on `com.microsoft:trouter-client-android`, similar to the Chat SDK's dependency on the Trouter package.
35+
- Making the Calling SDK rely on the `com.microsoft:trouter-client-android` package, similar to the Chat SDK's dependency on the Trouter package.
3636

3737
## Implementation
3838

0 commit comments

Comments
 (0)