Skip to content

Commit de05e9d

Browse files
Rename setAudioRoute to setTelecomManagerAudioRoute
1 parent 2fe2db0 commit de05e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/telecommanager-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description: Steps on how to integrate TelecomManager with Azure Communication S
6161
When TelecomManager integration is enabled for the App, the audio output device has to be selected via telecom manager API only.
6262

6363
```Java
64-
call.setAudioRoute(android.telecom.CallAudioState.ROUTE_SPEAKER);
64+
call.setTelecomManagerAudioRoute(android.telecom.CallAudioState.ROUTE_SPEAKER);
6565
```
6666

6767
### Configure call resume behaviour

0 commit comments

Comments
 (0)