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
title: Azure Communication Services - known issues
3
+
description: Learn more about Azure Communication Services known issues on Calling SDK.
4
+
author: sloanster
5
+
manager: chpalmer
6
+
services: azure-communication-services
7
+
8
+
ms.author: micahvivion
9
+
ms.date: 03/20/2024
10
+
ms.topic: include
11
+
ms.service: azure-communication-services
12
+
---
13
+
14
+
The following sections provide information about known issues associated with the Azure Communication Services Calling Native and Native UI SDKs.
15
+
16
+
## Android API emulators
17
+
18
+
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
+
## Android Trouter module conflict
21
+
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.
23
+
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.
Note: if the application tries to touch any of the notification APIs like `chatAsyncClient.startRealtimeNotifications()` or `chatAsyncClient.addEventHandler()`, there will be a runtime error.
35
+
36
+
## iOS ongoing video Picture in Picture (PiP)
37
+
38
+
Incoming video stops when app goes to background. If the application is in foreground the video renders correctly.
39
+
40
+
## UI Library
41
+
42
+
You can follow the known issues wiki page in the GitHub repositories.
0 commit comments