Known
Enum representing the known values for TurnCoverage.
Entries
If unspecified, the default behavior is `TURN_INCLUDES_ONLY_ACTIVITY`.
The users turn only includes activity since the last turn, excluding inactivity (e.g. silence on the audio stream). This is the default behavior.
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
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.)
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.