Update poor connection behavior
This commit is contained in:
parent
caf5350fe6
commit
7c3f09c70c
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e9bc1070b716e1cd79646cba9e02293f1ffb4c3b
|
||||
Subproject commit 9220fcb8e856fedcc5e366e0a54ad95dc855fbf5
|
||||
Loading…
Add table
Add a link
Reference in a new issue