1
0
Fork 0
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:
winlin 2013-12-25 13:16:41 +08:00
parent 4b12724abc
commit f308cc39ef

View file

@ -253,6 +253,7 @@
if (!chat || !chat.player) {
return;
}
chat.player.volume = 2.0;
chat.player.play();
});
}