Interface CallingSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CallingSettings.Builder,,CallingSettings> SdkBuilder<CallingSettings.Builder,,CallingSettings> SdkPojo
- Enclosing class:
CallingSettings
@Mutable
@NotThreadSafe
public static interface CallingSettings.Builder
extends SdkPojo, CopyableBuilder<CallingSettings.Builder,CallingSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncanStart11Call(Boolean canStart11Call) Specifies whether users can start one-to-one calls.canVideoCall(Boolean canVideoCall) Specifies whether users can make video calls (as opposed to audio-only calls).forceTcpCall(Boolean forceTcpCall) When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-