Interface for auxiliary collectors.

Hierarchy

  • AuxCollector

Methods

  • Adds an inbound RTP pad stats supplier for a given inbound RTP pad ID.

    Parameters

    • inboundRtpPadId: string

      The identifier of the inbound RTP pad.

    • supplier: InboundRtpPadStatsSupplier

      The inbound RTP pad stats supplier.

    Returns void

  • Adds an outbound RTP pad stats supplier for a given outbound RTP pad ID.

    Parameters

    • outboundRtpPadId: string

      The identifier of the outbound RTP pad.

    • supplier: OutboundRtpPadStatsSupplier

      The outbound RTP pad stats supplier.

    Returns void

  • Adds an SCTP stream stats supplier for a given SCTP stream ID.

    Parameters

    • sctpStreamId: string

      The identifier of the SCTP stream.

    • supplier: SctpStreamStatsSupplier

      The SCTP stream stats supplier.

    Returns void

  • Adds a transport stats supplier for a given transport ID.

    Parameters

    • transportId: string

      The identifier of the transport.

    • supplier: TransportStatsSupplier

      The transport stats supplier.

    Returns void

  • Removes an inbound RTP pad stats supplier for a given inbound RTP pad ID.

    Parameters

    • inboundRtpPadId: string

      The identifier of the inbound RTP pad.

    Returns void

  • Removes an outbound RTP pad stats supplier for a given outbound RTP pad ID.

    Parameters

    • outboundRtpPadId: string

      The identifier of the outbound RTP pad.

    Returns void

  • Removes an SCTP stream stats supplier for a given SCTP stream ID.

    Parameters

    • sctpStreamId: string

      The identifier of the SCTP stream.

    Returns void

  • Removes a transport stats supplier for a given transport ID.

    Parameters

    • transportId: string

      The identifier of the transport.

    Returns void

Generated using TypeDoc