Skip to content

Commit 6b90c3b

Browse files
Merge pull request #287074 from sloanster/patch-23
Update calling-sdk-features.md
2 parents f4ab0bc + d410d2a commit 6b90c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Once you start development, check out the [known issues page](../known-issues.md
4545
- **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.
4646
- **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
4747
- **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.
48-
- **Custom context** - The Calling SDK provides APIs supporting calling with one user-to-user and up to five custom headers. The headers are received within the incoming call.
4948

5049
## Detailed capabilities
5150

@@ -103,7 +102,7 @@ The following list presents the set of features that are currently available in
103102
| | Noise suppression | ✔️ | ✔️ | ✔️ | ✔️ |
104103
| | Automatic gain control (AGC) || ✔️ | ✔️ | ✔️ |
105104
| Notifications <sup>4</sup> | [Push notifications](../../how-tos/calling-sdk/push-notifications.md) | ✔️ | ✔️ | ✔️ | ✔️ |
106-
| Custom context | Place a call with user-to-user or custom headers | ✔️ ||||
105+
| Custom context | Add [User-to-User (UUI)](../../how-tos/calling-sdk/call-context.md) or custom headers to a call | ✔️ ||||
107106

108107
<sup>1</sup> The capability to Mute Others is currently in public preview.
109108

0 commit comments

Comments
 (0)