Skip to content

Commit 4627482

Browse files
authored
cleaned up for clarity
1 parent 97ac40d commit 4627482

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Communication Services - known issues in native SDK's
2+
title: Azure Communication Services - known issues in native SDKs
33
description: Learn more about Azure Communication Services known issues on Calling SDK.
44
author: sloanster
55
manager: chpalmer
@@ -19,9 +19,9 @@ When utilizing Android API emulators on Android 5.0 (API level 21) and Android 5
1919

2020
## Android Trouter module conflicts
2121

22-
When the Android Chat and Calling SDK are together in the same application, Chat SDK's real-time notifications feature doesn't work. You might get a dependency resolving issue.
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.
2323

24-
While we're 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.
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.
2525

2626
**Java**
2727
```java
@@ -32,13 +32,13 @@ While we're working on a solution, you can turn off real-time notifications feat
3232
```
3333

3434
> [!NOTE]
35-
> If your application tries to touch any of the notification APIs like `chatAsyncClient.startRealtimeNotifications()` or `chatAsyncClient.addEventHandler()`, you will see a runtime error.
35+
> If your application uses the notification APIs like `chatAsyncClient.startRealtimeNotifications()` or `chatAsyncClient.addEventHandler()`, you will see a runtime error.
3636
3737
## iOS ongoing video Picture in Picture (PiP)
3838

3939
Incoming video stops when app goes to background. If the application is in foreground the video renders correctly.
4040

41-
## UI Library
41+
## Native SDK UI Library known issues
4242

4343
You can follow the known issues wiki page in the GitHub repositories.
4444

0 commit comments

Comments
 (0)