Skip to content

Commit 97ac40d

Browse files
authored
Small change updates
1 parent a3b711d commit 97ac40d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Communication Services - known issues
2+
title: Azure Communication Services - known issues in native SDK's
33
description: Learn more about Azure Communication Services known issues on Calling SDK.
44
author: sloanster
55
manager: chpalmer
@@ -11,13 +11,13 @@ 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+
# The following sections provide information about known issues associated with the Azure Communication Services Calling Native and Native UI SDKs.
1515

16-
## Android API emulators
16+
## Issues with Android API emulators
1717

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

20-
## Android Trouter module conflict
20+
## Android Trouter module conflicts
2121

2222
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.
2323

@@ -31,7 +31,8 @@ While we're working on a solution, you can turn off real-time notifications feat
3131
implementation 'com.azure.android:azure-communication-calling:1.0.0'
3232
```
3333

34-
Note: if the application tries to touch any of the notification APIs like `chatAsyncClient.startRealtimeNotifications()` or `chatAsyncClient.addEventHandler()`, there will be a runtime error.
34+
> [!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.
3536
3637
## iOS ongoing video Picture in Picture (PiP)
3738

0 commit comments

Comments
 (0)