| Package | Description |
|---|---|
| org.kurento.room.endpoint | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
static SdpType |
SdpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdpType[] |
SdpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PublisherEndpoint.publish(SdpType sdpType,
String sdpString,
boolean doLoopback,
org.kurento.client.MediaElement loopbackAlternativeSrc,
org.kurento.client.MediaType loopbackConnectionType)
Initializes this media endpoint for publishing media and processes the SDP offer or answer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Participant.publishToRoom(SdpType sdpType,
String sdpString,
boolean doLoopback,
org.kurento.client.MediaElement loopbackAlternativeSrc,
org.kurento.client.MediaType loopbackConnectionType) |
Copyright © 2016 Kurento. All rights reserved.