Builder

class Builder

Properties

Link copied to clipboard
var host: String?

The FQDN or IP address to contact for origination traffic.

Link copied to clipboard
var port: Int?

The designated origination route port. Defaults to 5060.

Link copied to clipboard

The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.

Link copied to clipboard

The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors use TCP protocol by default.

Link copied to clipboard
var weight: Int?

The weight assigned to an origination route. When hosts have equal priority, calls are distributed between them based on their relative weights.