Uses of Class
io.openvidu.java.client.Session
-
-
Uses of Session in io.openvidu.java.client
Methods in io.openvidu.java.client that return Session Modifier and Type Method Description SessionOpenVidu. createSession()Creates an OpenVidu session with the default settingsSessionOpenVidu. createSession(SessionProperties properties)Creates an OpenVidu sessionSessionOpenVidu. getActiveSession(String sessionId)Returns an active session.Methods in io.openvidu.java.client that return types with arguments of type Session Modifier and Type Method Description List<Session>OpenVidu. getActiveSessions()Returns the list of active sessions.
-