Skip to content

Commit ab6d7a2

Browse files
committed
update file locations
1 parent 0504d4d commit ab6d7a2

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ items:
337337
- name: Manage Teams meeting Lobby
338338
href: how-tos/calling-sdk/lobby.md
339339
- name: Manage call duration
340-
href: how-tos/calling-sdk/call-duration.md
340+
href: tutorials/call-duration.md
341341
- name: PowerPoint Live
342342
href: how-tos/calling-sdk/powerpoint-live.md
343343
- name: Record calls
File renamed without changes.

articles/communication-services/how-tos/calling-sdk/includes/call-duration/android.md renamed to articles/communication-services/tutorials/includes/call-duration/android.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.topic: include
55
ms.date: 09/01/2024
66
ms.author: iaulakh
77
---
8-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
98

109
## Get call start time
1110
To retrieve the call start time, subscribe to the `addOnStartTimeUpdatedListener` on the `CommonCall` object. The start time is returned as a `Date` object, indicating when the call was bootstrapped.

articles/communication-services/how-tos/calling-sdk/includes/call-duration/ios.md renamed to articles/communication-services/tutorials/includes/call-duration/ios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.topic: include
55
ms.date: 09/01/2024
66
ms.author: iaulakh
77
---
8-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-ios.md)]
98

109
## Get call start time
1110
To retrieve the call start time, set the `didUpdateStartTime` on the `CallDelegate`. The start time is returned as a `Date` object, indicating when the indicating when the call was bootstrapped.

articles/communication-services/how-tos/calling-sdk/includes/call-duration/windows.md renamed to articles/communication-services/tutorials/includes/call-duration/windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.topic: include
55
ms.date: 09/01/2024
66
ms.author: iaulakh
77
---
8-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-windows.md)]
98

109
## Get call start time
1110
To retrieve the call start time, subscribe to the `StartTimeUpdated` on the `CommonCommunicationCall` object. The start time is returned as a `DateTimeOffset` object, indicating when the call was bootstrapped.

0 commit comments

Comments
 (0)