openvidu/openvidu-node-client/src/RecordingLayout.ts

7 lines
291 B
TypeScript
Raw Normal View History

export enum RecordingLayout {
2018-02-06 10:09:14 +01:00
BEST_FIT = 'BEST_FIT', // All the videos are evenly distributed, taking up as much space as possible
PICTURE_IN_PICTURE = 'PICTURE_IN_PICTURE',
VERTICAL_PRESENTATION = 'VERTICAL_PRESENTATION',
HORIZONTAL_PRESENTATION = 'VERTICAL_PRESENTATION'
}