We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803be58 commit 7daa727Copy full SHA for 7daa727
articles/communication-services/how-tos/calling-sdk/telecommanager-integration.md
@@ -27,7 +27,7 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
27
### Configure `TelecomConnectionService`
28
Add `TelecomConnectionService` to your App AndroidManifest.xml
29
```
30
- <application android:hardwareAccelerated="true">
+ <application>
31
...
32
<service
33
android:name="com.azure.android.communication.calling.TelecomConnectionService"
0 commit comments