All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.manager.event.ConfbridgeJoinEvent Maven / Gradle / Ivy

package org.asteriskjava.manager.event;

/**
 * This event is sent when a user joins a conference - either one already in
 * progress or as the first user to join a newly instantiated bridge.
 *
 * @since 1.0.0
 */
public class ConfbridgeJoinEvent extends AbstractConfbridgeEvent {

    private static final long serialVersionUID = 5861442027280218349L;

    public ConfbridgeJoinEvent(Object source) {
        super(source);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy