public class RecordingProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordingProperties.Builder
Builder for
RecordingProperties |
| Modifier and Type | Method and Description |
|---|---|
String |
customLayout()
If
recordingLayout() is
set to RecordingLayout.CUSTOM, this property
defines the relative path to the specific custom layout you want to use. |
String |
name()
Defines the name you want to give to the video file.
|
RecordingLayout |
recordingLayout()
Defines the layout to be used in the recording
|
public String name()
recordingStarted,
recordingStopped). WARNING: this parameter follows an
overwriting policy. If you name two recordings the same, the newest
MP4 file will overwrite the oldest onepublic RecordingLayout recordingLayout()
public String customLayout()
recordingLayout() is
set to RecordingLayout.CUSTOM, this property
defines the relative path to the specific custom layout you want to use. See
Custom recording layouts to learn moreCopyright © 2018 OpenVidu. All rights reserved.