Package io.antmedia.muxer
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 TypeMethodDescriptionvoid
endpointStatusUpdated
(String url, String status) It's called when the endpoint status is updated
-
Method Details
-
endpointStatusUpdated
It's called when the endpoint status is updated- Parameters:
url
- is the URL of the endpointstatus
- is the current status of the rtmp endpoint
-