Package org.bigbluebutton.webconference.voice.freeswitch.actions

Examples of org.bigbluebutton.webconference.voice.freeswitch.actions.BroadcastConferenceCommand


   
  private void broadcastToIcecast(String room, String meetingid) {
     String shoutPath = icecastProtocol + "://" + icecastUsername + ":" + icecastPassword + "@" + icecastHost + ":" + icecastPort
          + File.separatorChar + meetingid + "." + icecastStreamExtension;      
     
    BroadcastConferenceCommand rcc = new BroadcastConferenceCommand(room, USER, true, shoutPath);
    queueMessage(rcc);
  }
View Full Code Here

TOP

Related Classes of org.bigbluebutton.webconference.voice.freeswitch.actions.BroadcastConferenceCommand

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.