| Package | Description |
|---|---|
| org.kurento.room | |
| org.kurento.room.api | |
| org.kurento.room.internal |
| Constructor and Description |
|---|
RoomManager(RoomHandler roomHandler,
KurentoClientProvider kcProvider)
Provides an instance of the room manager by setting a room handler and the
KurentoClient provider. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotificationRoomHandler
Through this interface, the room API passes the execution result of client-originated requests to
the application and from there to the clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNotificationRoomHandler
Default implementation that assumes that JSON-RPC messages specification was used for the
client-server communications.
|
| Constructor and Description |
|---|
Room(String roomName,
org.kurento.client.KurentoClient kurentoClient,
RoomHandler roomHandler,
boolean destroyKurentoClient) |
Copyright © 2016 Kurento. All rights reserved.