Class MediaSessionTerminatedEvent

  • All Implemented Interfaces:
    Event

    public class MediaSessionTerminatedEvent
    extends MediaEvent
    Event raised when the endpoint has finished its operation and the connection has been tore down.

    This event contains no data, and will be raised in these scenarios:

    • An HttpEndpoint has finished serving on its URL, or the URL expired.
    • Constructor Detail

      • MediaSessionTerminatedEvent

        public MediaSessionTerminatedEvent​(MediaObject source,
                                           String timestampMillis,
                                           List<Tag> tags,
                                           String type)
        Event raised when the endpoint has finished its operation and the connection has been tore down.

        This event contains no data, and will be raised in these scenarios:

        • An HttpEndpoint has finished serving on its URL, or the URL expired.
        Parameters:
        source - Object that raised the event
        timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
        tags -
        type - Type of event that was raised