diff --git a/src/res/sounds/raise-hand.ogg b/src/res/sounds/raise-hand.ogg deleted file mode 100644 index d1b350d5..00000000 Binary files a/src/res/sounds/raise-hand.ogg and /dev/null differ diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 90f7c840..239c94e2 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -80,7 +80,8 @@ import { makeSpotlightExpandedLayout } from "../grid/SpotlightExpandedLayout"; import { makeSpotlightLandscapeLayout } from "../grid/SpotlightLandscapeLayout"; import { makeSpotlightPortraitLayout } from "../grid/SpotlightPortraitLayout"; import { ReactionsProvider, useReactions } from "../useReactions"; -import handSound from "../res/sounds/raise-hand.ogg?url"; +import handSoundOgg from "../sound/raise_hand.ogg?url"; +import handSoundMp3 from "../sound/raise_hand.mp3?url"; const canScreenshare = "getDisplayMedia" in (navigator.mediaDevices ?? {}); @@ -626,7 +627,10 @@ export const InCallView: FC = ({ ))} {renderContent()} -