RecorderDrawArea
An object that specifies video frame parameters. Can be passed via the RecorderVideoParameters.layoutSettings and UpdateRecorderVideoParameters.layoutSettings parameter.
Add the following line to your scenario code to use the interface:
require(Modules.Recorder);
Props
height
height: number
Video frame's height.
left
left: number
Video frame's left margin.
priority
priority: number
Video frame's priority.
top
top: number
Video frame's top margin.
width
width: number
Video frame's width.