Skip to content

Commit 71acd0d

Browse files
authored
Fixed issues
1 parent e77b45f commit 71acd0d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ val callAgent: CallAgent = CallClient().createCallAgent(
107107

108108
#### Class reference
109109

110-
|Class Name | Description |
110+
| Class Name | Description |
111111
|-----------|----------------------|
112112
|[CallClient](/java/api/com.azure.android.communication.calling.callclient?view=communication-services-java-android) | The class serving as the entry point for the Calling SDK.|
113113
| CommunicationTokenCredential | The Azure Communication Services User token credential|
@@ -823,7 +823,7 @@ call.hangUp(HangUpOptions().apply { isForEveryone = true }).get()
823823
| Class Name | Description |
824824
|-----------|----------------------|
825825
|[Call](/java/api/com.azure.android.communication.calling.call?view=communication-services-java-android) | Describes a call |
826-
|[HangUpOptions](/java/api/com.azure.android.communication.calling.hangupoptions?view=communication-services-java-android)| Property bag class for hanging up a call |
826+
|[HangUp Options](/java/api/com.azure.android.communication.calling.hangupoptions?view=communication-services-java-android)| Property bag class for hanging up a call |
827827

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ callClient.createCallAgent(userCredential: userCredential) { callAgent, error in
9393
```
9494

9595

96-
|Class Name | Description |
96+
| Class Name | Description |
9797
|-----------|----------------------|
9898
|[CallClient](/objectivec/communication-services/calling/acscallclient) | The main class representing the entry point for the Calling SDK.|
9999
|[CommunicationTokenCredential](https://azure.github.io/azure-sdk-for-ios/AzureCommunicationCommon/Classes/CommunicationTokenCredential.html)| The Azure Communication Services User token credential|
100100
|[CallAgent](/objectivec/communication-services/calling/acscallagent)|The class responsible of managing calls on behalf of the authenticated user |
101-
---------------------------
102-
103101

104102
## Initiating an outgoing call
105103

0 commit comments

Comments
 (0)