* update bandwidth notice

This commit is contained in:
Seth Call 2015-12-14 15:21:14 -06:00
parent 09483f219a
commit fc84b2657a
1 changed files with 5 additions and 5 deletions

View File

@ -38,12 +38,12 @@ StatsInfo = {
warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, audio stream.",
poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality audio stream.",
},
video_rtpbw_tx: {
good: (user, stats) -> "You have enough bandwidth to send you a high quality video stream.",
warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, video stream.",
poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality video stream.",
},
video_rtpbw_rx: {
good: (user, stats) -> "#{user.name} have enough bandwidth to send you a high quality video stream.",
warn: (user, stats) -> "#{user.name} have enough bandwidth to send you a degraded, but sufficient, video stream.",
poor: (user, stats) -> "#{user.name} have not enough bandwidth to send you a decent quality video stream.",
},
video_rtpbw_tx: {
good: (user, stats) -> "You have enough bandwidth to send you a high quality video stream.",
warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, video stream.",
poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality video stream.",