Skip to content

Commit 8818e05

Browse files
authored
Updates
1 parent 5b08016 commit 8818e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This article provides known issues related to using the Azure Communication Serv
1818

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

21-
## Andriod chat and calling conflicts
21+
## Android chat and calling conflicts
2222

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.
23+
You can't 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.
2424

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.
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.
2626

2727
**Java**
2828
```java

0 commit comments

Comments
 (0)