You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ You can also get the required meeting information from the **Join Meeting** URL
204
204
205
205
#### Join via Teams meeting URL
206
206
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.
208
208
209
209
```swift
210
210
let locator = .teamsMeeting(teamsLink: "<TEAMS_MEETING_LINK>")
@@ -224,7 +224,7 @@ let locator = .teamsMeetingId(meetingId: "<TEAMS_MEETING_ID>", meetingPasscode:
To set up aAzureCommunicationServicesRooms call, initialize a `CallCompositeRoomLocator` with a room ID.
227
+
To set up anAzureCommunicationServicesRooms call, initialize a `CallCompositeRoomLocator` with a room ID.
228
228
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 AzureCommunicationServices once call is connected.
229
229
230
230
For more information about Rooms, how to create and manage one see [RoomsQuickStart](../../../rooms/get-started-rooms.md)
@@ -233,7 +233,7 @@ For more information about Rooms, how to create and manage one see [Rooms QuickS
233
233
let locator = .roomCall(roomId: "<ROOM_ID>")
234
234
```
235
235
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
237
237
238
238
UILibrary supports one-to-one VoIP call to dial users by communication identifier. To receive incoming call UILibrary also supports registering forPUSH notifications. To learn more about the integration forAndroidand 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)
0 commit comments