RecorderObjectFit

An object that specifies how to fill a participant's video source to the conference frame.
View as Markdown

An object that specifies how to fill a participant’s video source to the conference frame. 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

fill
'fill'
contain
'contain'
cover
'cover'
none
'none'