Skip to content

Commit f98cc5d

Browse files
Revert path
1 parent 8aa7d1b commit f98cc5d

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ 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.

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)