Uses of Class
io.openvidu.java.client.IceServerProperties
-
-
Uses of IceServerProperties in io.openvidu.java.client
Fields in io.openvidu.java.client with type parameters of type IceServerProperties Modifier and Type Field Description static List<IceServerProperties>ConnectionProperties.DefaultValues. customIceServersMethods in io.openvidu.java.client that return IceServerProperties Modifier and Type Method Description IceServerPropertiesIceServerProperties.Builder. build()Builder forRecordingPropertiesMethods in io.openvidu.java.client that return types with arguments of type IceServerProperties Modifier and Type Method Description List<IceServerProperties>Connection. getCustomIceServers()Returns a list of custom ICE Servers configured for this connection.List<IceServerProperties>ConnectionProperties. getCustomIceServers()Returns a list of custom ICE Servers configured for this connection.Methods in io.openvidu.java.client with parameters of type IceServerProperties Modifier and Type Method Description ConnectionProperties.BuilderConnectionProperties.Builder. addCustomIceServer(IceServerProperties iceServerProperties)On certain type of networks, clients using default OpenVidu STUN/TURN server can not be reached it because firewall rules and network topologies at the client side.
-