| Package | Description |
|---|---|
| org.kurento.room | |
| org.kurento.room.api | |
| org.kurento.room.internal |
| Constructor and Description |
|---|
SyncRoomManager(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 |
RoomEventHandler
Through this interface, the room API passes the execution result of client
primitives to the application and from there to the clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRoomEventHandler
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) |
Copyright © 2015 Kurento. All rights reserved.