mirror of https://github.com/OpenVidu/openvidu.git
7 lines
211 B
TypeScript
7 lines
211 B
TypeScript
![]() |
export enum ArchiveLayout {
|
||
|
BEST_FIT = 'BEST_FIT',
|
||
|
PICTURE_IN_PICTURE = 'PICTURE_IN_PICTURE',
|
||
|
VERTICAL_PRESENTATION = 'VERTICAL_PRESENTATION',
|
||
|
HORIZONTAL_PRESENTATION = 'VERTICAL_PRESENTATION'
|
||
|
}
|