Class KTestStream
- java.lang.Object
-
- org.apache.openmeetings.core.remote.AbstractStream
-
- org.apache.openmeetings.core.remote.KTestStream
-
public class KTestStream extends AbstractStream
-
-
Field Summary
-
Fields inherited from class org.apache.openmeetings.core.remote.AbstractStream
sid, uid
-
-
Constructor Summary
Constructors Constructor Description KTestStream(IWsClient c, com.github.openjson.JSONObject msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCandidate(org.kurento.client.IceCandidate cand)voidplay(IWsClient inClient, com.github.openjson.JSONObject msg)voidrelease(boolean remove)-
Methods inherited from class org.apache.openmeetings.core.remote.AbstractStream
createPlayerEndpoint, createRecorderEndpoint, createRtpEndpoint, createWebRtcEndpoint, getSid, getUid, release
-
-
-
-
Constructor Detail
-
KTestStream
public KTestStream(IWsClient c, com.github.openjson.JSONObject msg)
-
-
Method Detail
-
play
public void play(IWsClient inClient, com.github.openjson.JSONObject msg)
-
addCandidate
public void addCandidate(org.kurento.client.IceCandidate cand)
-
release
public void release(boolean remove)
- Specified by:
releasein classAbstractStream
-
-