Skip to content

Commit bcab12d

Browse files
committed
fix acrolinx score
1 parent 05dd842 commit bcab12d

File tree

2 files changed

+15
-15
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

2 files changed

+15
-15
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
315315

316316
You can join to a Teams meeting using two mechanisms:
317317

318-
- Teams meeting URL or Teams meetiong short URL
318+
- Teams meeting URL or Teams meeting short URL
319319
- Teams Meeting ID and Passcode
320320

321321
The Teams meeting link can be retrieved using Graph APIs, which is detailed in [Graph documentation](/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true).
@@ -355,8 +355,8 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
355355
#### Join via Teams Meeting ID and Passcode
356356

357357
The `TeamsMeetingIdLocator` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
358-
A Teams meeting ID will be 12 characters long and will consist of numeric digits grouped in threes (i.e. `000 000 000 000`).
359-
A passcode will consist of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
358+
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. `000 000 000 000`).
359+
A passcode consists of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
360360

361361
#### [Kotlin](#tab/kotlin)
362362

@@ -376,8 +376,8 @@ A passcode will consist of 6 alphabet characters (i.e. `aBcDeF`). The passcode i
376376

377377
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
378378

379-
To set up a Azure Communication Services Rooms call, initialize a `CallCompositeRoomLocator`, supply it to the `CallCompositeRemoteOptions` object and set `CallCompositeParticipantRole` to the `CallCompositeLocalOptions` by `setRoleHint()`.
380-
`CallComposite` will use role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from Azure Communication Services.
379+
To set up an Azure Communication Services Rooms call, initialize a `CallCompositeRoomLocator`, supply it to the `CallCompositeRemoteOptions` object and set `CallCompositeParticipantRole` to the `CallCompositeLocalOptions` by `setRoleHint()`.
380+
`CallComposite` uses role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from Azure Communication Services.
381381

382382

383383
For more information about Rooms, how to create and manage one see [Rooms Quickstart](../../../rooms/get-started-rooms.md)

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In Xcode, create a new project:
3737

3838
### Install the package and dependencies
3939

40-
1. (Optional) For MacBook with M1, install and enable [Rosetta](https://support.apple.com/en-us/HT211861) in Xcode.
40+
1. (Optional) For MacBook with M1, install, and enable [Rosetta](https://support.apple.com/en-us/HT211861) in Xcode.
4141

4242
1. In your project root directory, run `pod init` to create a Podfile. If you encounter an error, update [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) to the current version.
4343

@@ -54,11 +54,11 @@ In Xcode, create a new project:
5454

5555
1. Run `pod install --repo-update`.
5656

57-
1. In Xcode, open the generated *.xcworkspace* file.
57+
1. In Xcode, open the generated.xcworkspace* file.
5858

5959
### Request access to device hardware
6060

61-
To access the device's hardware, including the microphone and camera, update your app's information property list. Set the associated value to a string that's included in the dialog the system uses to request access from the user.
61+
To access the device's hardware, including the microphone, and camera, update your app's information property list. Set the associated value to a string that's included in the dialog the system uses to request access from the user.
6262
6363
1. Right-click the `Info.plist` entry of the project tree and select **Open As** > **Source Code**. Add the following lines to the top level `<dict>` section, and then save the file.
6464
@@ -199,7 +199,7 @@ For more information about using a group ID for calls, see [Manage calls](../../
199199
200200
You can join to a Teams meeting using two mechanisms:
201201
202-
- Teams meeting URL or Teams meetiong short URL
202+
- Teams meeting URL or Teams meeting short URL
203203
- Teams Meeting ID and Passcode
204204
205205
The Teams meeting link can be retrieved using Graph APIs, which is detailed in [Graph documentation](/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true).
@@ -209,7 +209,7 @@ You can also get the required meeting information from the **Join Meeting** URL
209209
210210
#### Join via Teams meeting URL
211211
212-
To join a Microsoft Teams meeting, inside the `startCallComposite` function, initialize a `RemoteOptions` instance for the `.teamsMeeting` locator. Replace `<TEAMS_MEETING_LINK>` with the Teams meeting link for your call. Replace `<DISPLAY_NAME>` with your name.
212+
To join a Microsoft Teams meeting, inside the `startCallComposite` function, initialize a `RemoteOptions` instance for the `.teamsMeeting` locator. Replace `<TEAMS_MEETING_LINK>` with the Teams meeting link for your call. Replace `<DISPLAY_NAME>` with your name.
213213
214214
```swift
215215
let remoteOptions = RemoteOptions(for: .teamsMeeting(teamsLink: "<TEAMS_MEETING_LINK>"),
@@ -220,8 +220,8 @@ let remoteOptions = RemoteOptions(for: .teamsMeeting(teamsLink: "<TEAMS_MEETING_
220220
#### Join via Teams Meeting ID and Passcode
221221
222222
The `TeamsMeetingIdLocator` locates a meeting using a meeting ID and passcode. These can be found under a Teams meeting's join info.
223-
A Teams meeting ID will be 12 characters long and will consist of numeric digits grouped in threes (i.e. `000 000 000 000`).
224-
A passcode will consist of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
223+
A Teams meeting ID is 12 characters long and consists of numeric digits grouped in threes (i.e. `000 000 000 000`).
224+
A passcode consists of 6 alphabet characters (i.e. `aBcDeF`). The passcode is case sensitive.
225225

226226
```swift
227227
@@ -232,11 +232,11 @@ A passcode will consist of 6 alphabet characters (i.e. `aBcDeF`). The passcode i
232232

233233
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
234234

235-
To set up a Azure Communication Services Rooms call, inside the `startCallComposite` function, initialize a `RemoteOptions` instance for the `.roomCall` locator. Replace `<ROOM_ID>` with the Room ID for your call. Initialize a `LocalOptions` instance with `roleHint`.
235+
To set up an Azure Communication Services Rooms call, inside the `startCallComposite` function, initialize a `RemoteOptions` instance for the `.roomCall` locator. Replace `<ROOM_ID>` with the Room ID for your call. Initialize a `LocalOptions` instance with `roleHint`.
236236

237237
Replace `<DISPLAY_NAME>` with your name.
238238

239-
`CallComposite` will use role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from Azure Communication Services.
239+
`CallComposite` uses role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from Azure Communication Services.
240240

241241

242242
For more information about Rooms, how to create and manage one see [Rooms Quickstart](../../../rooms/get-started-rooms.md)
@@ -316,7 +316,7 @@ For more information about localization and for a list of supported languages, s
316316

317317
### Subscribe to CallComposite call state changed event
318318

319-
You can implement closures to act on composite events. The call states will be sent to the call state changed handler.
319+
You can implement closures to act on composite events. The call states are sent to the call state changed handler.
320320

321321
The following example shows an event for a call state changed.
322322

0 commit comments

Comments
 (0)