setStereoSupported

@NotNull
abstract fun setStereoSupported(stereoSupported: Boolean): @NotNull ServerActivation.Builder

Sets whether the activation supports stereo audio.

If enabled, the client will send stereo audio if it's configured in the client settings.

Default: false

Return

The builder instance.

Parameters

stereoSupported

true if stereo audio is supported.

See also