Update poor connection behavior

This commit is contained in:
Cameron Gutman
2019-04-06 12:25:35 -07:00
parent caf5350fe6
commit 7c3f09c70c
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ void Session::clConnectionStatusUpdate(int connectionStatus)
{
case CONN_STATUS_POOR:
if (s_ActiveSession->m_StreamConfig.bitrate > 5000) {
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Slow connection to PC\nReduce bitrate");
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Slow connection to PC\nReduce your bitrate");
}
else {
strcpy(s_ActiveSession->m_OverlayManager.getOverlayText(Overlay::OverlayStatusUpdate), "Poor connection to PC");