Skip to content

Commit 35369c2

Browse files
authored
added header detail
1 parent 9ac743b commit 35369c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/communication-services/tutorials/calling-sdk/tutorials/pass-contextual-data-header.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Moreover, the custom call context can also also transmitted to to SIP endpoints
2020

2121
It’s important to note that all custom context data remains transparent to the calling SDK and is not related to any of the SDK’s fundamental functions when used in SIP protocols. Here is a tutorial to assist you in adding custom context headers when using the WebJS SDK.
2222

23-
[!INCLUDE [Public Preview Disclaimer](../../../includes/public-preview-include.md)]
2423

2524
> [!IMPORTANT]
26-
> To use the ability to pass User-to-User Information (UUI) data using the calling SDK you must use the public preview calling SDK version `1.29.1` or later.
25+
> To use the ability to pass User-to-User Information (UUI) data using the calling SDK you must use the calling WebJS SDK GA or public preview version `1.29.1` or later.
2726
2827
## Technical parameters
2928
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.
@@ -36,6 +35,8 @@ The maximum length of a VOIP header key is 64 chars. The maximum length of VOIP
3635

3736
When adding these custom headers as a developer you can choose to add only SIP headers, only VoIP headers or both can be included.
3837

38+
Currently, adding custom User-to-User Information headers is only supported when initiating a 1:1 call. After starting the 1:1 call, you can include additional participants while maintaining the User-to-User Information within the calls. To support adding these headers, you must begin with a 1:1 call where the additional headers are available at the start of the initiation process.
39+
3940
## Adding custom context when inviting a participant
4041

4142
### Adding custom context headings using the WebJS calling SDK

0 commit comments

Comments
 (0)