Skip to content

Commit 9ac847a

Browse files
authored
pencil edits
1 parent 4dd371d commit 9ac847a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ You can also get the required meeting information from the **Join Meeting** URL
204204
205205
#### Join via Teams meeting URL
206206
207-
To join a Microsoft Teams meeting, inside the `startCallComposite` function, initialize a instance for the `.teamsMeeting` locator. Replace `<TEAMS_MEETING_LINK>` with the Teams meeting link for your call. Replace `<DISPLAY_NAME>` with your name.
207+
To join a Microsoft Teams meeting, inside the `startCallComposite` function, initialize an instance for the `.teamsMeeting` locator. Replace `<TEAMS_MEETING_LINK>` with the Teams meeting link for your call. Replace `<DISPLAY_NAME>` with your name.
208208
209209
```swift
210210
let locator = .teamsMeeting(teamsLink: "<TEAMS_MEETING_LINK>")
@@ -224,7 +224,7 @@ let locator = .teamsMeetingId(meetingId: "<TEAMS_MEETING_ID>", meetingPasscode:
224224

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

227-
To set up a Azure Communication Services Rooms call, initialize a `CallCompositeRoomLocator` with a room ID.
227+
To set up an Azure Communication Services Rooms call, initialize a `CallCompositeRoomLocator` with a room ID.
228228
While on the setup screen, `CallComposite` will enable camera and microphone to all participants with any room role. Actual up-to-date participant role and capabilities are retrieved from Azure Communication Services once call is connected.
229229

230230
For more information about Rooms, how to create and manage one see [Rooms QuickStart](../../../rooms/get-started-rooms.md)
@@ -233,7 +233,7 @@ For more information about Rooms, how to create and manage one see [Rooms QuickS
233233
let locator = .roomCall(roomId: "<ROOM_ID>")
234234
```
235235

236-
### Set up a 1:N Outgoing call and and incoming call push notifications
236+
### Set up a 1:N Outgoing call and incoming call push notifications
237237

238238
UI Library supports one-to-one VoIP call to dial users by communication identifier. To receive incoming call UI Library also supports registering for PUSH notifications. To learn more about the integration for Android and iOS platform and usage of the API, see [How to make one-to-one call and receive PUSH notifications.](../../../../how-tos/ui-library-sdk/one-to-one-calling.md)
239239

0 commit comments

Comments
 (0)