feat(config) add option to show recording link (#15336)

This commit is contained in:
Mihaela Dumitru
2024-11-27 09:32:38 +02:00
committed by GitHub
parent f3324ab165
commit 4d7c051dd0
3 changed files with 5 additions and 0 deletions

View File

@@ -526,6 +526,7 @@ export interface IConfig {
recordings?: {
recordAudioAndVideo?: boolean;
showPrejoinWarning?: boolean;
showRecordingLink?: boolean;
suggestRecording?: boolean;
};
remoteVideoMenu?: {