Skip to content

Commit

Permalink
- split fs-esl from bbb-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed May 28, 2015
1 parent acebdaf commit b9fb309
Show file tree
Hide file tree
Showing 34 changed files with 136 additions and 1,614 deletions.
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

import org.bigbluebutton.core.service.recorder.RecordEvent;

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class ParticipantJoinedVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class ParticipantLeftVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class ParticipantLockedVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class ParticipantMutedVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class ParticipantTalkingVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,7 +16,7 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

public class StartRecordingVoiceRecordEvent extends AbstractVoiceRecordEvent {

Expand Down
Expand Up @@ -16,10 +16,9 @@
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
*
*/
package org.bigbluebutton.freeswitch.voice;
package org.bigbluebutton.core.service.recorder.voice;

import java.util.concurrent.TimeUnit;

import org.bigbluebutton.core.service.recorder.RecorderApplication;
import org.bigbluebutton.freeswitch.voice.events.VoiceConferenceEvent;
import org.bigbluebutton.freeswitch.voice.events.VoiceStartRecordingEvent;
Expand All @@ -29,7 +28,6 @@
import org.bigbluebutton.freeswitch.voice.events.VoiceUserMutedEvent;
import org.bigbluebutton.freeswitch.voice.events.VoiceUserTalkingEvent;


public class VoiceEventRecorder {

private RecorderApplication recorder;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b9fb309

Please sign in to comment.