mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: remove URL from init method
parent
eb6192e7a2
commit
fa79223d68
|
@ -19,7 +19,6 @@ package io.openvidu.server;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.MalformedURLException;
|
import java.net.MalformedURLException;
|
||||||
import java.net.URL;
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
@ -224,8 +223,6 @@ public class OpenViduServer implements JsonRpcConfigurer {
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
URL url = new URL(publicUrl);
|
|
||||||
|
|
||||||
type = "custom";
|
type = "custom";
|
||||||
|
|
||||||
if (publicUrl.startsWith("https://")) {
|
if (publicUrl.startsWith("https://")) {
|
||||||
|
|
Loading…
Reference in New Issue