Skip to content
Snippets Groups Projects
Commit 36796741 authored by Felipe Cecagno's avatar Felipe Cecagno
Browse files

fixed the sip test changed since the last pull request, also adding more...

fixed the sip test changed since the last pull request, also adding more details when a rtmp connection is not successfully established
parent f53ec026
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ package org.bigbluebutton.clientcheck.service
// sip has a different way of connecting to the red5 server, need to fake connection data.
if (systemConfiguration.rtmpApps[i].applicationUri.indexOf("sip") > 0)
{
_netConnection.connect(systemConfiguration.rtmpApps[i].applicationUri, EXTERNAL_USER_ID_MOCK, USER_NAME_MOCK);
_netConnection.connect(systemConfiguration.rtmpApps[i].applicationUri, ROOM_MOCK, EXTERNAL_USER_ID_MOCK, USER_NAME_MOCK);
continue;
}
else
......@@ -146,6 +146,7 @@ package org.bigbluebutton.clientcheck.service
break;
default:
rtmpAppItem.testResult += ": " + info.description;
rtmpAppItem.testSuccessfull=false;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment