WebRtcEndpoint webRtcEndpoint1 = mp.newWebRtcEndpoint().build();
WebRtcEndpoint webRtcEndpoint2 = mp.newWebRtcEndpoint().build();
HttpGetEndpoint httpGetEndpoint = mp.newHttpGetEndpoint().build();
webRtcEndpoint1.connect(webRtcEndpoint1);
webRtcEndpoint2.connect(webRtcEndpoint2);
BrowserClient.Builder builderWebrtc = new BrowserClient.Builder()
.browser(Browser.CHROME).client(Client.WEBRTC);
BrowserClient.Builder builderPlayer = new BrowserClient.Builder()
.browser(Browser.CHROME).client(Client.PLAYER);