Known

public enum Known

Enum representing the known values for TurnCoverage.

Entries

Link copied to clipboard

If unspecified, the default behavior is `TURN_INCLUDES_ONLY_ACTIVITY`.

Link copied to clipboard

The users turn only includes activity since the last turn, excluding inactivity (e.g. silence on the audio stream). This is the default behavior.

Link copied to clipboard

The users turn includes all realtime input since the last turn, including inactivity (e.g. silence on the audio stream).

Includes audio activity and all video since the last turn. With automatic activity detection, audio activity means speech and excludes silence.

Functions

Link copied to clipboard
public static TurnCoverage.Known valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<TurnCoverage.Known> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.