mode property

Specifies the recording behavior of the live input. 'off' indicates no recording will be made. 'automatic' indicates a recording should be made, and that the recording should transition to on-demand after Stream Live stops receiving input.

Default value: off Valid values: off, automatic

e.g: "automatic"

Implementation

final LiveInputRecordingMode mode;