Skip to content

Commit fc1e023

Browse files
authored
pencil edit
1 parent 4576c1f commit fc1e023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/includes/twilio-to-acs-video-android-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ As mentioned previously, Twilio Video Android SDK doesn't have a concept of Call
198198
To accept calls, the application must first be configured to receive incoming calls.
199199

200200
#### Register for push notifications and handle incoming push notification
201-
An ACS client can opt-in to receive push notifications to receive incoming calls. This [guide](../../how-tos/calling-sdk/push-notifications.md?pivots=platform-android) describes how to set up push notifications for the Azure Communication Services Calling framework.
201+
An ACS client can opt in to receive push notifications to receive incoming calls. This [guide](../../how-tos/calling-sdk/push-notifications.md?pivots=platform-android) describes how to set up push notifications for the Azure Communication Services Calling framework.
202202

203203
#### Setting up the CallAgentListener
204204

@@ -826,4 +826,4 @@ call.hangUp(HangUpOptions().apply { isForEveryone = true }).get()
826826
|[HangUp Options](/java/api/com.azure.android.communication.calling.hangupoptions?view=communication-services-java-android)| Property bag class for hanging up a call |
827827

828828
## Cleaning Up
829-
If you want to [clean up and remove a Communication Services subscription](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp#clean-up-resources), you can delete the resource or resource group.
829+
If you want to [clean up and remove a Communication Services subscription](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp#clean-up-resources), you can delete the resource or resource group.

0 commit comments

Comments
 (0)