Record
update-credential-connection-params
No description available.
record update-credential-connection-params {
id: string,
active: option<bool>,
anchorsite-override: option<anchorsite-override>,
connection-name: option<string>,
default-on-hold-comfort-noise-enabled: option<bool>,
dtmf-type: option<dtmf-type>,
encode-contact-header-enabled: option<bool>,
encrypted-media: option<encrypted-media>,
inbound: option<credential-inbound>,
onnet-t38-passthrough-enabled: option<bool>,
outbound: option<credential-outbound>,
password: option<string>,
rtcp-settings: option<connection-rtcp-settings>,
sip-uri-calling-preference: option<credential-connection-sip-uri-calling-preference-enum>,
user-name: option<string>,
webhook-api-version: option<credential-connection-webhook-api-version-enum>,
webhook-event-failover-url: option<string>,
webhook-event-url: option<string>,
webhook-timeout-secs: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| active | option<bool> | |
| anchorsite-override | option<anchorsite-override> | |
| connection-name | option<string> | |
| default-on-hold-comfort-noise-enabled | option<bool> | |
| dtmf-type | option<dtmf-type> | |
| encode-contact-header-enabled | option<bool> | |
| encrypted-media | option<encrypted-media> | |
| inbound | option<credential-inbound> | |
| onnet-t38-passthrough-enabled | option<bool> | |
| outbound | option<credential-outbound> | |
| password | option<string> | |
| rtcp-settings | option<connection-rtcp-settings> | |
| sip-uri-calling-preference | option<credential-connection-sip-uri-calling-preference-enum> | |
| user-name | option<string> | |
| webhook-api-version | option<credential-connection-webhook-api-version-enum> | |
| webhook-event-failover-url | option<string> | |
| webhook-event-url | option<string> | |
| webhook-timeout-secs | option<s32> |