mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
Bell reaction sound.
This commit is contained in:
@@ -29,6 +29,8 @@ import waveSoundOgg from "../sound/reactions/wave.ogg?url";
|
|||||||
import waveSoundMp3 from "../sound/reactions/wave.mp3?url";
|
import waveSoundMp3 from "../sound/reactions/wave.mp3?url";
|
||||||
import baduntssSoundOgg from "../sound/reactions/baduntss.ogg?url";
|
import baduntssSoundOgg from "../sound/reactions/baduntss.ogg?url";
|
||||||
import baduntssSoundMp3 from "../sound/reactions/baduntss.mp3?url";
|
import baduntssSoundMp3 from "../sound/reactions/baduntss.mp3?url";
|
||||||
|
import bellSoundOgg from "../sound/reactions/bell.ogg?url";
|
||||||
|
import bellSoundMp3 from "../sound/reactions/bell.mp3?url";
|
||||||
|
|
||||||
export const ElementCallReactionEventType = "io.element.call.reaction";
|
export const ElementCallReactionEventType = "io.element.call.reaction";
|
||||||
|
|
||||||
@@ -201,6 +203,15 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
ogg: baduntssSoundOgg,
|
ogg: baduntssSoundOgg,
|
||||||
mp3: baduntssSoundMp3,
|
mp3: baduntssSoundMp3,
|
||||||
},
|
},
|
||||||
|
},,
|
||||||
|
{
|
||||||
|
emoji: "🔔",
|
||||||
|
name: "bell",
|
||||||
|
alias: ["ding"],
|
||||||
|
sound: {
|
||||||
|
ogg: bellSoundOgg,
|
||||||
|
mp3: bellSoundMp3,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ The following sound effects have been licensed from Pixabay, under https://pixab
|
|||||||
- `reactions/generic`
|
- `reactions/generic`
|
||||||
- `reactions/lightbulb`
|
- `reactions/lightbulb`
|
||||||
- `reactions/party`
|
- `reactions/party`
|
||||||
|
- `reactions/bell`
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user