public void doTest(Browser browserType) throws Exception {
// Media Pipeline
MediaPipeline mp = pipelineFactory.create();
WebRtcEndpoint webRtcEP1 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP2 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP3 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEP4 = mp.newWebRtcEndpoint().build();
HttpGetEndpoint httpEP = mp.newHttpGetEndpoint().terminateOnEOS()
.build();
Composite composite = mp.newComposite().build();