Skip to content

Commit 4576c1f

Browse files
authored
Updated based on ACS eng feedback.
1 parent 71acd0d commit 4576c1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ callAgent = callClient.createCallAgent(getApplicationContext(), tokenCredential)
9696

9797
**Kotlin**
9898
```kotlin
99-
val userToken = "<USER_ACCESS_TOKEN>"
99+
val userToken = "<USER_TOKEN>"
100100
val communicationCredential = CommunicationTokenCredential(accessToken)
101101
val callAgent: CallAgent = CallClient().createCallAgent(
102102
applicationContext,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ callAgent?.startCall(participants: callees, options: startCallOptions) { call, e
134134
}
135135

136136
```
137-
#### Connect to a team call
137+
#### Connect to a Team's call
138138

139139
##### With External Identity
140140

@@ -386,7 +386,7 @@ Muting and unmuting can be done by calling the muteOutgoingAudio and unmuteoutgo
386386

387387
**Muting the microphone**
388388
```swift
389-
callBase.muteOutgoingAudio() { error in
389+
'call': call.muteOutgoingAudio() { error in
390390
if error == nil {
391391
isMuted = true
392392
} else {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For Video Calling as a Teams user:
3131

3232
## UI library
3333

34-
The UI library simplifies the process of creating modern communication user interfaces using Azure Communication Services. It offers a collection of ready-to-use UI components that you can easily integrate into your application.
34+
The Azure Communication Services UI library simplifies the process of creating modern communication user interfaces using Azure Communication Services. It offers a collection of ready-to-use UI components that you can easily integrate into your application.
3535

3636
This open source prebuilt set of controls enables you to create aesthetically pleasing designs using [Fluent UI SDK](https://developer.microsoft.com/en-us/fluentui#/) components and develop high quality audio/video communication experiences. For more information, check out the [Azure Communications Services UI Library overview](../../concepts/ui-library/ui-library-overview.md). The overview includes comprehensive information about both web and mobile platforms.
3737

0 commit comments

Comments
 (0)