Skip to content

Commit dd9f779

Browse files
committed
typo
1 parent 057e631 commit dd9f779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/communication-services/concepts/includes/known-issues-native.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ ms.service: azure-communication-services
1212
---
1313

1414
## Android API emulators
15+
1516
When utilizing Android API emulators on Android 5.0 (API level 21) and Android 5.1 (API level 22), some crashes are expected.
1617

1718
## Android Trouter module conflict
19+
1820
Known issue: When using Android Chat and Calling SDK together in the same application, Chat SDK's real-time notifications feature does not work. You might get a dependency resolving issue.
1921

2022
While we are working on a solution, you can turn off real-time notifications feature by adding the following dependency information in app's build.gradle file and instead poll the GetMessages API to display incoming messages to users.
21-
23+
2224
**Java**
2325
```java
2426
implementation ("com.azure.android:azure-communication-chat:1.0.0") {

0 commit comments

Comments
 (0)