Package org.bigbluebutton.conference.service.recorder

Examples of org.bigbluebutton.conference.service.recorder.RecordEvent


  public void start() {
    recordEvents = true;
    Runnable sender = new Runnable() {
      public void run() {
        while (recordEvents) {
          RecordEvent message;
          try {
            message = messages.take();
            recordEvent(message)
          } catch (InterruptedException e) {
            // TODO Auto-generated catch block
View Full Code Here

TOP

Related Classes of org.bigbluebutton.conference.service.recorder.RecordEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.