Interface CallingSettings.Builder

  • Method Details

    • canStart11Call

      CallingSettings.Builder canStart11Call(Boolean canStart11Call)

      Specifies whether users can start one-to-one calls.

      Parameters:
      canStart11Call - Specifies whether users can start one-to-one calls.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canVideoCall

      CallingSettings.Builder canVideoCall(Boolean canVideoCall)

      Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.

      Parameters:
      canVideoCall - Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceTcpCall

      CallingSettings.Builder forceTcpCall(Boolean forceTcpCall)

      When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.

      Parameters:
      forceTcpCall - When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.