Interface IEndpointStatusListener

All Known Implementing Classes:
MuxAdaptor

public interface IEndpointStatusListener
The listener interface to update the Endpoint status. It's basically used in RTMP endpoint status updates
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    It's called when the endpoint status is updated
  • Method Details

    • endpointStatusUpdated

      void endpointStatusUpdated(String url, String status)
      It's called when the endpoint status is updated
      Parameters:
      url - is the URL of the endpoint
      status - is the current status of the rtmp endpoint