Skip to content

Commit 509834e

Browse files
committed
FIX PR comments
1 parent 4785af6 commit 509834e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/communication-services/tutorials/call-duration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@ zone_pivot_groups: acs-plat-ios-android-windows
1515

1616
# Manage call duration
1717

18-
## Start Time
18+
Provides developers with the capability to programmatically trigger and track events when a call starts. Capturing the initiation of a call enables businesses to execute crucial workflows, including logging call metadata, initiating timers for duration tracking, or triggering user interface updates to reflect the real-time call status.
19+
20+
## Start time
1921

2022
The ability to use **call start time events** allows developers to capture and utilize the exact time a call is initiated. By subscribing to these events, developers gain valuable insights that can be applied in various use cases, such as performance tracking and user experience enhancements, among other uses.
2123

22-
### Use Cases
24+
### Use cases
2325

24-
#### Enhanced User Experience
26+
#### Enhanced user experience
2527
Developers can use the call start time to display call duration to users in real time, improving the user experience by providing transparency on how long the user has been in the call.
2628

2729
**Example:** In a video conferencing app, the UI can display an active call timer showing how long the participants have been in the meeting, increasing user engagement.
2830

2931
By utilizing the call start time API events, developers can build more robust, feature-rich applications that improve the user experience, ensure compliance, and support detailed performance monitoring.
3032

31-
#### Performance and Monitoring Analytics
33+
#### Performance and monitoring analytics
3234
By retrieving the call start time, developers can measure call duration and integrate with monitoring systems to analyze the performance of calls. This information is crucial for identifying call quality issues, optimizing network performance, and understanding user behavior.
3335

3436
**Example:** A customer support center can track how long agents stay on calls and identify trends related to call durations, improving resource management.

0 commit comments

Comments
 (0)