| Package | Description |
|---|---|
| org.kurento.room.endpoint | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
Participant |
MediaEndpoint.getOwner() |
| Constructor and Description |
|---|
MediaEndpoint(boolean web,
boolean dataChannels,
Participant owner,
String endpointName,
org.kurento.client.MediaPipeline pipeline,
org.slf4j.Logger log)
Constructor to set the owner, the endpoint's name and the media pipeline.
|
PublisherEndpoint(boolean web,
boolean dataChannels,
Participant owner,
String endpointName,
org.kurento.client.MediaPipeline pipeline) |
SubscriberEndpoint(boolean web,
Participant owner,
String endpointName,
org.kurento.client.MediaPipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
Participant |
Room.getParticipant(String participantId) |
Participant |
Room.getParticipantByName(String userName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Participant> |
Room.getParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
Room.cancelPublisher(Participant participant) |
void |
Participant.muteSubscribedMedia(Participant sender,
MutedMediaType muteType) |
void |
Room.newPublisher(Participant participant) |
String |
Participant.receiveMediaFrom(Participant sender,
String sdpOffer) |
void |
Participant.unmuteSubscribedMedia(Participant sender) |
Copyright © 2016 Kurento. All rights reserved.