RecorderLabels
An object that specifies video frame with the participants' name settings. Can be passed via the RecorderVideoParameters.labels or UpdateRecorderVideoParameters.labels parameter.
Add the following line to your scenario code to use the interface:
require(Modules.Recorder);
Props
background
background: string
| undefined
Optional. Participant's label background color in HEX format. The default value is #c7c7cc
color
color: string
| undefined
Optional. Participant's label color in HEX format. The default value is #000000
font
font:
Optional. Participant's label font. The default value is [RecorderLabelFont.ROBOTO_REGULAR]
height
height: number
| undefined
Optional. Participant's label height in pixels. The default value is 24
margin
margin: number
| undefined
Optional. Margin space outside the label in pixels. The default value is 8
position
position:
Optional. Participant's label position. The default value is [RecorderLabelPosition.BOTTOM_RIGHT]
textAlign
textAlign:
Optional. Participant's label text horizontal and vertical alignment. The default value is [RecorderLabelTextAlign.MIDDLE_LEFT]
width
width: number
| undefined
Optional. Participant's label width in pixels. The default value is 104