- gatherCandidates() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
If supported, it instructs the internal endpoint to start gathering
IceCandidates.
- generateOffer() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
Orders the internal endpoint (RtpEndpoint or
WebRtcEndpoint) to generate the offer String that can be used to
initiate a connection.
- generatePublishOffer(String) - Method in class org.kurento.room.SyncRoomManager
-
Represents a client’s request to initiate the media connection from the
server-side (generate the SDP offer and send it back to the client) and
must be followed by processing the SDP answer from the client in order to
establish the streaming.
- getActivePublishers() - Method in class org.kurento.room.internal.Room
-
- getCode() - Method in exception org.kurento.room.exception.RoomException
-
- getCodeValue() - Method in exception org.kurento.room.exception.RoomException
-
- getConnectedSubscribedEndpoints() - Method in class org.kurento.room.internal.Participant
-
- getEndpoint() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getEndpointName() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getId() - Method in class org.kurento.room.internal.Participant
-
- getKurentoClient(KurentoClientSessionInfo) - Method in interface org.kurento.room.api.KurentoClientProvider
-
Obtains a KurentoClient instance given the custom session bean.
- getMediaElements() - Method in class org.kurento.room.endpoint.PublisherEndpoint
-
- getMuteType() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getName() - Method in class org.kurento.room.internal.Participant
-
- getName() - Method in class org.kurento.room.internal.Room
-
- getOwner() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getParticipant(String) - Method in class org.kurento.room.internal.Room
-
- getParticipantByName(String) - Method in class org.kurento.room.internal.Room
-
- getParticipantId() - Method in class org.kurento.room.api.pojo.ParticipantRequest
-
- getParticipantId() - Method in class org.kurento.room.api.pojo.UserParticipant
-
- getParticipantId() - Method in class org.kurento.room.internal.DefaultKurentoClientSessionInfo
-
- getParticipantIds() - Method in class org.kurento.room.internal.Room
-
- getParticipants() - Method in class org.kurento.room.internal.Room
-
- getParticipants(String) - Method in class org.kurento.room.RoomManager
-
Returns all the participants inside a room.
- getParticipants(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns all the participants inside a room.
- getPeerPublishers(String) - Method in class org.kurento.room.RoomManager
-
Returns the peer’s publishers (participants from which the peer is
receiving media).
- getPeerPublishers(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns the peer’s publishers (participants from which the peer is
receiving media).
- getPeerSubscribers(String) - Method in class org.kurento.room.RoomManager
-
Returns the peer’s subscribers (participants towards the peer is
streaming media).
- getPeerSubscribers(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns the peer’s subscribers (participants towards the peer is
streaming media).
- getPipeline() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getPipeline() - Method in class org.kurento.room.internal.Participant
-
- getPipeline() - Method in class org.kurento.room.internal.Room
-
- getPipeline(String) - Method in class org.kurento.room.RoomManager
-
Returns the media pipeline used by the participant.
- getPipeline(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns the media pipeline used by the participant.
- getPublisher() - Method in class org.kurento.room.endpoint.SubscriberEndpoint
-
- getPublisher() - Method in class org.kurento.room.internal.Participant
-
- getPublishers(String) - Method in class org.kurento.room.RoomManager
-
Returns all the publishers (participants streaming their media) inside a
room.
- getPublishers(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns all the publishers (participants streaming their media) inside a
room.
- getRequestId() - Method in class org.kurento.room.api.pojo.ParticipantRequest
-
- getRoom() - Method in class org.kurento.room.internal.Participant
-
- getRoomName() - Method in interface org.kurento.room.api.KurentoClientSessionInfo
-
- getRoomName() - Method in class org.kurento.room.internal.DefaultKurentoClientSessionInfo
-
- getRooms() - Method in class org.kurento.room.RoomManager
-
Returns all currently active (opened) rooms.
- getRooms() - Method in class org.kurento.room.SyncRoomManager
-
Returns all currently active (opened) rooms.
- getRtpEndpoint() - Method in class org.kurento.room.endpoint.MediaEndpoint
-
- getSubscribers(String) - Method in class org.kurento.room.RoomManager
-
Returns all the subscribers (participants subscribed to a least one
stream of another user) inside a room.
- getSubscribers(String) - Method in class org.kurento.room.SyncRoomManager
-
Returns all the subscribers (participants subscribed to a least one
stream of another user) inside a room.
- getUserName() - Method in class org.kurento.room.api.pojo.UserParticipant
-
- getValue() - Method in enum org.kurento.room.exception.RoomException.Code
-
- getWebEndpoint() - Method in class org.kurento.room.endpoint.MediaEndpoint
-