Uses of Class
io.openvidu.java.client.Connection
-
-
Uses of Connection in io.openvidu.java.client
Methods in io.openvidu.java.client that return Connection Modifier and Type Method Description ConnectionSession. createConnection()Same asSession.createConnection(ConnectionProperties)but with default ConnectionProperties values.ConnectionSession. createConnection(ConnectionProperties connectionProperties)Creates a new Connection object associated to Session object and configured withconnectionProperties.ConnectionSession. getConnection(String id)Returns a Connection of the Session.ConnectionSession. updateConnection(String connectionId, ConnectionProperties connectionProperties)PRO Updates the properties of a Connection with aConnectionPropertiesobject.Methods in io.openvidu.java.client that return types with arguments of type Connection Modifier and Type Method Description List<Connection>Session. getActiveConnections()Returns the list of active Connections of the Session.List<Connection>Session. getConnections()Returns all the Connections of the Session.Methods in io.openvidu.java.client with parameters of type Connection Modifier and Type Method Description voidSession. forceDisconnect(Connection connection)Removes the Connection from the Session.
-