backend: change default layout from 'speaker' to 'grid' in generateCompositeOptionsFromRequest method
This commit is contained in:
parent
af3697f94c
commit
f7ce0152c1
@ -536,12 +536,13 @@ export class RecordingService {
|
|||||||
return { recordingInfo, metadataFilePath: metadataPath };
|
return { recordingInfo, metadataFilePath: metadataPath };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected generateCompositeOptionsFromRequest(layout = 'speaker'): RoomCompositeOptions {
|
protected generateCompositeOptionsFromRequest(layout = 'grid'): RoomCompositeOptions {
|
||||||
return {
|
return {
|
||||||
layout: layout
|
layout: layout,
|
||||||
// customBaseUrl: customLayout,
|
// customBaseUrl: customLayout,
|
||||||
// audioOnly: false,
|
// audioOnly: false,
|
||||||
// videoOnly: false
|
// videoOnly: false
|
||||||
|
// encodingOptions
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user