RecorderDirection

An object that specifies video frame's direction.
View as Markdown

An object that specifies video frame’s direction. Can be passed via the RecorderVideoParameters.layoutSettings and UpdateRecorderVideoParameters.layoutSettings parameter. Add the following line to your scenario code to use the type:

require(Modules.Recorder);

Values

ltr
'ltr'
rtl
'rtl'