Skip to content

Commit 7bf30b6

Browse files
Update calling-sdk-features.md
Add notes for custom context
1 parent d95a21a commit 7bf30b6

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
@@ -45,6 +45,7 @@ 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.
4849

4950
## Detailed capabilities
5051

@@ -102,6 +103,7 @@ The following list presents the set of features that are currently available in
102103
| | Noise suppression | ✔️ | ✔️ | ✔️ | ✔️ |
103104
| | Automatic gain control (AGC) || ✔️ | ✔️ | ✔️ |
104105
| 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 | ✔️ ||||
105107

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

0 commit comments

Comments
 (0)