Skip to content

Commit 9ee8db3

Browse files
Merge pull request #295445 from lisaleehan/patch-4
Update calling-sdk-features.md
2 parents efa1227 + c68da4b commit 9ee8db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Once you start development, check out the [known issues page](../known-issues.md
4646
- **Media Stats** - The Calling SDK provides comprehensive insights into [the metrics](media-quality-sdk.md) of your VoIP and video calls. With this information, developers have a clearer understanding of call quality and can make informed decisions to further enhance their communication experience.
4747
- **Video Constraints** - The Calling SDK provides APIs that gain the ability to regulate [video quality among other parameters](../../quickstarts/voice-video-calling/get-started-video-constraints.md) during video calls by adjusting parameters such as resolution and frame rate supporting different call situations for different levels of video quality
4848
- **User Facing Diagnostics (UFD)** - The Calling SDK provides [events](user-facing-diagnostics.md) that are designed to provide insights into underlying issues that could affect call quality. Developers can subscribe to triggers such as weak network signals or muted microphones, ensuring that they're always aware of any factors impacting the calls.
49+
- **Real Time Text (RTT)** - [Real Time Text (RTT)](real-time-text.md) provides developers with the ability to transmit text in near real-time during a call. This feature is designed to empower individuals who have difficulty speaking, ensuring their text messages are displayed prominently to other meeting participants, similar to spoken communication.
4950

5051
## Detailed capabilities
5152

@@ -102,6 +103,7 @@ The following list presents the set of features that are currently available in
102103
| | Echo cancellation || ✔️| ✔️| ✔️ |
103104
| | Noise suppression | ✔️ | ✔️| ✔️| ✔️ |
104105
| | Automatic gain control (AGC) || ✔️| ✔️| ✔️ |
106+
| Accessibility | [Real Time Text (RTT)](real-time-text.md) | ✔️ | ✔️| ✔️| ✔️ |
105107
| Notifications <sup>4</sup> | [Push notifications](../../how-tos/calling-sdk/push-notifications.md) | ✔️ | ✔️| ✔️| ✔️ |
106108
| Custom context | Add [User-to-User (UUI)](../../how-tos/calling-sdk/call-context.md) or custom headers to a call | ✔️ ||||
107109

0 commit comments

Comments
 (0)