| Package | Description |
|---|---|
| org.kurento.room.endpoint | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
Participant |
IceWebRtcEndpoint.getOwner() |
| Constructor and Description |
|---|
IceWebRtcEndpoint(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(Participant owner,
String endpointName,
org.kurento.client.MediaPipeline pipeline) |
SubscriberEndpoint(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 |
Room.newPublisher(Participant participant) |
String |
Participant.receiveMediaFrom(Participant sender,
String sdpOffer) |
Copyright © 2015 Kurento. All rights reserved.