@Component
public class StreamManager
extends Object
Manages streaming sessions to OpenVidu server.
- Author:
- joe
-
-
Constructor Summary
Constructors
-
Method Summary
void
void
Disconnect a client from an existing session, and create a new session for a
world
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
serviceId
public static final String serviceId
- See Also:
-
-
Constructor Details
-
StreamManager
public StreamManager()
-
Method Details
-
disconnect
public void disconnect(Client client,
String worldName)
throws io.openvidu.java.client.OpenViduException
- Throws:
io.openvidu.java.client.OpenViduException
-
join
Disconnect a client from an existing session, and create a new session for a
world
- Parameters:
client -
world -