* update bandwidth notice
This commit is contained in:
parent
09483f219a
commit
fc84b2657a
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue