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

io.antmedia.muxer.IEndpointStatusListener Maven / Gradle / Ivy

package io.antmedia.muxer;

/**
 * The listener interface to update the Endpoint status. 
 * It's basically used in RTMP endpoint status updates
 *
 */
public interface IEndpointStatusListener 
{
	
	/**
	 * It's called when the endpoint status is updated
	 * @param url is the URL of the endpoint 
	 * @param status is the current status of the rtmp endpoint
	 */
    public void endpointStatusUpdated(String url, String status);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy