HubPort hubPort5 = composite.newHubPort().build();
webRtcEP1.connect(hubPort1);
webRtcEP2.connect(hubPort2);
webRtcEP3.connect(hubPort3);
webRtcEP4.connect(hubPort4);
hubPort5.connect(httpEP);
// Test execution
try (BrowserClient browserPlayer = new BrowserClient.Builder()
.browser(browserType).client(Client.PLAYER).build();