Search in sources :

Example 31 with IScope

use of org.red5.server.api.scope.IScope in project bigbluebutton by bigbluebutton.

the class PresentationService method removePresentation.

public void removePresentation(Map<String, Object> msg) {
    String presentationID = (String) msg.get("presentationID");
    IScope scope = Red5.getConnectionLocal().getScope();
    presentationApplication.removePresentation(scope.getName(), presentationID);
}
Also used : IScope(org.red5.server.api.scope.IScope)

Aggregations

IScope (org.red5.server.api.scope.IScope)27 IConnection (org.red5.server.api.IConnection)9 ISharedObject (org.red5.server.api.so.ISharedObject)5 ArrayList (java.util.ArrayList)4 Gson (com.google.gson.Gson)3 ExecutionException (java.util.concurrent.ExecutionException)2 TimeoutException (java.util.concurrent.TimeoutException)2 HashMap (java.util.HashMap)1 IoBuffer (org.apache.mina.core.buffer.IoBuffer)1 AudioStream (org.red5.app.sip.AudioStream)1 IContext (org.red5.server.api.IContext)1 IServiceCapableConnection (org.red5.server.api.service.IServiceCapableConnection)1 IBroadcastStream (org.red5.server.api.stream.IBroadcastStream)1 IStreamListener (org.red5.server.api.stream.IStreamListener)1 IStreamPacket (org.red5.server.api.stream.IStreamPacket)1 AudioData (org.red5.server.net.rtmp.event.AudioData)1 IProviderService (org.red5.server.stream.IProviderService)1