Skip to content

Commit df5b753

Browse files
author
Alexey Matveev
committed
feat(sounds): add Russian audio files for recording and live streaming notifications
1 parent 7699cfd commit df5b753

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

react/features/base/media/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export const SCREENSHARE_MUTISM_AUTHORITY = {
4444
export enum AudioSupportedLanguage {
4545
en = 'en',
4646
fr = 'fr',
47-
frCA = 'frCA'
47+
frCA = 'frCA',
48+
ru = 'ru'
4849
}
4950

5051
/**

sounds/liveStreamingOff_ru.mp3

14.7 KB
Binary file not shown.

sounds/liveStreamingOn_ru.mp3

13.5 KB
Binary file not shown.

sounds/recordingOff_ru.mp3

12 KB
Binary file not shown.

sounds/recordingOn_ru.mp3

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)