RecorderVad
An object that specifies speaking participant highlight video frame parameters. Can be passed via the RecorderVideoParameters.vad or UpdateRecorderVideoParameters.vad parameter.
Add the following line to your scenario code to use the interface:
require(Modules.Recorder);
Props
color
color: string
| undefined
Optional. Highlighting frame color in HEX format. The default value is #009933.
thickness
thickness: number
| undefined
Optional. Highlighting frame thickness in pixels. For width > 1280 the default value is 3, for width < 1280 the default value is 1.