change recording allowed video formats

This commit is contained in:
Nuwan 2023-10-04 02:01:01 +05:30
parent c116559d18
commit 2b1309a3b0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
};
context.JK.AUDIO_FORMATS = ['.mp3', '.ogg', '.wav', '.flac', '.au'];
context.JK.VIDEO_FORMATS = ['.mp4', '.mov', '.vob', '.wmv'];
context.JK.VIDEO_FORMATS = ['.mp4', '.mkv', '.mov', '.flv', '.ts'];
context.JK.RECORD_TYPE_AUDIO = 'audio-only'
context.JK.RECORD_TYPE_BOTH = 'audio-video'