Skip to content

Commit b473207

Browse files
Merge pull request #286838 from sloanster/patch-23
Update call-context-web.md
2 parents f13876d + c67b950 commit b473207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/communication-services/how-tos/calling-sdk/includes/call-context/call-context-web.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 09/13/2024
66
ms.author: micahvivion
77
---
88

9+
910
## Technical parameters
1011
The calling SDK supports adding up to 5 custom SIP headers and 1000 custom VOIP headers. Additionally, developers can include a dedicated User-To-User header as part of SIP headers list.
1112

@@ -20,6 +21,7 @@ When adding these custom headers as a developer you can choose to add only SIP h
2021
> [!NOTE]
2122
> Currently, adding custom User-to-User Information headers is only supported when initiating a 1:1 call. Passing User-to-User Information headers in group calls is not currently supported. To work around this after starting the 1:1 call, you can include additional participants while maintaining the User-to-User Information within the calls.
2223
24+
For details othe custom context interface API, consult the [custom context API resource](/javascript/api/azure-communication-services/@azure/communication-calling/customcontext?view=azure-communication-services-js&preserve-view=true) page.
2325

2426
## Place a call with User-to-User Information (UUI) data
2527

0 commit comments

Comments
 (0)