new CallSettings(settings)
Parameters:
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| settings | Object | An object containing parameters of this settings. Properties
 | 
Methods
merge(options) → {CallSettings}
Returns a new CallSettings merged from this and a CallOptions object.
Parameters:
| Name | Type | Description | 
|---|---|---|
| options | CallOptions | an instance whose values override
those in this object. If null,  | 
Returns:
| Type | Description | 
|---|---|
| CallSettings | The merged CallSettings instance. |