| Package | Description |
|---|---|
| org.kurento.room | |
| org.kurento.room.api | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
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).
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoomEventHandler.onParticipantJoined(ParticipantRequest request,
String roomName,
String newUserName,
Set<UserParticipant> existingParticipants,
RoomException error)
Called as a result of
RoomManager.joinRoom(String, String, ParticipantRequest). |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRoomEventHandler.onParticipantJoined(ParticipantRequest request,
String roomName,
String newUserName,
Set<UserParticipant> existingParticipants,
RoomException error) |
Copyright © 2015 Kurento. All rights reserved.