You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/known-issues-native.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,18 @@ ms.topic: include
11
11
ms.service: azure-communication-services
12
12
---
13
13
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.
15
16
16
17
## Issues with Android API emulators
17
18
18
19
When utilizing Android API emulators on Android 5.0 (API level 21) and Android 5.1 (API level 22), some crashes are expected.
19
20
20
-
## Android Trouter module conflicts
21
+
## Andriod chat and calling conflicts
21
22
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.
23
24
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.
0 commit comments