Interface VoiceConnectorItem.Builder

  • Method Details

    • voiceConnectorId

      VoiceConnectorItem.Builder voiceConnectorId(String voiceConnectorId)

      The Voice Connector ID.

      Parameters:
      voiceConnectorId - The Voice Connector ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • priority

      VoiceConnectorItem.Builder priority(Integer priority)

      The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.

      Parameters:
      priority - The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.
      Returns:
      Returns a reference to this object so that method calls can be chained together.