| Modifier and Type | Method and Description |
|---|---|
RecordingLayout |
SessionProperties.defaultRecordingLayout()
Defines the default value used to initialize property
RecordingProperties.recordingLayout() of
every recording of this session. |
RecordingLayout |
Recording.getRecordingLayout()
The layout used in this recording
|
RecordingLayout |
RecordingProperties.recordingLayout()
Defines the layout to be used in the recording
|
static RecordingLayout |
RecordingLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingLayout[] |
RecordingLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SessionProperties.Builder |
SessionProperties.Builder.defaultRecordingLayout(RecordingLayout layout)
Call this method to set the the default value used to initialize property
RecordingProperties.recordingLayout() of
every recording of this session. |
RecordingProperties.Builder |
RecordingProperties.Builder.recordingLayout(RecordingLayout layout)
Call this method to set the layout to be used in the recording
|
Copyright © 2018 OpenVidu. All rights reserved.