Skip to content

Commit 4831a47

Browse files
authored
pencil edit
1 parent fc1e023 commit 4831a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target 'AzureCommunicationCallingSample' do
4646
pod 'AzureCommunicationCalling', '~> 2.6.0'
4747
end
4848
```
49-
3. Set up the `.xcworkspace` project
49+
3. Set up the `.xcworkspace` projectcc
5050
```shell
5151
pod install
5252
```
@@ -58,7 +58,7 @@ To be able to use the Azure Communication Services calling SDK, you need to auth
5858

5959
### Twilio
6060

61-
From witin the Twilio Video framework, the access token is used to connect to a room. By passing the token to ConnectOptions you can create the option to create or connect a room.
61+
From within the Twilio Video framework, the access token is used to connect to a room. By passing the token to ConnectOptions you can create the option to create or connect a room.
6262

6363
```swift
6464
let connectOptions = ConnectOptions(token: accessToken) {
@@ -119,7 +119,7 @@ room = TwilioVideoSDK.connect(options: connectOptions, delegate: self)
119119

120120
#### Connect to a call
121121

122-
Initiating a call with the Azure Communication Service CCalling SDK consists of the following steps:
122+
Initiating a call with the Azure Communication Service Calling SDK consists of the following steps:
123123

124124
1. Creating a call option object
125125
2. Creating an Array of Communication Identifiers

0 commit comments

Comments
 (0)