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
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/get-started-android-calling-chat-sdk.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This article describes how you can integrate the Azure Communication Services Ca
14
14
15
15
## Problem
16
16
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:
18
18
19
19
```
20
20
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:
29
29
30
30
## Solution
31
31
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:
33
33
34
34
- 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.
0 commit comments