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 };
|
||||
}
|
||||
|
||||
protected generateCompositeOptionsFromRequest(layout = 'speaker'): RoomCompositeOptions {
|
||||
protected generateCompositeOptionsFromRequest(layout = 'grid'): RoomCompositeOptions {
|
||||
return {
|
||||
layout: layout
|
||||
layout: layout,
|
||||
// customBaseUrl: customLayout,
|
||||
// audioOnly: false,
|
||||
// videoOnly: false
|
||||
// encodingOptions
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user