Skip to content

Commit 8d367e7

Browse files
Fix links
1 parent cf3ab35 commit 8d367e7

File tree

2 files changed

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

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,13 +348,13 @@ The Communication Services Call SDK accepts a full Microsoft Teams meeting link.
348348

349349
### Set up a Rooms call
350350

351-
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]
351+
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
352352

353353
To set up a ACS Rooms call, initialize a `CallCompositeRoomLocator`, supply it to the `CallCompositeRemoteOptions` object and set `CallCompositeParticipantRole` to the `CallCompositeLocalOptions` by `setRoleHint()`.
354354
`CallComposite` will use role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from ACS.
355355

356356

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

359359
#### [Kotlin](#tab/kotlin)
360360

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The Communication Services Call SDK accepts a full Microsoft Teams meeting link.
213213
214214
### Set up a Rooms call
215215
216-
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]
216+
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
217217
218218
To set up a ACS 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`.
219219
@@ -222,7 +222,7 @@ Replace `<DISPLAY_NAME>` with your name.
222222
`CallComposite` will use role hint before connecting to the call. Once call is connected, actual up-to-date participant role is retrieved from ACS.
223223
224224
225-
For more information about Rooms, how to create and manage one see [Rooms Quickstart](../../../rooms/get-started-rooms)
225+
For more information about Rooms, how to create and manage one see [Rooms Quickstart](../../../rooms/get-started-rooms.md)
226226
227227
```swift
228228
let remoteOptions = RemoteOptions(for: .roomCall(roomId: "<ROOM_ID>"),

0 commit comments

Comments
 (0)