| Package | Description |
|---|---|
| org.kurento.room |
| Modifier and Type | Method and Description |
|---|---|
void |
RoomManager.addMediaElement(String participantId,
org.kurento.client.MediaElement element)
Applies a media element (filter, recorder, etc.) to media that is
currently streaming or that might get streamed sometime in the future.
|
void |
RoomManager.closeRoom(String roomName)
Closes an existing room by releasing all resources that were allocated
for the room.
|
boolean |
RoomManager.createRoom(String roomName)
Creates a room if it doesn’t already exist.
|
void |
RoomManager.evictParticipant(String participantId)
Method that tries to remove a participant from her room.
|
Set<UserParticipant> |
RoomManager.getParticipants(String roomName)
Returns all the participants inside a room.
|
Set<UserParticipant> |
RoomManager.getPeerPublishers(String participantId)
Returns the peer’s publishers (participants from which the peer is
receiving media).
|
Set<UserParticipant> |
RoomManager.getPeerSubscribers(String participantId)
Returns the peer’s subscribers (participants towards the peer is
streaming media).
|
org.kurento.client.MediaPipeline |
RoomManager.getPipeline(String participantId)
Returns the media pipeline used by the participant.
|
Set<UserParticipant> |
RoomManager.getPublishers(String roomName)
Returns all the publishers (participants streaming their media) inside a
room.
|
Set<UserParticipant> |
RoomManager.getSubscribers(String roomName)
Returns all the subscribers (participants subscribed to a least one
stream of another user) inside a room.
|
void |
RoomManager.removeMediaElement(String participantId,
org.kurento.client.MediaElement element)
Disconnects and removes media element (filter, recorder, etc.) from a
media stream.
|
Copyright © 2015 Kurento. All rights reserved.