mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
change volume to 2.0
This commit is contained in:
parent
4b12724abc
commit
f308cc39ef
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@
|
|||
if (!chat || !chat.player) {
|
||||
return;
|
||||
}
|
||||
chat.player.volume = 2.0;
|
||||
chat.player.play();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue