public interface KurentoClientProvider
KurentoClient instance at any time, without requiring knowledge about
the placement of the media server instances. It is left for the integrator to
provide an implementation for this API.| Modifier and Type | Method and Description |
|---|---|
org.kurento.client.KurentoClient |
getKurentoClient(String participantId)
Obtains a
KurentoClient instance given the optional (nullable)
peer identifier. |
org.kurento.client.KurentoClient getKurentoClient(String participantId) throws RoomException
KurentoClient instance given the optional (nullable)
peer identifier. Normally, it’d be called during a room’s instantiation.participantId - peer identification, can be NULL when it’s not available (i.e.
when the room is created directly by the application)KurentoClient instanceRoomException - in case there is an error obtaining a KurentoClient
instanceCopyright © 2015 Kurento. All rights reserved.