CustomContext interface
Received Options on call custom context.
- Extends
Properties
sip |
sip headers X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored. |
voip |
voip headers. |
Inherited Properties
user |
UUI header. |
x |
X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored. |
Property Details
sipHeaders
sip headers X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.
sipHeaders?: xHeader[]
Property Value
xHeader[]
voipHeaders
Inherited Property Details
userToUser
UUI header.
userToUser?: string
Property Value
string
Inherited From CustomContextOptions.userToUser
xHeaders
Warning
This API is now deprecated.
X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.
xHeaders?: xHeader[]
Property Value
xHeader[]
Inherited From CustomContextOptions.xHeaders