Contents

reportRealtimeSampleDeliveryKPIs(session:metKPIs:)

Reports whether the realtime sample delivery session has met its quality KPIs.

Declaration

@MainActor final func reportRealtimeSampleDeliveryKPIs(session: MediaOutputSession, metKPIs: Bool)

Parameters

  • session:

    The session associated with the realtime delivery.

  • metKPIs:

    true if the realtime session met quality KPIs, false otherwise.

Discussion

Call this function after stopRealtimeSampleDelivery(session:) to indicate whether the realtime streaming session has met the expected quality thresholds for the duration of the session (e.g., latency, frame rate, audio quality).