Commit ddbcd6cf authored by Mark Harding's avatar Mark Harding

(chore): remove play sound for messenger call

parent 02dab4d0
No related merge requests found
Pipeline #86380002 running with stages
......@@ -13,7 +13,7 @@ export class MessengerSounds {
};
play(sound: string) {
if (this.canPlay()) this.sounds[sound].play();
// if (this.canPlay()) this.sounds[sound].play();
}
canPlay() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment