| Package | Description |
|---|---|
| org.kurento.room | |
| org.kurento.room.api | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRoomManager.createRoom(KurentoClientSessionInfo kcSessionInfo) |
void |
RoomManager.createRoom(KurentoClientSessionInfo kcSessionInfo)
Creates a room if it doesn't already exist.
|
Set<UserParticipant> |
RoomManager.joinRoom(String userName,
String roomName,
boolean dataChannels,
boolean webParticipant,
KurentoClientSessionInfo kcSessionInfo,
String participantId)
Represents a client's request to join a room.
|
| Modifier and Type | Method and Description |
|---|---|
org.kurento.client.KurentoClient |
KurentoClientProvider.getKurentoClient(KurentoClientSessionInfo sessionInfo)
Obtains a
KurentoClient instance given the custom session bean. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKurentoClientSessionInfo
Default implementation of the session info interface, contains a participant's id and the room's
name.
|
Copyright © 2016 Kurento. All rights reserved.