Skip to content

Commit 5b08016

Browse files
authored
Small updates
1 parent e756151 commit 5b08016

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/communication-services/concepts/voice-video-calling/known-issues-native.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ ms.topic: include
1111
ms.service: azure-communication-services
1212
---
1313

14-
# The following sections provide information about known issues associated with the Azure Communication Services Calling Native and Native UI SDKs.
14+
# Known issues associated with the Azure Communication Services Calling Native and Native UI SDKs.
15+
This article provides known issues related to using the Azure Communication Services native calling SDKs.
1516

1617
## Issues with Android API emulators
1718

1819
When utilizing Android API emulators on Android 5.0 (API level 21) and Android 5.1 (API level 22), some crashes are expected.
1920

20-
## Android Trouter module conflicts
21+
## Andriod chat and calling conflicts
2122

22-
When using Azure Communication Services chat and calling Android SDK at the same time, the chat real-time notifications feature doesn't work. You might get a dependency resolving issue.
23+
You can not use Azure Communication Services chat and calling Android SDK at the same time, the chat real-time notifications feature doesn't work. You might get a dependency resolving issue.
2324

24-
So resolve this issue 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.
25+
To resolve this issue you can turn off real-time notifications by adding the following dependency information in your app's build.gradle file and instead poll the GetMessages API to display incoming messages to end users.
2526

2627
**Java**
2728
```java

0 commit comments

Comments
 (0)